efficient_data_processing_spark icon indicating copy to clipboard operation
efficient_data_processing_spark copied to clipboard

Docker Container Not Running Error During make setup

Open abdelhaqs opened this issue 1 year ago • 2 comments

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

abdelhaqs avatar Aug 15 '24 18:08 abdelhaqs

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

giuliosmall avatar Aug 28 '24 11:08 giuliosmall

Are you still having issues @abdelhaqs ?

josephmachado avatar Sep 15 '24 20:09 josephmachado