You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Prosper Burq (JIRA)" <ji...@apache.org> on 2016/02/10 15:50:18 UTC

[jira] [Commented] (SPARK-11085) Add support for HTTP proxy

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

Prosper Burq commented on SPARK-11085:
--------------------------------------

Hi,

Is this problem still unresolved ? I tried several option but could not find out to allows spark-submit to connect through the proxy. I tried to pass environment variable through different ways but none of them worked. 


> Add support for HTTP proxy 
> ---------------------------
>
>                 Key: SPARK-11085
>                 URL: https://issues.apache.org/jira/browse/SPARK-11085
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Shell, Spark Submit
>            Reporter: Dustin Cote
>            Priority: Minor
>
> Add a way to update ivysettings.xml for the spark-shell and spark-submit to support proxy settings for clusters that need to access a remote repository through an http proxy.  Typically this would be done like:
> JAVA_OPTS="$JAVA_OPTS -Dhttp.proxyHost=proxy.host -Dhttp.proxyPort=8080 -Dhttps.proxyHost=proxy.host.secure -Dhttps.proxyPort=8080"
> Directly in the ivysettings.xml would look like:
> <ivysettings> 
> <setproxy proxyhost="proxy.host" 
> proxyport="8080" 
> nonproxyhosts="nonproxy.host"/> 
> </ivysettings> 
> Even better would be a way to customize the ivysettings.xml with command options.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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