<?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: HDFS Cannot Create  the directory of the user in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319072#M227676</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75213"&gt;@ChethanYM&lt;/a&gt;,&amp;nbsp;I installed hadoop-2.7.1 and it's during the installation that I created a hdfs user. but the hdfs command started working when I finished installing hadoop.&amp;nbsp;here is the output of the command #ls -lrth | grep hdfs.&amp;nbsp;the output does not give anything.&amp;nbsp;Yes I can reinstall hadoop.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER alternatives]# ls -lrth | grep hdfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER alternatives]#&lt;BR /&gt;[root@MASTER alternatives]# hadoop version&lt;BR /&gt;Hadoop 2.7.1&lt;BR /&gt;Subversion&amp;nbsp;&lt;A href="https://git-wip-us.apache.org/repos/asf/hadoop.git" target="_blank" rel="noopener"&gt;https://git-wip-us.apache.org/repos/asf/hadoop.git&lt;/A&gt;&amp;nbsp;-r 20fe5304904fc2f5a18053c389e43cd26f7a70fe&lt;BR /&gt;Compiled by vinodkv on 2017-06-02T06:14Z&lt;BR /&gt;Compiled with protoc 2.5.0&lt;BR /&gt;From source with checksum 60125541c2b3e266cbf3becc5bda666&lt;BR /&gt;This command was run using /usr/local/hadoop-2.7.1/share/hadoop/common/hadoop-common-2.7.1.jar&lt;BR /&gt;[root@MASTER alternatives]#&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 17:23:41 GMT</pubDate>
    <dc:creator>Justee</dc:creator>
    <dc:date>2021-06-21T17:23:41Z</dc:date>
    <item>
      <title>HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/318992#M227635</link>
      <description>&lt;P&gt;I installed hadoop-2.7.1 on a centos7 operating system.&lt;BR /&gt;when I execute the command # hdfs dfs -mkdir /user/Juste . I get an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[hdfs@MASTER ~]$ hdfs dfs -mkdir /user/Juste&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;21/06/20 11:04:04 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mkdir: `/user/Juste': No such file or directory&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 11:26:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/318992#M227635</guid>
      <dc:creator>Justee</dc:creator>
      <dc:date>2021-06-20T11:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/318996#M227639</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P class="p1"&gt;Hadoop has native implementations of certain components for both performance and non-availability of Java implementations. These components are available in a single, dynamically-linked native Linux library called the native hadoop library. On the *nix platforms the library is named libhadoop.so.&lt;/P&gt;&lt;P class="p1"&gt;It is just a Warning but not an error and it can be ignored.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Please check if you have an issue with other hdfs commands as well...and check the hdfs logs and see if you can get exact errors.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 13:41:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/318996#M227639</guid>
      <dc:creator>ChethanYM</dc:creator>
      <dc:date>2021-06-20T13:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/318999#M227641</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When I execute this command this is the output&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[hdfs@MASTER ~]$ hdfs dfs -mkdir /user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;21/06/20 13:51:54 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mkdir: Cannot create directory /user. Name node is in safe mode&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 14:04:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/318999#M227641</guid>
      <dc:creator>Justee</dc:creator>
      <dc:date>2021-06-20T14:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319001#M227642</link>
      <description>&lt;P class="p1"&gt;Safemode&amp;nbsp;in Hadoop&amp;nbsp;is a maintenance state of NameNode, during which NameNode doesn’t allow any modifications to the file system.&lt;/P&gt;&lt;P class="p1"&gt;can you use below command to come out of the safemode and try to create a directory?&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN&gt;## hadoop dfsadmin -safemode leave&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN&gt;##&amp;nbsp;hdfs dfs -mkdir /user/justee&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 14:12:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319001#M227642</guid>
      <dc:creator>ChethanYM</dc:creator>
      <dc:date>2021-06-20T14:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319005#M227644</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75213"&gt;@ChethanYM&lt;/a&gt;&amp;nbsp;,&amp;nbsp;when i created hdfs user i didn't create with a password but when i execute this is what i'm asked. i used the root password but it doesn't pass either.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[hdfs@MASTER ~]$ hdfs dfsadmin -safemode leave&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;21/06/20 17:30:15 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;safemode: Access denied for user hdfs. Superuser privilege is required&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[hdfs@MASTER ~]$ sudo hdfs dfsadmin -safemode leave&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[sudo] password for hdfs:&lt;/SPAN&gt;&lt;BR /&gt;sorry, try again.&lt;BR /&gt;&lt;SPAN&gt;[sudo] password for hdfs:&lt;BR /&gt;sorry, try again.&lt;BR /&gt;[sudo] password for hdfs:&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 18:46:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319005#M227644</guid>
      <dc:creator>Justee</dc:creator>
      <dc:date>2021-06-20T18:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319019#M227649</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you try with below command and see?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;## sudo -u hdfs hdfs dfsadmin -safemode leave&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this doesn't work provide the output of below from the terminal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;## id hdfs&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 02:59:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319019#M227649</guid>
      <dc:creator>ChethanYM</dc:creator>
      <dc:date>2021-06-21T02:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319040#M227656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75213"&gt;@ChethanYM&lt;/a&gt;,&amp;nbsp;I tried the following command again another error&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER ~]# su - hdfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Last login: Sun Jun 20 17:27:39 UTC 2021 on pts/5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[hdfs@MASTER ~]$ sudo -u hdfs hdfs dfsadmin -safemode leave&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo: hdfs: command not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[hdfs@MASTER ~]$ id hdfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uid=30008(hdfs) gid=30009(hdfs) groups=30009(hdfs)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[hdfs@MASTER ~]$&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 07:26:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319040#M227656</guid>
      <dc:creator>Justee</dc:creator>
      <dc:date>2021-06-21T07:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319043#M227657</link>
      <description>&lt;P&gt;You don't need to switch to hdfs user to run below command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to run the command when you are root/sudo user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo -u hdfs hdfs dfsadmin -safemode leave&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 07:58:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319043#M227657</guid>
      <dc:creator>RohitPathak</dc:creator>
      <dc:date>2021-06-21T07:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319048#M227661</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/87593"&gt;@RohitPathak&lt;/a&gt;, I tried with root/sudo user but still error,&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER ~]# sudo -u hdfs hdfs dfsadmin -safemode leave&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo: hdfs: command not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER ~]#&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 08:59:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319048#M227661</guid>
      <dc:creator>Justee</dc:creator>
      <dc:date>2021-06-21T08:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319062#M227669</link>
      <description>&lt;P&gt;Seems to be hdfs is not installed/configured properly, Can you check the path of it by using "which hdfs" command.&lt;/P&gt;&lt;P&gt;If you are not able to see the path check the environment variable in "~/.bash_profile" file.&amp;nbsp; set the path something like below and try:&lt;/P&gt;&lt;P&gt;##&amp;nbsp;&lt;SPAN&gt;PATH=$PATH:$HADOOP_HOME/bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then run -&amp;gt; source ~/.bash_profile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is the output from my test cluster:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[root@node2 bin]# which hdfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;/usr/bin/hdfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[root@node2 bin]# sudo -u hdfs hdfs dfsadmin -safemode leave&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Safe mode is OFF&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[root@node2 bin]# id hdfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;uid=993(hdfs) gid=990(hdfs) groups=990(hdfs)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 13:31:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319062#M227669</guid>
      <dc:creator>ChethanYM</dc:creator>
      <dc:date>2021-06-21T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319070#M227674</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75213"&gt;@ChethanYM&lt;/a&gt;, I&amp;nbsp;&lt;/SPAN&gt;set the PATH&amp;nbsp; like below and try:&lt;BR /&gt;&lt;SPAN&gt;When I run this command, I get the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;##&amp;nbsp;&lt;SPAN&gt;PATH=$PATH:$HADOOP_HOME/bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;## source ~/.bash_profile&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;[root@MASTER ~]# which hdfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/usr/local/hadoop-2.7.1/bin/&lt;/SPAN&gt;&lt;SPAN&gt;hdfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER ~]# sudo -u hdfs hdfs dfsadmin -safemode leave&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo: hdfs: command not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER ~]# id hdfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uid=30008(hdfs) gid=30009(hdfs) groups=30009(hdfs)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER ~]#&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 16:05:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319070#M227674</guid>
      <dc:creator>Justee</dc:creator>
      <dc:date>2021-06-21T16:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319071#M227675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Go to /etc/alterenatives provide the output for below commands: ( This is to check if linux alternatives subsystem is pointing to the binaries from an other old version of CDH that you are not using currently)&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Example:&lt;/P&gt;&lt;P class="p1"&gt;[root@node2 alternatives]# ls -lrth | grep hdfs&lt;/P&gt;&lt;P class="p1"&gt;lrwxrwxrwx&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;1 root root 62 Aug 15&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;2020 hdfs -&amp;gt; /opt/cloudera/parcels/CDH-6.2.1-1.cdh6.2.1.p0.4951328/bin/hdfs&lt;/P&gt;&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;[root@node2 alternatives]# ls -lrth /usr/bin/hdfs&lt;/P&gt;&lt;P class="p1"&gt;lrwxrwxrwx 1 root root 22 Aug 15&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;2020 /usr/bin/hdfs -&amp;gt; /etc/alternatives/hdfs&lt;/P&gt;&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;&lt;OL class="ol1"&gt;&lt;LI&gt;What is the CDH version you are using currently? Have you recently upgraded the cluster?&lt;/LI&gt;&lt;LI&gt;In my previous comment I have added “#” just for pointing the command if you have added same in the ~/.bash_profile do remove the “#” and try.&lt;/LI&gt;&lt;LI&gt;How you installed hdfs? is it possible for you to re install it?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 21 Jun 2021 16:37:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319071#M227675</guid>
      <dc:creator>ChethanYM</dc:creator>
      <dc:date>2021-06-21T16:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319072#M227676</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75213"&gt;@ChethanYM&lt;/a&gt;,&amp;nbsp;I installed hadoop-2.7.1 and it's during the installation that I created a hdfs user. but the hdfs command started working when I finished installing hadoop.&amp;nbsp;here is the output of the command #ls -lrth | grep hdfs.&amp;nbsp;the output does not give anything.&amp;nbsp;Yes I can reinstall hadoop.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER alternatives]# ls -lrth | grep hdfs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[root@MASTER alternatives]#&lt;BR /&gt;[root@MASTER alternatives]# hadoop version&lt;BR /&gt;Hadoop 2.7.1&lt;BR /&gt;Subversion&amp;nbsp;&lt;A href="https://git-wip-us.apache.org/repos/asf/hadoop.git" target="_blank" rel="noopener"&gt;https://git-wip-us.apache.org/repos/asf/hadoop.git&lt;/A&gt;&amp;nbsp;-r 20fe5304904fc2f5a18053c389e43cd26f7a70fe&lt;BR /&gt;Compiled by vinodkv on 2017-06-02T06:14Z&lt;BR /&gt;Compiled with protoc 2.5.0&lt;BR /&gt;From source with checksum 60125541c2b3e266cbf3becc5bda666&lt;BR /&gt;This command was run using /usr/local/hadoop-2.7.1/share/hadoop/common/hadoop-common-2.7.1.jar&lt;BR /&gt;[root@MASTER alternatives]#&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 17:23:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319072#M227676</guid>
      <dc:creator>Justee</dc:creator>
      <dc:date>2021-06-21T17:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319089#M227681</link>
      <description>&lt;P&gt;Yes, It seems to be not properly installed.&lt;/P&gt;&lt;P&gt;May i know you are using plain Hadoop or CDH or HDP to manage it?&lt;/P&gt;&lt;P&gt;If you have followed any document for the hadoop installation provide the link here...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 03:23:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319089#M227681</guid>
      <dc:creator>ChethanYM</dc:creator>
      <dc:date>2021-06-22T03:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Cannot Create  the directory of the user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319095#M227682</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75213"&gt;@ChethanYM&lt;/a&gt;,&amp;nbsp;I just use hadoop. I followed This &lt;SPAN&gt;tutorial , but I did the installation steps of hadoop only.&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.youtube.com/watch?v=71EQblrUPRM&amp;amp;t=1375s" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=71EQblrUPRM&amp;amp;t=1375s&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 06:03:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Cannot-Create-the-directory-of-the-user/m-p/319095#M227682</guid>
      <dc:creator>Justee</dc:creator>
      <dc:date>2021-06-22T06:03:41Z</dc:date>
    </item>
  </channel>
</rss>

