aboutsummaryrefslogtreecommitdiff
path: root/bin/pyspark
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1267][SPARK-18129] Allow PySpark to be pip installedHolden Karau2016-11-161-3/+3
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-211-1/+1
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-241-1/+1
* [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-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-131-1/+1
* [SPARK-13973][PYSPARK] Make pyspark fail noisily if IPYTHON or IPYTHON_OPTS a...pshearer2016-04-301-20/+12
* [SPARK-13973][PYSPARK] ipython notebook` is going awayRekha Joshi2016-03-261-1/+5
* [SPARK-13848][SPARK-5185] Update to Py4J 0.9.2 in order to fix classloading i...Josh Rosen2016-03-141-1/+1
* [SPARK-12652][PYSPARK] Upgrade Py4J to 0.9.1Shixiong Zhu2016-01-121-1/+1
* [SPARK-2960][DEPLOY] Support executing Spark from symlinks (reopen)jerryshao2015-11-041-6/+8
* [SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9Holden Karau2015-10-201-1/+1
* [SPARK-9270] [PYSPARK] allow --name option in pysparkCheolsoo Park2015-07-241-1/+1
* [SPARK-6324] [CORE] Centralize handling of script usage messages.Marcelo Vanzin2015-06-051-15/+1
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-291-5/+1
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-0/+1
* [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-111-46/+13
* [SPARK-4415] [PySpark] JVM should exit after Python exitDavies Liu2014-11-141-2/+0
* Support cross building for Scala 2.11Prashant Sharma2014-11-111-4/+2
* [SPARK-3772] Allow `ipython` to be used by Pyspark workers; IPython support i...Josh Rosen2014-10-091-13/+38
* [SPARK-3706][PySpark] Cannot run IPython REPL with IPYTHON set to "1" and PYS...cocoatomo2014-10-021-12/+12
* SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within.Prashant Sharma2014-09-081-10/+10
* [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-2894] spark-shell doesn't accept flagsKousuke Saruta2014-08-091-4/+14
* [SPARK-2305] [PySpark] Update Py4J to version 0.8.2.1Josh Rosen2014-07-291-1/+1
* [SPARK-2109] Setting SPARK_MEM for bin/pyspark does not work.Prashant Sharma2014-07-031-3/+3
* 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
* [SPARK-1250] Fixed misleading comments in bin/pyspark, bin/spark-classSumedh Mungee2014-05-211-1/+1
* Fix spark-submit path in spark-shell & pysparkNeville Li2014-05-181-1/+1
* [SPARK-1808] Route bin/pyspark through Spark submitAndrew Or2014-05-161-4/+31
* SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`.Patrick Wendell2014-05-081-1/+1
* SPARK-1004. PySpark on YARNSandy Ryza2014-04-291-0/+1
* [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-1286: Make usage of spark-env.sh idempotentAaron Davidson2014-03-241-4/+1
* Small fix suggested by joshPatrick Wendell2014-01-091-0/+1
* Simplify and fix pyspark script.Patrick Wendell2014-01-071-7/+1
* Finish documentation changesHolden Karau2014-01-051-1/+1
* Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-031-1/+1
* Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-021-3/+7
* refactor $FWD variableAndrew xia2013-09-291-1/+1
* add scripts in binshane-huang2013-09-231-1/+1
* moved user scripts to bin foldershane-huang2013-09-231-0/+66