aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* SPARK-5382: Use SPARK_CONF_DIR in spark-class and spark-submit, spark-su...Jacek Lewandowski2015-01-252-2/+9
* SPARK-5382: Use SPARK_CONF_DIR in spark-class if it is definedJacek Lewandowski2015-01-251-2/+3
* [SPARK-4161]Spark shell class path is not correctly set if "spark.driver.extr...GuoQiang Li2015-01-211-0/+7
* [SPARK-4504][Examples] fix run-example failure if multiple assembly jars existVenkata Ramana Gollamudi2015-01-192-18/+36
* [SPARK-5130][Deploy]Take yarn-cluster as cluster mode in spark-submitWangTaoTheTonic2015-01-082-0/+11
* [SPARK-4683][SQL] Add a beeline.cmd to run on WindowsCheng Lian2014-12-041-0/+21
* [SPARK-4017] show progress bar in consoleDavies Liu2014-11-181-0/+3
* [SPARK-4415] [PySpark] JVM should exit after Python exitDavies Liu2014-11-142-3/+0
* Support cross building for Scala 2.11Prashant Sharma2014-11-115-37/+51
* [SPARK-3870] EOL character enforcementKousuke Saruta2014-10-311-117/+117
* [SPARK-1720][SPARK-1719] use LD_LIBRARY_PATH instead of -Djava.library.pathGuoQiang Li2014-10-291-1/+5
* [SPARK-4065] Add check for IPython on WindowsMichael Griffiths2014-10-281-1/+6
* [SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in WindowsMasayoshi TSUZUKI2014-10-144-50/+96
* [SPARK-3869] ./bin/spark-class miss Java version with _JAVA_OPTIONS setcocoatomo2014-10-141-1/+1
* [SPARK-3772] Allow `ipython` to be used by Pyspark workers; IPython support i...Josh Rosen2014-10-091-13/+38
* [SPARK-3808] PySpark fails to start in WindowsMasayoshi TSUZUKI2014-10-071-1/+1
* [SPARK-3774] typo comment in bin/utils.shMasayoshi TSUZUKI2014-10-031-1/+1
* [SPARK-3775] Not suitable error message in spark-shell.cmdMasayoshi TSUZUKI2014-10-034-4/+4
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-032-2/+14
* [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