[ 
https://issues.apache.org/jira/browse/SPARK-44110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735978#comment-17735978
 ] 

Snoot.io commented on SPARK-44110:
----------------------------------

User 'snmvaughan' has created a pull request for this issue:
https://github.com/apache/spark/pull/41678

> Forked unit tests don't receive proxy system properties
> -------------------------------------------------------
>
>                 Key: SPARK-44110
>                 URL: https://issues.apache.org/jira/browse/SPARK-44110
>             Project: Spark
>          Issue Type: Test
>          Components: SQL
>    Affects Versions: 3.3.2, 3.4.0
>         Environment: Executing unit tests using SBT in an enterprise 
> environment that requires the use of a proxy for external network access.
>            Reporter: Steve Vaughan
>            Priority: Major
>
> Spark unit tests fail in an enterprise environment that requires the use of a 
> proxy for external network access.  These tests are configured to run as 
> forked JVMs, and don't receive the system properties used to configure the 
> proxy settings for Java.
> Updating the SBT build to propagate the system properties that are related to 
> proxying addresses the issue.  The tested patch checks for any system 
> properties that starts with `http.` or `https.` and adds them to the 
> `jvmOptions` of the forked process.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to