While starting the docker containers with the below command,
docker-compose up -d
got the “Error response from daemon: network spark-hive not found”.
Solution: In the docker-compose.yml file, comment the line “external: true”. Down the docker-compose and rerun the above command.
networks:
default:
#external: true
name: spark-hive
New contributor
Balachandra Nathella is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.