- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
No database in impala in hue
- Labels:
-
Apache Impala
-
Cloudera Hue
Created on 05-02-2017 10:46 AM - edited 09-16-2022 04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Friends ,
I am not able to see database in impala in hue . what could be the reason ?
Created 05-12-2017 10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And Cloudera Manager?
Created on 05-13-2017 01:57 AM - edited 05-13-2017 02:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please check your hive metastore url in the
/etc/hue/conf/hue.ini
could you let me know are using a shared metastore for hive and impala .
if which database
also check these parameters
[[[default]]] # Enter the filesystem uri fs_defaultfs=hdfs://localhost:8020
name=Hive # The backend connection to use to communicate with the server.
interface=hiveserver2
[[[impala]]] name=Impala interface=hiveserver2
Created 03-04-2020 06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
same issue found all entry are in place but still not showing any database.
Created 03-04-2020 09:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @Axis_BDL ,
There can be several causes for no databases being found in the Hue Impala app, so it is a good idea to look for more information in the Hue log. Usually the log file is /var/log/hue/runcpserver.log
Perhaps try tailing that log while you reload the Impala page in Hue.
We'll need some more information to help us learn what the problem is, so the Hue log is a good start.
Created 02-21-2022 09:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try running invalidate metadata;
At end clearing browser cache worked for me.
