Re: Hive Server2 thrift java client

2013-05-25 Thread Ghousia
to be more JDBC/ODBC aligned. Many Thanks, Ghousia. On Sat, May 25, 2013 at 4:12 AM, Prasad Mujumdar wrote: > Hi Ghousia, > > You might want to look at the JDBC2 driver code as an example of > handling the HiveServer2 thrift API in Java. > The HiveServer2 thrift interface

Hive Server2 thrift java client

2013-05-24 Thread Ghousia
o not provide any methods to work with partitions/databases. Any pointers? Appreciate your help! MAny Thanks, Ghousia.

Re: ClassNotFoundException every time we run any hive query

2011-11-28 Thread Ghousia
Hi Chinna, I have the derby.jar in the lib folder, hive runs fine and we are able to execute the queries. Even then this error shows up in the logs, if the query execution is successful. If we closely see this db is for stats not for the actual metastore. -Ghousia. On Mon, Nov 28, 2011 at 11:49

ClassNotFoundException every time we run any hive query

2011-11-27 Thread Ghousia
ve.ql.exec.ExecReducer.close(ExecReducer.java:303) > at > org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:473) > at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:411) > at org.apache.hadoop.mapred.Child.main(Child.java:170) >> org.apache.hadoop.hive.ql.exec.FileSinkOperator: StatsPublishing error: > cannot connect to database Many Thanks, Ghousia.

HSQL integration

2011-11-15 Thread Ghousia
Hi, We are planning to use HSQL as a metastore. Has anyone tried using hsql. Or are there any issue with using HSQL, our design is such that each query will have its own DDL/DMLs. Thanks, -Ghousia.

Asynchronous query exection

2011-11-15 Thread Ghousia
Looking at the code, it looks like the same flow is been followed both for serial and parallel execution. Any inputs would be of great help. Thanks, Ghousia.