datadudes / salesforce2hadoop

Import Salesforce data into Hadoop HDFS in Avro format
23 stars 13 forks source link

Setting up HTTPs Proxy Settings when behind a firewall #9

Open AmritaKv opened 8 years ago

AmritaKv commented 8 years ago

@DandyDev I am working on a salesforce sandbox behind a firewall. Hence proxy needs to be set for accessing the salesforce data.

I tried setting the proxy configuration (host, port , username , password) from command line while running the JAR (Using -D option)but that did not help.

I think if you can add the proxy setting in the code itself and provide some configuration option for it , That will be great to work with this connector behind the firewalls!

EDGE1987 commented 7 years ago

@DandyDev - Hi Dan, I tried using this tool , but it is not working, may be due to firewall issue. logs would have helped. l am new to scala. let me see if i can add some logs to it.