Member since
10-05-2015
19
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
13920 | 11-08-2015 09:28 PM | |
11435 | 10-11-2015 03:23 AM |
10-11-2015
03:23 AM
Hurray guys 🙂 Now i've configured hive 1.0.1. There is no longer error when i execute queries with "STORED AS TEXTFILE" in hive editor. And also successfully loaded hive sample tables. But when hue is not running i can access hive in terminal. But when hue is running i can not access hive in terminal. It shows following exceptions ERROR XSDB6: Another instance of Derby may have already booted the database /home/dhruv/metastore_db. java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:derby:;databaseName=metastore_db;create=true, username = APP. Terminating connection pool (set lazyInit to true if you expect to start your database after your app). Original Exception: ------ java.sql.SQLException: Failed to start database 'metastore_db' with class loader sun.misc.Launcher$AppClassLoader@1137792, see the next exception for details. Is it ok with hue as it is accessing same instance? Do i need to change any configuration so that both can work simultaneously ?
... View more