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
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