big-data-europe / docker-spark

Apache Spark docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

start history errror

0neday opened this issue · comments

bash-5.0# ./sbin/start-history-server.sh  
starting org.apache.spark.deploy.history.HistoryServer, logging to /spark/logs/spark--org.apache.spark.deploy.history.HistoryServer-1-498b453e1674.out
ps: unrecognized option: p
BusyBox v1.30.1 (2020-05-30 09:44:53 UTC) multi-call binary.

Usage: ps [-o COL1,COL2=HEADER]

Show list of processes

        -o COL1,COL2=HEADER     Select columns for display
ps: unrecognized option: p
BusyBox v1.30.1 (2020-05-30 09:44:53 UTC) multi-call binary.

I'm having the same problem. Looks to be a discrepancy between the busybox version of ps vs the gnu version

I've created a PR that should fix this: #136

Hey @0neday ,

thanks a lot for reporting this issue. It should be fixed now via #136 contributed via @rmalleman . Let us know if you still have any issues so that we can open this issue again and see how we can help.

Best regards,