aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19237][SPARKR][CORE] On Windows spark-submit should handle when java i...Felix Cheung2017-03-211-1/+10
* [SPARK-1267][SPARK-18129] Allow PySpark to be pip installedHolden Karau2016-11-1610-14/+55
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-212-2/+2
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-242-2/+2
* [SPARK-16586][CORE] Handle JVM errors printed to stdout.Marcelo Vanzin2016-08-081-0/+9
* [SPARK-16399][PYSPARK] Force PYSPARK_PYTHON to pythonMechCoder2016-07-071-11/+3
* [SPARK-15761][MLLIB][PYSPARK] Load ipython when default python is Python3MechCoder2016-07-011-1/+3
* [SPARK-15531][DEPLOY] spark-class tries to use too much memory when running L...Sean Owen2016-05-272-2/+2
* [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-132-2/+2
* [SPARK-13670][LAUNCHER] Propagate error from launcher to shell.Marcelo Vanzin2016-05-101-1/+18
* [SPARK-13973][PYSPARK] Make pyspark fail noisily if IPYTHON or IPYTHON_OPTS a...pshearer2016-04-301-20/+12
* [SPARK-14601][DOC] Minor doc/usage changes related to removal of Spark assemblyMark Grover2016-04-141-1/+1
* [SPARK-14424][BUILD][DOCS] Update the build docs to switch from assembly to p...Holden Karau2016-04-061-1/+1
* [SPARK-13579][BUILD] Stop building the main Spark assembly.Marcelo Vanzin2016-04-042-9/+7
* [SPARK-13973][PYSPARK] ipython notebook` is going awayRekha Joshi2016-03-261-1/+5
* [SPARK-13576][BUILD] Don't create assembly for examples.Marcelo Vanzin2016-03-153-142/+5
* [SPARK-13848][SPARK-5185] Update to Py4J 0.9.2 in order to fix classloading i...Josh Rosen2016-03-142-2/+2
* [SPARK-13578][CORE] Modify launch scripts to not use assemblies.Marcelo Vanzin2016-03-142-34/+13
* [SPARK-13673][WINDOWS] Fixed not to pollute environment variables.Masayoshi TSUZUKI2016-03-041-2/+1
* [SPARK-13592][WINDOWS] fix path of spark-submit2.cmd in spark-submit.cmdMasayoshi TSUZUKI2016-03-011-1/+1
* [SPARK-11518][DEPLOY, WINDOWS] Handle spaces in Windows command scriptsJon Maurer2016-02-1014-30/+27
* [SPARK-12652][PYSPARK] Upgrade Py4J to 0.9.1Shixiong Zhu2016-01-122-2/+2
* [SPARK-12166][TEST] Unset hadoop related environment in testingJeff Zhang2015-12-081-0/+6
* [SPARK-11880][WINDOWS][SPARK SUBMIT] bin/load-spark-env.cmd loads spark-env.c...wangt2015-11-251-1/+1
* [SPARK-2960][DEPLOY] Support executing Spark from symlinks (reopen)jerryshao2015-11-049-48/+70
* [SPARK-11264] bin/spark-class can't find assembly jars with certain GREP_OPTI...Jeffrey Naisbitt2015-10-241-0/+1
* [SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9Holden Karau2015-10-202-2/+2
* [SPARK-9284] [TESTS] Allow all tests to run without an assembly.Marcelo Vanzin2015-08-281-7/+9
* [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