Member since
12-19-2014
9
Posts
0
Kudos Received
0
Solutions
08-17-2017
03:12 PM
1 Kudo
@Alberto Ramon You can setup multiple H2 instances and then create a DNS with their IPs. You would then point the Hive View to that DNS. See this related article on how to load balance H2. https://community.hortonworks.com/questions/110277/load-balancing-hiveserver2-over-knox.html. This is a supported configuration.
... View more
08-26-2016
07:06 AM
If you want to delete a whole database you can: drop database <dbname> cascade; That will drop the database and all its tables.
... View more
11-13-2015
02:41 AM
Hi We have the same problem, we upgraded from Cloudera 5.3.8 to 5.4.8 usign parcels <!-- fs.default.name, fs.defaultFS = 8020 --> <!-- hive.metastore.warehouse.dir = /user/hive/warehouse --> <!-- hdfs://hd01:8020:8020/user/hive/warehouse/ -->
... View more