aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* HOTFIX: Fix Python tests on Jenkins.Patrick Wendell2014-06-101-1/+5
* Update run-examplemaji20142014-06-081-1/+1
* spark-submit: add exec at the end of the scriptColin Patrick Mccabe2014-05-241-1/+1
* [SPARK-1250] Fixed misleading comments in bin/pyspark, bin/spark-classSumedh Mungee2014-05-212-2/+2
* SPARK-1879. Increase MaxPermSize since some of our builds have many classesMatei Zaharia2014-05-192-4/+4
* [SPARK-1876] Windows fixes to deal with latest distribution layout changesMatei Zaharia2014-05-194-25/+75
* Fix spark-submit path in spark-shell & pysparkNeville Li2014-05-182-5/+5
* [SPARK-1808] Route bin/pyspark through Spark submitAndrew Or2014-05-164-11/+53
* [SPARK-1736] Spark submit for WindowsAndrew Or2014-05-122-3/+58
* SPARK-1652: Set driver memory correctly in spark-submit.Patrick Wendell2014-05-111-2/+4
* SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`.Patrick Wendell2014-05-083-55/+20
* [SPARK-1681] Include datanucleus jars in Spark Hive distributionAndrew Or2014-05-051-25/+33
* 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