aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9270] [PYSPARK] allow --name option in pysparkCheolsoo Park2015-07-242-2/+2
* [SPARK-9180] fix spark-shell to accept --name optionKenichi Maehashi2015-07-222-3/+3
* [SPARK-7733] [CORE] [BUILD] Update build, code to use Java 7 for 1.5.0+Sean Owen2015-06-071-18/+0
* [SPARK-6324] [CORE] Centralize handling of script usage messages.Marcelo Vanzin2015-06-059-138/+10
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-291-5/+1
* Limit help option regexChris Biow2015-05-011-1/+1
* [SPARK-6435] spark-shell --jars option does not add all jars to classpathMasayoshi TSUZUKI2015-04-281-1/+4
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-163-0/+7
* [SPARK-6890] [core] Fix launcher lib work with SPARK_PREPEND_CLASSES.Marcelo Vanzin2015-04-142-2/+20
* SPARK-4924 addendum. Minor assembly directory fix in load-spark-env-shraschild2015-04-091-2/+3
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-083-0/+88
* [SPARK-6673] spark-shell.cmd can't start in Windows even when spark was builtMasayoshi TSUZUKI2015-04-064-6/+62
* [SPARK-6406] Launch Spark using assembly jar instead of a separate launcher jarNishkam Ravi2015-03-292-47/+47
* [SPARK-6327] [PySpark] fix launch spark-submit from pythonDavies Liu2015-03-161-1/+0
* [SPARK-4924] Add a library for launching Spark jobs programmatically.Marcelo Vanzin2015-03-1115-897/+162
* [SPARK-5765][Examples]Fixed word split problem in run-example and compute-cla...Venkata Ramana Gollamudi2015-02-122-4/+4
* [SPARK-5493] [core] Add option to impersonate user.Marcelo Vanzin2015-02-102-1/+3
* [SPARK-5396] Syntax error in spark scripts on windows.Masayoshi TSUZUKI2015-02-061-1/+1
* [Minor] Remove permission for execution from spark-shell.cmdKousuke Saruta2015-02-061-0/+0
* [SPARK-5341] Use maven coordinates as dependencies in spark-shell and spark-s...Burak Yavuz2015-02-032-4/+4
* [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-02-011-1/+3
* Revert "[WIP] [SPARK-3996]: Shade Jetty in Spark deliverables"Patrick Wendell2015-01-291-3/+1
* [WIP] [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-01-291-1/+3
* SPARK-5382: Use SPARK_CONF_DIR in spark-class if it is definedJacek Lewandowski2015-01-251-2/+3
* [SPARK-4504][Examples] fix run-example failure if multiple assembly jars existVenkata Ramana Gollamudi2015-01-192-18/+36
* [SPARK-5088] Use spark-class for running executors directlyJongyoul Lee2015-01-191-0/+2
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-161-1/+1
* [SPARK-4990][Deploy]to find default properties file, search SPARK_CONF_DIR firstWangTaoTheTonic2015-01-092-2/+9
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-082-0/+14
* [SPARK-5130][Deploy]Take yarn-cluster as cluster mode in spark-submitWangTaoTheTonic2015-01-082-0/+11
* [SPARK-4831] Do not include SPARK_CLASSPATH if emptyDaniel Darabos2014-12-191-1/+5
* [SPARK-3060] spark-shell.cmd doesn't accept application options in Windows OSMasayoshi TSUZUKI2014-12-192-1/+79
* [SPARK-4793] [Deploy] ensure .jar at end of lineDaoyuan Wang2014-12-101-3/+3
* [SPARK-4161]Spark shell class path is not correctly set if "spark.driver.extr...GuoQiang Li2014-12-101-0/+7
* [SPARK-4683][SQL] Add a beeline.cmd to run on WindowsCheng Lian2014-12-041-0/+21
* [SPARK-4623]Add the some error infomation if using spark-sql in yarn-cluster ...carlmartin2014-11-301-0/+2
* [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