gettyimages / docker-spark

Docker build for Apache Spark
MIT License
676 stars 370 forks source link

Adds `procps` package to container #52

Open DylanGuedes opened 5 years ago

DylanGuedes commented 5 years ago

The procps package is responsible for the ps command on linux. Without ps we can't start the Spark history-server, unfortunately.

Signed-off-by: DylanGuedes djmgguedes@gmail.com

OneCricketeer commented 4 years ago

Duplicates #46 ?

DylanGuedes commented 4 years ago

He didn't add procps in his MR, how is this a duplicate?

OneCricketeer commented 4 years ago

Without ps we can't start the Spark history-server

I was pointing out the fact that the history server implementation is being worked on