}
}
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
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
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
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