spark-instrumented-optimizer/sbin
Joshi f85aa06464 [SPARK-10317] [CORE] Compatibility between history server script and functionality
Compatibility between history server script and functionality

The history server has its argument parsing class in HistoryServerArguments. However, this doesn't get involved in the start-history-server.sh codepath where the $0 arg is assigned to spark.history.fs.logDirectory and all other arguments discarded (e.g --property-file.)
This stops the other options being usable from this script

Author: Joshi <rekhajoshm@gmail.com>
Author: Rekha Joshi <rekhajoshm@gmail.com>

Closes #8758 from rekhajoshm/SPARK-10317.
2015-10-02 15:26:11 -07:00
..
slaves.sh [SPARK-3584] sbin/slaves doesn't work when we use password authentication for SSH 2014-09-25 16:49:15 -07:00
spark-config.sh [SPARK-4076] Parameter expansion in spark-config is wrong 2014-10-24 13:04:35 -07:00
spark-daemon.sh [SPARK-8064] [SQL] Build against Hive 1.2.1 2015-08-03 15:24:42 -07:00
spark-daemons.sh Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into spark-915-segregate-scripts 2014-01-02 17:55:21 +05:30
start-all.sh SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within. 2014-09-08 10:24:15 -07:00
start-history-server.sh [SPARK-10317] [CORE] Compatibility between history server script and functionality 2015-10-02 15:26:11 -07:00
start-master.sh [SPARK-5412] [DEPLOY] Cannot bind Master to a specific hostname as per the documentation 2015-05-15 11:30:19 -07:00
start-mesos-dispatcher.sh [SPARK-5338] [MESOS] Add cluster mode support for Mesos 2015-04-28 13:33:57 -07:00
start-mesos-shuffle-service.sh [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is used 2015-08-03 01:55:58 -07:00
start-shuffle-service.sh [SPARK-4286] Add an external shuffle service that can be run as a daemon. 2015-04-28 12:08:18 -07:00
start-slave.sh [Spark-4848] Allow different Worker configurations in standalone cluster 2015-04-13 18:21:16 -07:00
start-slaves.sh [Spark-4848] Allow different Worker configurations in standalone cluster 2015-04-13 18:21:16 -07:00
start-thriftserver.sh [SPARK-4924] Add a library for launching Spark jobs programmatically. 2015-03-11 01:03:01 -07:00
stop-all.sh [Minor]fix the wrong description 2015-03-07 12:35:26 +00:00
stop-history-server.sh SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within. 2014-09-08 10:24:15 -07:00
stop-master.sh [Minor]fix the wrong description 2015-03-07 12:35:26 +00:00
stop-mesos-dispatcher.sh [SPARK-5338] [MESOS] Add cluster mode support for Mesos 2015-04-28 13:33:57 -07:00
stop-mesos-shuffle-service.sh [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is used 2015-08-03 01:55:58 -07:00
stop-shuffle-service.sh [SPARK-4286] Add an external shuffle service that can be run as a daemon. 2015-04-28 12:08:18 -07:00
stop-slave.sh [Spark-4848] Allow different Worker configurations in standalone cluster 2015-04-13 18:21:16 -07:00
stop-slaves.sh [Spark-4848] Allow different Worker configurations in standalone cluster 2015-04-13 18:21:16 -07:00
stop-thriftserver.sh [SPARK-3658][SQL] Start thrift server as a daemon 2014-10-01 15:15:24 -07:00