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
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
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 al
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 (
DriverManager.getConnection("jdbc:hive2://192.168.1.103:1/default"
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 started.