Description
Spark 0.9 will have the following folder layout for scripts:
/bin contains user-facing scripts:
/bin/spark-shell
/bin/pyspark
/bin/spark-class
/bin/run-example
/sbin contains administrative scripts for launching the standalone cluster manager:
/bin/start-master.sh
/bin/start-all.sh
etc.
This allows administrators to set permissions differently for user and
admin scripts. It is also consistent with the way many other projects
package binaries.
Need to track required changes (if any) in Bigtop. Original pull request: https://github.com/apache/incubator-spark/pull/317