You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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