aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* [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-285-3/+85
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-275-85/+3
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-275-3/+85
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-255-85/+3
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-255-3/+85
* [SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-101-2/+2
* [SPARK-2109] Setting SPARK_MEM for bin/pyspark does not work.Prashant Sharma2014-07-034-19/+18
* [SPARK-2118] spark class should complain if tools jar is missing.Prashant Sharma2014-06-231-0/+5
* SPARK-1843: Replace assemble-deps with env variable.Patrick Wendell2014-06-122-26/+25
* HOTFIX: A few PySpark tests were not actually runAndrew Or2014-06-111-7/+13
* 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
|\