COMMITS
/ python/pyspark/java_gateway.py May 9, 2025
H
[SPARK-51789][CORE][FOLLOW-UP] Set the initial Spark Connect mode properly
Hyukjin Kwon committed
January 24, 2025
H
[SPARK-49700][CONNECT][SQL] Unified Scala Interface for Connect and Classic
Herman van Hovell committed
July 24, 2024
H
April 4, 2024
H
[SPARK-47683][PYTHON][BUILD] Decouple PySpark core API to pyspark.core package
Hyukjin Kwon committed
October 10, 2023
H
[SPARK-45450][PYTHON] Fix imports according to PEP8: pyspark.pandas and pyspark (core)
Hyukjin Kwon committed
April 26, 2023
I
[SPARK-42992][PYTHON] Introduce PySparkRuntimeError
itholic committed
June 20, 2022
D
[SPARK-39508][CORE][PYTHON] Support IPv6 between JVM and Python Daemon in PySpark
Dongjoon Hyun committed
November 10, 2021
Z
[SPARK-37022][PYTHON] Use black as a formatter for PySpark
zero323 committed
June 18, 2021
H
[SPARK-35303][PYTHON] Enable pinned thread mode by default
HyukjinKwon committed
May 26, 2021
H
[SPARK-32194][PYTHON] Use proper exception classes instead of plain Exception
Hyukjin Kwon committed
November 27, 2020
J
Spelling r common dev mlib external project streaming resource managers python
Josh Soref committed
November 23, 2020
G
[SPARK-33143][PYTHON] Add configurable timeout to python server and client
Gabor Somogyi committed
November 16, 2020
July 14, 2020
H
[SPARK-32138] Drop Python 2.7, 3.4 and 3.5
HyukjinKwon committed
April 23, 2020
T
[SPARK-29641][PYTHON][CORE] Stage Level Sched: Add python api's and tests
Thomas Graves committed
November 7, 2019
H
[SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's
HyukjinKwon committed
June 15, 2019
H
[SPARK-27870][SQL][PYTHON] Add a runtime buffer size configuration for Pandas UDFs
HyukjinKwon committed
February 16, 2019
P
[SPARK-21094][PYTHON] Add popen_kwargs to launch_gateway
Peter Parente committed
January 18, 2019
S
August 30, 2018
August 29, 2018
I
[SPARK-25253][PYSPARK] Refactor local connection & auth code
Imran Rashid committed
June 19, 2018
April 13, 2018
M
[PYSPARK] Update py4j to version 0.10.7.
Marcelo Vanzin committed
November 13, 2017
B
[SPARK-20791][PYSPARK] Use Arrow to create Spark DataFrame from Pandas
Bryan Cutler committed
November 16, 2016
H
[SPARK-1267][SPARK-18129] Allow PySpark to be pip installed
Holden Karau committed
October 11, 2016
October 3, 2016
J
[SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConverter patch
Jason White committed
June 14, 2016
L
[SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Matrix under spark.ml.python
Liang-Chi Hsieh committed
August 7, 2015
R
[SPARK-9700] Pick default page size more intelligently.
Reynold Xin committed
July 30, 2015
J
[SPARK-8850] [SQL] Enable Unsafe mode by default
Josh Rosen committed
June 30, 2015
J
[SPARK-5161] Parallelize Python test execution
Josh Rosen committed
April 21, 2015
D
[SPARK-6949] [SQL] [PySpark] Support Date/Timestamp in Column expression
Davies Liu committed
April 16, 2015
D
[SPARK-4897] [PySpark] Python 3 support
Davies Liu committed
April 8, 2015
M
[SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not needed...
Marcelo Vanzin committed
March 16, 2015
D
[SPARK-6327] [PySpark] fix launch spark-submit from python
Davies Liu committed
March 11, 2015
M
[SPARK-4924] Add a library for launching Spark jobs programmatically.
Marcelo Vanzin committed
February 16, 2015
J
[SPARK-2313] Use socket to communicate GatewayServer port back to Python driver
Josh Rosen committed
January 28, 2015
R
[SPARK-5097][SQL] DataFrame
Reynold Xin committed
November 15, 2014
D
[SPARK-4415] [PySpark] JVM should exit after Python exit
Davies Liu committed
August 27, 2014
A
[SPARK-3167] Handle special driver configs in Windows
Andrew Or committed
August 21, 2014
A
[SPARK-3140] Clarify confusing PySpark exception message
Andrew Or committed
August 10, 2014
K
[SPARK-2894] spark-shell doesn't accept flags
Kousuke Saruta committed
August 6, 2014
N
[SPARK-2627] [PySpark] have the build enforce PEP 8 automatically
Nicholas Chammas committed
July 22, 2014
N
[SPARK-2470] PEP8 fixes to PySpark
Nicholas Chammas committed
July 11, 2014
A
[Minor] Remove unused val in Master
Andrew Or committed
June 25, 2014
A
[SPARK-2242] HOTFIX: pyspark shell hangs on simple job
Andrew Or committed
June 18, 2014
K
[SPARK-1466] Raise exception if pyspark Gateway process doesn't start.
Kay Ousterhout committed
May 17, 2014
A
[SPARK-1808] Route bin/pyspark through Spark submit
Andrew Or committed
May 6, 2014
M
[SPARK-1549] Add Python support to spark-submit
Matei Zaharia committed
April 30, 2014
S
SPARK-1004. PySpark on YARN
Sandy Ryza committed