You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Mikhail Antonov (JIRA)" <ji...@apache.org> on 2014/01/03 22:34:50 UTC

[jira] [Updated] (BIGTOP-1172) Verify new Spark /bin and /sbin scripts layout and correct permissions

     [ https://issues.apache.org/jira/browse/BIGTOP-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Antonov updated BIGTOP-1172:
------------------------------------

    Description: 
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.

https://github.com/apache/incubator-spark/pull/317

Cheers,
- Patrick

  was:
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.


> 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
>              Labels: scripts, spark
>             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.
> https://github.com/apache/incubator-spark/pull/317
> Cheers,
> - Patrick



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)