Re: Access SBT with proxy

2014-03-06 Thread Alan Burlison
On 06/03/2014 20:30, Jeyaraj, Arockia R (Arockia) wrote: I am very new to Spark. I am trying to set Spark development environment in Windows. I added below mentioned "export" as "set" in sbt.bat file and tried, it was not working. Where will I see .gitconfig? I'm only one jump ahead of you mys

RE: Access SBT with proxy

2014-03-06 Thread Jeyaraj, Arockia R (Arockia)
Dhttp.proxyPort=8080 -Dhttp.proxyUser=username -Dhttp.proxyPassword=password Thanks Arockia Raja -Original Message- From: Alan Burlison [mailto:alan.burli...@oracle.com] Sent: Thursday, March 06, 2014 12:29 PM To: user@spark.apache.org Cc: Mayur Rustagi; Jeyaraj, Arockia R (Arockia) Sub

Re: Access SBT with proxy

2014-03-06 Thread Alan Burlison
On 06/03/2014 18:08, Mayur Rustagi wrote: export JAVA_OPTS="$JAVA_OPTS -Dhttp.proxyHost=yourserver -Dhttp.proxyPort=8080 -Dhttp.proxyUser=username -Dhttp.proxyPassword=password" I had exactly the same problem and tried the above, it worked for some of the components but the problem was that s