Mikhail Antonov created BIGTOP-1172:
---------------------------------------
Summary: Verify new Spark /bin and /sbin scripts layout and
correct permissions
Key: BIGTOP-1172
URL: https://issues.apache.org/jira/browse/BIGTOP-1172
Project: Bigtop
Issue Type: Task
Components: General
Affects Versions: 0.8.0
Reporter: Mikhail Antonov
Fix For: 0.8.0
Mail from Spark-dev maillist:
-----------------------------------
Hey All,
Today we merged a pull request which changes the organization of the
scripts use to run Spark. The change is fairly minor but it will
affect anyone who packages spark or uses spark's binary scripts.
Spark's scripts are now divided into a /bin and /sbin directories.
This will be the layout in Spark 0.9.
/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. This change was contributed by @xiajunluan,
@shane-huang, and @ScrapCodes.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)