[ 
https://issues.apache.org/jira/browse/SPARK-35946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated SPARK-35946:
-----------------------------------
    Labels: pull-request-available  (was: )

> Respect Py4J server if InheritableThread API
> --------------------------------------------
>
>                 Key: SPARK-35946
>                 URL: https://issues.apache.org/jira/browse/SPARK-35946
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark
>    Affects Versions: 3.2.0
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.2.0
>
>
> Currently we sets the enviornment variables at the client side of Py4J 
> (python/pyspark/util.py ). If the Py4J gateway is created somewhere else 
> (e.g., Zeppelin, etc), it could introduce a breakage at:
> {code}
>         from pyspark import SparkContext
>         jvm = SparkContext._jvm
>         thread_connection = jvm._gateway_client.get_thread_connection()
>         # ^ the MLlibMLflowIntegrationSuite test suite failed at this line
>         # `AttributeError: 'GatewayClient' object has no attribute 
> 'get_thread_connection'`
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to