Top "Metastore" questions

How to set configuration in Hive-Site.xml file for hive metastore connection?

I want to connect MetaStore using the java code. I have no idea how to set configuration setting in Hive-Site.…

hadoop hive cloudera impala metastore
Hive, how do I retrieve all the database's tables columns

I want to write the equivalent of this sql request in Hive : select * from information_schema.columns where table_schema=…

java sql hadoop hive metastore
Hive connectivity to MySQL: Access denied for user 'hive'@'localhost' hive

I am setting up Hive on CentOS, and I have installed hadoop, hive and MySQL on the same server. I …

mysql hadoop hive cloudera metastore
Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient

i just installed hive and mysql.. and copied the mysqlconnector to the hive_home/lib folder but when i try …

hive metastore
Error creating transactional connection factory during running Spark on Hive project in IDEA

I am trying to setup a develop environment for a Spark Streaming project which requires write data into Hive. I …

apache-spark hive apache-spark-sql metastore
Hadoop Metastore Will Not Initialize

preamble: i'm new to hadoop / hive. have installed standalone hadoop and now am trying to get hive to work. i …

hive derby metastore
Where an Avro schema is stored when I create a hive table with 'STORED AS AVRO' clause?

There are at least two different ways of creating a hive table backed with Avro data: 1) Creating a table based …

hive schema avro metastore