Re: using the proxy on the cli or configHelper to connect to cassandra server

2012-05-08 Thread aaron morton
There is no support in the cli for using a socks proxy. You would need to add it. Take a look in CliMain.java Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 8/05/2012, at 10:00 AM, Shawna Qian wrote: > Hello: > > In our cassandra sett

using the proxy on the cli or configHelper to connect to cassandra server

2012-05-07 Thread Shawna Qian
Hello: In our cassandra settings, we need to specify the proxy to access the cassandra: if using the java code, it will be like this: Proxy proxy = new Proxy(Proxy.Type.SOCKS, new InetSocketAddress("socks.corp.yahoo.com", 1080)); Socket socket = new Socket (proxy); socket.connect(new InetSocketAd