aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-3706][PySpark] Cannot run IPython REPL with IPYTHON set to "1" and PYS...cocoatomo2014-10-021-12/+12
* [SPARK-3658][SQL] Start thrift server as a daemonWangTaoTheTonic2014-10-011-11/+1
* [SPARK-3547]Using a special exit code instead of 1 to represent ClassNotFound...WangTaoTheTonic2014-09-181-1/+1
* [SPARK-3425] do not set MaxPermSize for OpenJDK 1.8Matthew Farrellee2014-09-151-1/+1
* [SPARK-3217] Add Guava to classpath when SPARK_PREPEND_CLASSES is set.Marcelo Vanzin2014-09-121-0/+1
* SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within.Prashant Sharma2014-09-089-44/+44
* [SPARK-3399][PySpark] Test for PySpark should ignore HADOOP_CONF_DIR and YARN...Kousuke Saruta2014-09-051-0/+2
* [HOTFIX] Wait for EOF only for the PySpark shellAndrew Or2014-08-271-0/+2
* SPARK-3265 Allow using custom ipython executable with pysparkRob O'Dwyer2014-08-271-1/+1
* [SPARK-3167] Handle special driver configs in WindowsAndrew Or2014-08-264-20/+65
* [SPARK-2964] [SQL] Remove duplicated code from spark-sql and start-thriftserv...Cheng Lian2014-08-261-42/+13
* [SPARK-3225]Typo in scriptWangTao2014-08-261-3/+3
* [SPARK-3192] Some scripts have 2 space indentation but other scripts have 4 s...Kousuke Saruta2014-08-241-18/+18
* [SPARK-3068]remove MaxPermSize option for jvm 1.8Daoyuan Wang2014-08-232-2/+13
* [SPARK-2849] Handle driver configs separately in client modeAndrew Or2014-08-203-16/+61
* [SPARK-2925] [sql]fix spark-sql and start-thriftserver shell bugs when set --...wangfei2014-08-141-9/+9
* [SPARK-3006] Failed to execute spark-shell in Windows OSMasayoshi TSUZUKI2014-08-131-1/+1
* [SPARK-2894] spark-shell doesn't accept flagsKousuke Saruta2014-08-093-10/+87
* SPARK-2905 Fixed path sbin => binOleg Danilov2014-08-071-1/+1
* [SPARK-2678][Core][SQL] A workaround for SPARK-2678Cheng Lian2014-08-062-26/+69
* [SPARK-1981] Add AWS Kinesis streaming supportChris Fregly2014-08-022-2/+4
* [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