aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/context.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-2377] Python API for Streaminggiwa2014-10-121-4/+4
* [SPARK-3886] [PySpark] use AutoBatchedSerializer by defaultDavies Liu2014-10-101-4/+7
* [SPARK-3412] [PySpark] Replace Epydoc with Sphinx to generate Python API docsDavies Liu2014-10-071-46/+46
* [SPARK-3773][PySpark][Doc] Sphinx build warningcocoatomo2014-10-061-0/+1
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-301-1/+38
* Revert "[SPARK-3478] [PySpark] Profile the Python tasks"Josh Rosen2014-09-261-38/+1
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-261-1/+38
* [SPARK-3634] [PySpark] User's module should take precedence over system modulesDavies Liu2014-09-241-6/+5
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-0/+1
* [SPARK-3430] [PySpark] [Doc] generate PySpark API docs using SphinxDavies Liu2014-09-161-1/+1
* [SPARK-1087] Move python traceback utilities into new traceback_utils.py file.Aaron Staple2014-09-151-6/+2
* [SPARK-2951] [PySpark] support unpickle array.array for Python 2.6Davies Liu2014-09-151-0/+1
* [SPARK-3047] [PySpark] add an option to use str in textFileRDDDavies Liu2014-09-111-4/+12
* [SPARK-3458] enable python "with" statements for SparkContextMatthew Farrellee2014-09-091-0/+14
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-0/+3
* SPARK-3318: Documentation update in addFile on how to use SparkFiles.getHolden Karau2014-08-301-2/+2
* [SPARK-3307] [PySpark] Fix doc string of SparkContext.broadcast()Davies Liu2014-08-291-2/+0
* [SPARK-1065] [PySpark] improve supporting for large broadcastDavies Liu2014-08-161-7/+13
* [SPARK-3035] Wrong example with SparkContext.addFileiAmGhost2014-08-161-1/+1
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-11/+14
* [SPARK-2454] Do not ship spark home to WorkersAndrew Or2014-08-021-1/+1