Praveen created SPARK-23768:
-------------------------------

             Summary: Proxy configuration for extraJavaOptions in defaults conf
                 Key: SPARK-23768
                 URL: https://issues.apache.org/jira/browse/SPARK-23768
             Project: Spark
          Issue Type: Bug
          Components: Spark Shell
    Affects Versions: 2.2.1
         Environment: default conf setting:

spark.executor.extraJavaOptions    -Dhttp.proxyHost=IP -Dhttp.proxyPort=8080 
-Dhttps.proxyHost=IP -Dhttps.proxyPort=8080

spark.jars.packages                
datastax:spark-cassandra-connector:2.0.0-M2-s_2.11

 
            Reporter: Praveen


When trying to launch spark shell or pyspark for the first time with cassandra 
connector configured as package, the proxy setting in default conf is not being 
used and the download fails (if behind proxy).

If the proxy is configured directly in the command line, the download happens 
and spark shell starts correctly. 

Seems the proxy configuration in default conf is not being used for package 
download.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to