aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1703 Warn users if Spark is run on JRE6 but compiled with JDK7.Patrick Wendell2014-05-042-1/+22
* The default version of yarn is equal to the hadoop versionwitgo2014-05-031-0/+1
* SPARK-1691: Support quoted arguments inside of spark-submit.Patrick Wendell2014-05-011-2/+2
* SPARK-1004. PySpark on YARNSandy Ryza2014-04-292-0/+2
* SPARK-1654 and SPARK-1653: Fixes in spark-submit.Patrick Wendell2014-04-284-14/+14
* SPARK-1619 Launch spark-shell with spark-submitPatrick Wendell2014-04-242-173/+14
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-241-69/+88
* SPARK-1119 and other build improvementsPatrick Wendell2014-04-232-6/+9
* Clean up and simplify Spark configurationPatrick Wendell2014-04-213-3/+7
* [SPARK-1276] Add a HistoryServer to render persisted UIAndrew Or2014-04-102-4/+11
* SPARK-1445: compute-classpath should not print error if lib_managed not foundAaron Davidson2014-04-081-1/+1
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-071-2/+2
* SPARK-1314: Use SPARK_HIVE to determine if we include Hive in packagingAaron Davidson2014-04-062-18/+19
* SPARK-1404: Always upgrade spark-env.sh vars to environment varsAaron Davidson2014-04-042-2/+5
* [SPARK-1134] Fix and document passing of arguments to IPythonDiana Carroll2014-04-031-1/+2
* Revert "[Spark-1134] only call ipython if no arguments are given; remove IPYT...Matei Zaharia2014-04-011-3/+2
* [Spark-1134] only call ipython if no arguments are given; remove IPYTHONOPTS ...Diana Carroll2014-04-011-2/+3
* [SPARK-1186] : Enrich the Spark Shell to support additional arguments.Bernardo Gomez Palacio2014-03-291-58/+168
* SPARK-1126. spark-app preliminarySandy Ryza2014-03-291-0/+38
* SPARK-1330 removed extra echo from comput_classpath.shThomas Graves2014-03-271-1/+0
* SPARK-1286: Make usage of spark-env.sh idempotentAaron Davidson2014-03-246-19/+40
* SPARK-1094 Support MiMa for reporting binary compatibility accross versions.Patrick Wendell2014-03-242-2/+2
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-201-4/+27
* SPARK-929: Fully deprecate usage of SPARK_MEMAaron Davidson2014-03-093-46/+77
* [SPARK-1090] improvement on spark_shell (help information, configure memory)CodingCat2014-02-171-6/+42
* Merge pull request #534 from sslavic/patch-1. Closes #534.Stevo Slavić2014-02-041-1/+1
* Merge pull request #484 from tdas/run-example-fixPatrick Wendell2014-01-201-2/+11
|\
| * Removed SPARK_MEM from run-examples.Tathagata Das2014-01-201-5/+0
| * Made run-example respect SPARK_JAVA_OPTS and SPARK_MEM.Tathagata Das2014-01-201-2/+16
* | Merge pull request #449 from CrazyJvm/masterReynold Xin2014-01-201-3/+8
|\ \ | |/ |/|
| * fix some format problem.CrazyJvm2014-01-161-2/+2
| * fix "set MASTER automatically fails" bug.CrazyJvm2014-01-161-3/+8
* | Fixed Window spark shell launch script error.Qiuzhuang Lian2014-01-162-3/+3
|/
* Merge branch 'master' into graphxReynold Xin2014-01-131-6/+1
|\
| * Merge pull request #353 from pwendell/ipython-simplifyPatrick Wendell2014-01-091-6/+1
| |\
| | * Small fix suggested by joshPatrick Wendell2014-01-091-0/+1
| | * Simplify and fix pyspark script.Patrick Wendell2014-01-071-7/+1
* | | Finish d1d2b6d9b6b5f9cc45047507368a816903722d9eAnkur Dave2014-01-101-1/+0
* | | graph -> graphx in bin/compute-classpath.shAnkur Dave2014-01-091-2/+2
* | | Merge remote-tracking branch 'spark-upstream/master' into HEADAnkur Dave2014-01-0824-612/+709
|\| |
| * | Merge pull request #313 from tdas/project-refactorPatrick Wendell2014-01-071-6/+1
| |\ \ | | |/ | |/|
| | * Fixed examples/pom.xml and run-example based on Patrick's suggestions.Tathagata Das2014-01-071-6/+1
| * | CR feedback (sbt -> sbt/sbt and correct JAR path in script) :)Holden Karau2014-01-051-1/+1
| * | Finish documentation changesHolden Karau2014-01-052-2/+2
| |/
| * Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-0324-610/+712
| |\
| | * sbin/compute-classpath* bin/compute-classpath*Prashant Sharma2014-01-034-2/+146
| | * sbin/spark-class* -> bin/spark-class*Prashant Sharma2014-01-036-4/+266
| | * run-example -> bin/run-examplePrashant Sharma2014-01-022-2/+2
| | * Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-0221-752/+448
| |/|
| | * deprecate "spark" script and SPAKR_CLASSPATH environment variableAndrew xia2013-10-121-92/+0