Docker Container Not Running Error During make setup
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 this is most likely because the Docker desktop app in not up and running before you ran make setup command
Are you still having issues @abdelhaqs ?