Re: Making Thrift work with Hive in client-server mode

2011-02-03 Thread Jay Ramadorai
Sorry. I had an error in my message below. I start up Derby on the same port that is specified in hive-site. So my derby start looks like: > > nohup $DERBY_HOME/bin/startNetworkServer -h 0.0.0.0 -p & (not ) BTW, all the ports shown here are examples only. On Feb 3, 2011, at 9:22 AM, J

Making Thrift work with Hive in client-server mode

2011-02-03 Thread Jay Ramadorai
Can someone explain how the Thriftserver finds the Hive metastore? I am running with all non-default values and need to know how to connect to Thrift so it finds Hive with the right metastore. I am running Derby in server mode on a non-default port. And my metastore name is non-default. And I w