josephmachado / efficient_data_processing_spark

Code for "Efficient Data Processing in Spark" Course
https://josephmachado.podia.com/efficient-data-processing-in-spark
216 stars 51 forks source link

Docker Container Not Running Error During make setup #7

Open abdelhaqs opened 1 month ago

abdelhaqs commented 1 month ago

I encountered an issue when running make setup in my project. The command attempts to execute a script inside a Docker container named spark-master, but the process fails because the container is not running.

PS C:\Users\chris\efficient_data_processing_spark> make setup docker exec -ti spark-master bash -c 'cd tpch-dbgen && make && ./dbgen -s 1' Error response from daemon: Container 42dda2ff41e921fabb9aff4c35a317700c085257a69cd23459678d0a771310b3 is not running make: *** [makefile:28: datagen] Error 1

giuliosmall commented 1 month ago

@abdelhaqs this is most likely because the Docker desktop app in not up and running before you ran make setup command

josephmachado commented 1 week ago

Are you still having issues @abdelhaqs ?