Looks like createPartnerConnection doesn't allow proxy settings need a change to allow proxy setting.
the change will helps organisations who want to leverage spark-salesforce library
https://github.com/springml/salesforce-wave-api/blob/master/src/main/java/com/springml/salesforce/wave/util/SFConfig.java
https://github.com/springml/salesforce-wave-api/blob/0ac76aeb2221d9e7038229fd352a8694e8cde7e9/src/main/java/com/springml/salesforce/wave/util/SFConfig.java#L96
config.setProxy("company_proxy_server", 9400) ---> company proxy server and port number ....
Thanks
Sri
Looks like createPartnerConnection doesn't allow proxy settings need a change to allow proxy setting.
the change will helps organisations who want to leverage spark-salesforce library
https://github.com/springml/salesforce-wave-api/blob/master/src/main/java/com/springml/salesforce/wave/util/SFConfig.java
https://github.com/springml/salesforce-wave-api/blob/0ac76aeb2221d9e7038229fd352a8694e8cde7e9/src/main/java/com/springml/salesforce/wave/util/SFConfig.java#L96
config.setProxy("company_proxy_server", 9400) ---> company proxy server and port number ....
Thanks
Sri