aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/context.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20360][PYTHON] reprs for interpretersKyle Kelley2017-04-181-0/+26
* [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated to python workerJeff Zhang2017-02-241-4/+2
* [SPARK-19307][PYSPARK] Make sure user conf is propagated to SparkContext.Marcelo Vanzin2017-01-251-0/+3
* [SPARK-18523][PYSPARK] Make SparkContext.stop more reliableAlexander Shorin2016-11-281-2/+15
* [SPARK-18447][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that` across P...hyukjinkwon2016-11-221-4/+4
* [SPARK-18138][DOCS] Document that Java 7, Python 2.6, Scala 2.10, Hadoop < 2....Sean Owen2016-11-031-0/+4
* [SPARK-17387][PYSPARK] Creating SparkContext() from python without spark-subm...Jeff Zhang2016-10-111-4/+12
* [SPARK-16861][PYSPARK][CORE] Refactor PySpark accumulator API on top of Accum...Holden Karau2016-09-231-3/+2
* [SPARK-17585][PYSPARK][CORE] PySpark SparkContext.addFile supports adding fil...Yanbo Liang2016-09-211-2/+5
* [SPARK-17437] Add uiWebUrl to JavaSparkContext and pyspark.SparkContextAdrian Petrescu2016-09-201-0/+5
* [SPARK-17525][PYTHON] Remove SparkContext.clearFiles() from the PySpark API a...Sami Jaktholm2016-09-141-8/+0
* [SPARK-16224] [SQL] [PYSPARK] SparkSession builder's configs need to be set t...Yin Huai2016-06-281-0/+2
* [SPARK-16125][YARN] Fix not test yarn cluster mode correctly in YarnClusterSuitepeng.zhang2016-06-241-4/+0
* [SPARK-15031][EXAMPLE] Use SparkSession in Scala/Python/Java example.Dongjoon Hyun2016-05-041-0/+5
* [SPARK-13687][PYTHON] Cleanup PySpark parallelize temporary filesHolden Karau2016-04-101-9/+13
* [SPARK-12617][PYSPARK] Move Py4jCallbackConnectionCleaner to StreamingShixiong Zhu2016-01-061-61/+0
* [SPARK-12617] [PYSPARK] Clean up the leak sockets of Py4JShixiong Zhu2016-01-051-0/+61
* [SPARK-12132] [PYSPARK] raise KeyboardInterrupt inside SIGINT handlerDavies Liu2015-12-071-0/+1
* [SPARK-11463] [PYSPARK] only install signal in main threadDavies Liu2015-11-101-1/+4
* [SPARK-11114][PYSPARK] add getOrCreate for SparkContext/SQLContext in PythonDavies Liu2015-10-191-2/+14
* [SPARK-8170] [PYTHON] Add signal handler to trap Ctrl-C in pyspark and cancel...Ashwin Shankar2015-10-121-0/+7
* [PYTHON] Fixed typo in exception messageIcaro Medeiros2015-09-111-1/+1
* [MINOR] [SQL] Fix sphinx warnings in PySpark SQLMechCoder2015-08-201-4/+4
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-221-2/+1
* [SPARK-8646] PySpark does not run on YARN if master not provided in command lineLianhui Wang2015-07-161-0/+5
* [SPARK-8528] Expose SparkContext.applicationId in PySparkVladimir Vladimirov2015-06-291-0/+15
* [SPARK-8373] [PYSPARK] Add emptyRDD to pyspark and fix the issue when calling...zsxwing2015-06-171-0/+6
* [SPARK-8116][PYSPARK] Allow sc.range() to take a single argument.Ted Blackman2015-06-041-2/+12
* [SPARK-7711] Add a startTime property to match the corresponding one in ScalaHolden Karau2015-05-211-0/+5
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-181-0/+16
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-181-0/+1
* [SPARK-3444] Provide an easy way to change log levelHolden Karau2015-05-011-0/+7
* [SPARK-6949] [SQL] [PySpark] Support Date/Timestamp in Column expressionDavies Liu2015-04-211-5/+1
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-201-1/+1
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-14/+28
* [SPARK-6194] [SPARK-677] [PySpark] fix memory leak in collect()Davies Liu2015-03-091-7/+6
* [SPARK-4172] [PySpark] Progress API in PythonDavies Liu2015-02-171-0/+7
* [SPARK-5864] [PySpark] support .jar as python packageDavies Liu2015-02-171-2/+4
* Make sure only owner can read / write to directories created for the job.Marcelo Vanzin2015-02-021-1/+2
* [SPARK-4387][PySpark] Refactoring python profiling code to make it extensibleYandu Oppacher2015-01-281-32/+14
* [SPARK-5063] More helpful error messages for several invalid operationsJosh Rosen2015-01-231-0/+8
* [SPARK-5224] [PySpark] improve performance of parallelize list/ndarrayDavies Liu2015-01-151-1/+1
* [SPARK-4822] Use sphinx tags for Python doc annotationslewuathe2014-12-171-2/+2
* [SPARK-4548] []SPARK-4517] improve performance of python broadcastDavies Liu2014-11-241-10/+2
* [SPARK-3721] [PySpark] broadcast objects larger than 2GDavies Liu2014-11-181-2/+3
* [SPARK-4398][PySpark] specialize sc.parallelize(xrange)Xiangrui Meng2014-11-141-4/+21
* [SPARK-4186] add binaryFiles and binaryRecords in PythonDavies Liu2014-11-061-1/+31
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-38/+20
* [SPARK-2652] [PySpark] donot use KyroSerializer as default serializerDavies Liu2014-10-231-1/+0
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-161-2/+0