RE: Hive Metadata tables of a schema

2016-04-05 Thread Rachna Jotwani
} } From: brajmohan saxena [mailto:braj.saxena...@gmail.com] Sent: Monday, April 4, 2016 8:57 PM To: d...@hive.apache.org Subject: Hive Metadata tables of a schema Hi, How can I access Hive metadata tables of a particular Server and Schema in a C program or through JDBC clien

Re: Hive Metadata tables of a schema

2016-04-05 Thread David Morel
Better use HCatalog for this. David Le 5 avr. 2016 10:14, "Mich Talebzadeh" a écrit : > So you want to interrogate Hive metastore and get information about > objects for a given schema/database in Hive. > > These info are kept in Hive metastore database running on an RDBVMS say > Oracle. There a

Re: Hive Metadata tables of a schema

2016-04-05 Thread Mich Talebzadeh
So you want to interrogate Hive metastore and get information about objects for a given schema/database in Hive. These info are kept in Hive metastore database running on an RDBVMS say Oracle. There are dozens of tables in Hive specific schema. For example table DBS contains Hive databases etc h

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 al