Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hue cannot access database, Failed to access filesystem root

avatar
New Contributor

I have installed a HUE on my mac but after I open the HUE and found couple confirguration problem. Anyone can help on these? Thx.

hadoop.hdfs_clusters.default.webhdfs_urlCurrent value: http://localhost:50070/webhdfs/v1
Failed to access filesystem root
Resource ManagerFailed to contact an active Resource Manager: ('Connection aborted.', error(61, 'Connection refused'))
desktop.secret_keyCurrent value:
Secret key should be configured as a random string. All sessions will be lost on restart
SQLITE_NOT_FOR_PRODUCTION_USESQLite is only recommended for small development environments with a few users.
HiveFailed to access Hive warehouse: /user/hive/warehouse
HBase BrowserThe application won't work without a running HBase Thrift Server v1.
ImpalaNo available Impalad to send queries to.
Oozie Editor/DashboardThe app won't work without a running Oozie server
Pig EditorThe app won't work without a running Oozie server
SparkThe app won't work without a running Livy Spark Server
10 REPLIES 10

avatar
Cloudera Employee

If you have HA in your cluster, make sure the setting of webhdfs_url in Hue is pointing to the ACTIVE NameNode.

 

You can find webhdfs_url in: (xxx is some digitals for you current run of Hue)

/run/cloudera-scm-agent/process/xxx-hue-HUE_SERVER/hue.ini

 

And you can find the active NameNode in: (xx is some digitals for you cluster)

http://your.cloudera.manager.host:7180/cmf/services/xx/instances

 

Or, maybe you've missed something after the HA, check below

https://www.cloudera.com/documentation/enterprise/latest/topics/cdh_hag_hdfs_ha_cdh_components_confi...