On Wed, Apr 7, 2010 at 3:15 PM, Jason Alexander <[email protected]>wrote:
> TTransport transport = new TSocket("10.223.131.19", 8888);
>
This is not the default Thrift port (unless you explicitly set that way),
you probably want port 9160.
-Brandon
