<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Filesystem root '/' should be owned by 'hdfs' shows when i start hue in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Filesystem-root-should-be-owned-by-hdfs-shows-when-i-start/m-p/145361#M52514</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15585/punit9876231.html" nodeid="15585"&gt;@Punit kumar&lt;/A&gt;
Please run the following command to verify the permissions on HDFS directory "/"&lt;/P&gt;&lt;PRE&gt;# su - hdfs
# hdfs dfs -stat "%u %g" /
hdfs hdfs &lt;/PRE&gt;&lt;P&gt;
It should be owned by "hdfs:hdfs"  if it is not then you can fix it by running the following command:&lt;/P&gt;&lt;PRE&gt;# hdfs dfs -chwon hdfs:hdfs / &lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;- It is Hue code that is explicitly checking for the default permission :&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cloudera/hue/blob/9916b2b6389323ad8139d709e248156a7cf943f5/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py#L914-L916" target="_blank"&gt;https://github.com/cloudera/hue/blob/9916b2b6389323ad8139d709e248156a7cf943f5/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py#L914-L916&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;And the default superuser is defined in&lt;EM&gt; "hue.ini"&lt;/EM&gt; as following:&lt;/P&gt;&lt;PRE&gt;default_hdfs_superuser=hdfs&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://github.com/cloudera/hue/blob/ef8812cb2033b628d90f5bffacc4ce7c27374e45/desktop/conf.dist/hue.ini#L62-L63" target="_blank"&gt;https://github.com/cloudera/hue/blob/ef8812cb2033b628d90f5bffacc4ce7c27374e45/desktop/conf.dist/hue.ini#L62-L63&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2017 15:20:40 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-01-25T15:20:40Z</dc:date>
    <item>
      <title>Filesystem root '/' should be owned by 'hdfs' shows when i start hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Filesystem-root-should-be-owned-by-hdfs-shows-when-i-start/m-p/145360#M52513</link>
      <description>&lt;P&gt;when i start hue i get this issue on hue &lt;/P&gt;&lt;PRE&gt;hadoop.hdfs_clusters.default.webhdfs_urlCurrent     value: &lt;A href="http://namenode:50070/webhdfs/v1" target="_blank"&gt;http://namenode:50070/webhdfs/v1&lt;/A&gt;
                                                  Filesystem root '/' should be owned by 'hdfs'&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:47:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Filesystem-root-should-be-owned-by-hdfs-shows-when-i-start/m-p/145360#M52513</guid>
      <dc:creator>punit9876231</dc:creator>
      <dc:date>2026-04-21T13:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem root '/' should be owned by 'hdfs' shows when i start hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Filesystem-root-should-be-owned-by-hdfs-shows-when-i-start/m-p/145361#M52514</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15585/punit9876231.html" nodeid="15585"&gt;@Punit kumar&lt;/A&gt;
Please run the following command to verify the permissions on HDFS directory "/"&lt;/P&gt;&lt;PRE&gt;# su - hdfs
# hdfs dfs -stat "%u %g" /
hdfs hdfs &lt;/PRE&gt;&lt;P&gt;
It should be owned by "hdfs:hdfs"  if it is not then you can fix it by running the following command:&lt;/P&gt;&lt;PRE&gt;# hdfs dfs -chwon hdfs:hdfs / &lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;- It is Hue code that is explicitly checking for the default permission :&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cloudera/hue/blob/9916b2b6389323ad8139d709e248156a7cf943f5/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py#L914-L916" target="_blank"&gt;https://github.com/cloudera/hue/blob/9916b2b6389323ad8139d709e248156a7cf943f5/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py#L914-L916&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;And the default superuser is defined in&lt;EM&gt; "hue.ini"&lt;/EM&gt; as following:&lt;/P&gt;&lt;PRE&gt;default_hdfs_superuser=hdfs&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://github.com/cloudera/hue/blob/ef8812cb2033b628d90f5bffacc4ce7c27374e45/desktop/conf.dist/hue.ini#L62-L63" target="_blank"&gt;https://github.com/cloudera/hue/blob/ef8812cb2033b628d90f5bffacc4ce7c27374e45/desktop/conf.dist/hue.ini#L62-L63&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:20:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Filesystem-root-should-be-owned-by-hdfs-shows-when-i-start/m-p/145361#M52514</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-01-25T15:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem root '/' should be owned by 'hdfs' shows when i start hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Filesystem-root-should-be-owned-by-hdfs-shows-when-i-start/m-p/145362#M52515</link>
      <description>&lt;P&gt;thnx @&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;Jay SenSharma&lt;/A&gt; now its working.&lt;/P&gt;&lt;P&gt;But now when i am doing some query in hue it doesnt show any output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:30:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Filesystem-root-should-be-owned-by-hdfs-shows-when-i-start/m-p/145362#M52515</guid>
      <dc:creator>punit9876231</dc:creator>
      <dc:date>2017-01-25T15:30:19Z</dc:date>
    </item>
  </channel>
</rss>

