aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-1/+1
* [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is usedTimothy Chen2015-08-032-0/+60
* [SPARK-5412] [DEPLOY] Cannot bind Master to a specific hostname as per the do...Sean Owen2015-05-151-1/+5
* [SPARK-5338] [MESOS] Add cluster mode support for MesosTimothy Chen2015-04-282-0/+67
* [SPARK-4286] Add an external shuffle service that can be run as a daemon.Iulian Dragos2015-04-282-0/+58
* [SPARK-6952] Handle long args when detecting PID reusePunya Biswal2015-04-171-2/+2
* [Spark-4848] Allow different Worker configurations in standalone clusterNathan Kronenfeld2015-04-134-22/+103
* [SPARK-6671] Add status command for spark daemonsPradeep Chanumolu2015-04-131-1/+18
* [HOTFIX] Update start-slave.shJose Manuel Gomez2015-03-301-1/+1
* [SPARK-6552][Deploy][Doc]expose start-slave.sh to user and update outdated docWangTaoTheTonic2015-03-282-2/+10
* [SPARK-4924] Add a library for launching Spark jobs programmatically.Marcelo Vanzin2015-03-112-34/+52
* [Minor]fix the wrong descriptionWangTaoTheTonic2015-03-072-3/+3
* [CORE, DEPLOY][minor] align arguments order with docs of workerZhang, Liye2015-03-061-1/+1
* [Spark-5889] Remove pid file after stopping service.Zhan Zhang2015-02-191-1/+1
* [SPARK-5825] [Spark Submit] Remove the double checking instance name when sto...Cheng Hao2015-02-191-1/+1
* [SPARK-4832][Deploy]some other processes might take the daemon pidWangTaoTheTonic2015-02-131-9/+11
* [SPARK-5176] The thrift server does not support cluster modeTom Panning2015-02-011-0/+2
* [SPARK-5088] Use spark-class for running executors directlyJongyoul Lee2015-01-191-26/+0
* [SPARK-874] adding a --wait flagjbencook2014-12-091-0/+17
* [SPARK-4110] Wrong comments about default settings in spark-daemon.shKousuke Saruta2014-10-281-2/+2
* [SPARK-4076] Parameter expansion in spark-config is wrongKousuke Saruta2014-10-241-1/+1
* [SPARK-3696]Do not override the user-difined conf_dirWangTaoTheTonic2014-10-031-1/+1
* [SPARK-3658][SQL] Start thrift server as a daemonWangTaoTheTonic2014-10-013-19/+38
* [SPARK-3584] sbin/slaves doesn't work when we use password authentication for...Kousuke Saruta2014-09-251-9/+22
* [SPARK-3547]Using a special exit code instead of 1 to represent ClassNotFound...WangTaoTheTonic2014-09-181-1/+1
* SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within.Prashant Sharma2014-09-0812-50/+50
* [SPARK-2964] [SQL] Remove duplicated code from spark-sql and start-thriftserv...Cheng Lian2014-08-261-26/+13
* SPARK-2481: The environment variables SPARK_HISTORY_OPTS is covered in spark-...witgo2014-08-251-0/+3
* SPARK_LOGFILE and SPARK_ROOT_LOGGER no longer need in spark-daemon.shwangfei2014-08-201-2/+0
* [SPARK-2925] [sql]fix spark-sql and start-thriftserver shell bugs when set --...wangfei2014-08-141-4/+4
* [SPARK-2678][Core][SQL] A workaround for SPARK-2678Cheng Lian2014-08-061-4/+46
* [SPARK-2305] [PySpark] Update Py4J to version 0.8.2.1Josh Rosen2014-07-292-2/+2
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-281-0/+36
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-271-36/+0
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-271-0/+36
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-251-36/+0
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-251-0/+36
* [SPARK-1768] History server enhancements.Marcelo Vanzin2014-06-231-9/+8
* Include the sbin/spark-config.sh in spark-executorBouke van der Bijl2014-05-081-0/+3
* SPARK-1004. PySpark on YARNSandy Ryza2014-04-291-0/+3
* [SPARK-1276] Add a HistoryServer to render persisted UIAndrew Or2014-04-102-0/+62
* SPARK-1286: Make usage of spark-env.sh idempotentAaron Davidson2014-03-245-15/+5
* Bundle tachyon: SPARK-1269Nick Lanham2014-03-185-2/+66
* [SPARK-1041] remove dead code in start script, remind user to set that in spa...CodingCat2014-02-222-18/+0
* Update stop-slaves.shsproblvem2014-01-071-2/+2
* sbin/compute-classpath* bin/compute-classpath*Prashant Sharma2014-01-032-144/+0
* sbin/spark-class* -> bin/spark-class*Prashant Sharma2014-01-035-264/+2
* Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-028-21/+113
* deprecate "spark" script and SPAKR_CLASSPATH environment variableAndrew xia2013-10-122-2/+2
* refactor $FWD variableAndrew xia2013-09-292-3/+3