aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/shell.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19570][PYSPARK] Allow to disable hive in pyspark shellJeff Zhang2017-04-121-6/+16
* [SPARK-16536][SQL][PYSPARK][MINOR] Expose `sql` in PySpark ShellDongjoon Hyun2016-07-131-0/+1
* [SPARK-15456][PYSPARK] Fixed PySpark shell context initialization when HiveCo...Bryan Cutler2016-05-201-2/+2
* [SPARK-15417][SQL][PYTHON] PySpark shell always uses in-memory catalogAndrew Or2016-05-191-3/+5
* [SPARK-15072][SQL][PYSPARK] FollowUp: Remove SparkSession.withHiveSupport in ...Sandeep Singh2016-05-111-1/+3
* [SPARK-14945][PYTHON] SparkSession Python APIAndrew Or2016-04-281-5/+6
* [SPARK-12993][PYSPARK] Remove usage of ADD_FILES in pysparkJeff Zhang2016-01-261-10/+1
* [SPARK-12268][PYSPARK] Make pyspark shell pythonstartup work under python3Erik Selin2016-01-131-1/+3
* [SPARK-9270] [PYSPARK] allow --name option in pysparkCheolsoo Park2015-07-241-1/+1
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-9/+7
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-081-3/+3
* [SPARK-5872] [SQL] create a sqlCtx in pyspark shellDavies Liu2015-02-171-1/+12
* [SPARK-3340] Deprecate ADD_JARS and ADD_FILESazagrebin2015-02-161-3/+5
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-061-2/+2
* [SPARK-2435] Add shutdown hook to pysparkMatthew Farrellee2014-09-031-0/+2
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-1/+2
* follow pep8 None should be compared using is or is notKen Takagiwa2014-07-151-2/+2
* [SPARK-1808] Route bin/pyspark through Spark submitAndrew Or2014-05-161-1/+1
* Fixed broken pyspark shell.Reynold Xin2014-04-181-2/+2
* [python alternative] pyspark require Python2, failing if system default is Py...AbhishekKr2014-04-161-6/+14
* Set spark.executor.uri from environment variable (needed by Mesos)Ivan Wick2014-04-101-0/+3
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-071-1/+1
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-1/+1
* pyspark -> bin/pysparkPrashant Sharma2014-01-021-1/+1
* Typo: avaiable -> availableAndrew Ash2013-12-241-1/+1
* Update build version in masterPatrick Wendell2013-09-241-1/+1
* Export StorageLevel and refactorAaron Davidson2013-09-071-1/+1
* Remove reflection, hard-code StorageLevelsAaron Davidson2013-09-071-2/+2
* SPARK-660: Add StorageLevel support in PythonAaron Davidson2013-09-051-1/+2
* Add banner to PySpark and make wordcount output nicerMatei Zaharia2013-09-011-0/+13
* Merge pull request #813 from AndreSchumacher/add_files_pysparkMatei Zaharia2013-08-121-1/+6
|\
| * Implementing SPARK-865: Add the equivalent of ADD_JARS to PySparkAndre Schumacher2013-08-121-1/+6
* | Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
|/
* Make module help available in python shell.Patrick Wendell2013-01-301-0/+1
* Added accumulators to PySparkMatei Zaharia2013-01-201-2/+2
* Add `pyspark` script to replace the other scripts.Josh Rosen2013-01-011-26/+10
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-0/+33