You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to connect to Salesforce url(login.salesforce.com) using a proxy server in pyspark with com.springml.spark.salesforce driver.
I tried passing/adding the proxy server details in the config file, in the spark submit command and even while using the interactive mode but nothing worked. Wanted to check if the proxies are accepted by the com.springml.spark.salesforce driver. I am using this package: spark-salesforce_2.12-1.1.4.jar
py4j.protocol.Py4JJavaError: An error occurred while calling o119.load.
: java.lang.Exception: com.sforce.ws.ConnectionException: Failed to send request to https://login.salesforce.com/services/Soap/u/35.0
The text was updated successfully, but these errors were encountered:
I am trying to connect to Salesforce url(login.salesforce.com) using a proxy server in pyspark with com.springml.spark.salesforce driver.
I tried passing/adding the proxy server details in the config file, in the spark submit command and even while using the interactive mode but nothing worked. Wanted to check if the proxies are accepted by the com.springml.spark.salesforce driver. I am using this package: spark-salesforce_2.12-1.1.4.jar
Spark version: 3.0.0 Scala Version: 2.12.10 python: 3.6.8
While Execution:
Config file:
code:
Error:
The text was updated successfully, but these errors were encountered: