Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
01-25-2017
07:03 AM
- last edited on
04-21-2026
06:47 AM
by
GrazittiAPI
when i start hue i get this issue on hue
hadoop.hdfs_clusters.default.webhdfs_urlCurrent value: http://namenode:50070/webhdfs/v1 Filesystem root '/' should be owned by 'hdfs'
Created 01-25-2017 07:20 AM
@Punit kumar Please run the following command to verify the permissions on HDFS directory "/"
# su - hdfs # hdfs dfs -stat "%u %g" / hdfs hdfs
It should be owned by "hdfs:hdfs" if it is not then you can fix it by running the following command:
# hdfs dfs -chwon hdfs:hdfs /
.
- It is Hue code that is explicitly checking for the default permission :
.
And the default superuser is defined in "hue.ini" as following:
default_hdfs_superuser=hdfs
.
Created 01-25-2017 07:20 AM
@Punit kumar Please run the following command to verify the permissions on HDFS directory "/"
# su - hdfs # hdfs dfs -stat "%u %g" / hdfs hdfs
It should be owned by "hdfs:hdfs" if it is not then you can fix it by running the following command:
# hdfs dfs -chwon hdfs:hdfs /
.
- It is Hue code that is explicitly checking for the default permission :
.
And the default superuser is defined in "hue.ini" as following:
default_hdfs_superuser=hdfs
.
Created 01-25-2017 07:30 AM
thnx @Jay SenSharma now its working.
But now when i am doing some query in hue it doesnt show any output