Search code examples
hadoophbasehue

Filesystem root '/' should be owned by 'hdfs' shows when configuration with hue


Here is my settings

enter image description here

But it shows error message like this

Current value: http://master ip:50070/webhdfs/v1
Filesystem root '/' should be owned by 'hdfs'

Solution

  • Changing the code is not good approach You can change in config file in 'hue/desktop/conf/pseudo-distributed.ini' under [desktop] section

     default_hdfs_superuser=hdfs
    
              to  
    
     default_hdfs_superuser=hduser