Hive system catalog

2016-05-18 Thread brajmohan saxena
Hi, Could any body please help me to know how to get the Hive system catalog tables. Also I am looking for a catalog table which can show me all the built in functions list of Hive. Thanks in advance. Regards Braj

Hive SQL query

2016-04-06 Thread brajmohan saxena
Hi, Is there any SQL query or command to create server in Hive. Also please let me know any API for creating server and retrieving server info in JDBC. Thanks Braj

Hive Metadata tables of a schema

2016-04-04 Thread brajmohan saxena
Hi, How can I access Hive metadata tables of a particular Server and Schema in a C program or through JDBC client. I have one application running on Client and my Hiveserver2 running on Remote machine. So if i provide Server name and Schema name in my client C program ,I should be able to get

Re: How to setup Hive JDBC client to connect remote Hiveserver

2016-04-03 Thread brajmohan saxena
> Can you telnet to that port? > > $ telnet 192.168.1.103 1 > > On Sun, Apr 3, 2016 at 9:43 PM, brajmohan saxena <braj.saxena...@gmail.com > > wrote: > >> Hi, >> >> Could you please tell me how to connect a simple JDBC program to remote >&

How to setup Hive JDBC client to connect remote Hiveserver

2016-04-03 Thread brajmohan saxena
Hi, Could you please tell me how to connect a simple JDBC program to remote Hiveserver2 with default Derby database. I have Hiveserver2 running on remote machine and i am trying to run simple JDBC program from client machine (

ERRROR : no more data to read

2016-02-15 Thread brajmohan saxena
Hi, While trying to connect to Hive server ( port 1 ) on Hortonworks sandbox through simple Thrift program ( transport->open(); ) I am getting this error. *ERROR: No more data to read.* could you please let me know the reason for this, and from which Hive versoin onwards this error