<?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: HDPF user in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232967#M70223</link>
    <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/3331/ansarifah.html" nodeid="3331" target="_blank"&gt;@ANSARI FAHEEM AHMED&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;hdfs accepts directories with quotes. may be the directory was created using the below command&lt;/P&gt;&lt;PRE&gt;hdfs dfs -mkdir /user/\"hdpuser\"&lt;/PRE&gt;&lt;P&gt;Please check the screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="39932-screen-shot-2017-10-25-at-10039-pm.png" style="width: 2112px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14802iD34D6D7DBAFCF767/image-size/medium?v=v2&amp;amp;px=400" role="button" title="39932-screen-shot-2017-10-25-at-10039-pm.png" alt="39932-screen-shot-2017-10-25-at-10039-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 00:21:28 GMT</pubDate>
    <dc:creator>asirna</dc:creator>
    <dc:date>2019-08-18T00:21:28Z</dc:date>
    <item>
      <title>HDPF user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232965#M70221</link>
      <description>&lt;P&gt;Once I fire the command hdfs dfs -ls /user/:- please check the hdpuser1. why it showing in a double cot. &lt;/P&gt;&lt;P&gt;Please refer screenshot. can anyone help me on that how to remove the double cot?&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/41512-user.jpg"&gt;user.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:12:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232965#M70221</guid>
      <dc:creator>ansarifah</dc:creator>
      <dc:date>2017-10-25T14:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: HDPF user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232966#M70222</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3331/ansarifah.html" nodeid="3331"&gt;@ANSARI FAHEEM AHMED&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It depends how you created the user and his home directory?   Using some API calls (like webhdfs) or some other tool?&lt;/P&gt;&lt;P&gt;While creating the Home directory Or the username if you will use  \"hdpuser1\" then only you will see that kind of directory.    &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example: (Correct Way)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[hdfs@sandbox ~]$ hdfs dfs -ls /user
Found 11 items
drwxr-xr-x   - admin     hadoop          0 2017-10-18 12:01 /user/admin
drwxrwx---   - ambari-qa hdfs            0 2017-06-25 10:43 /user/ambari-qa
drwxr-xr-x   - hbase     hdfs            0 2017-07-03 19:08 /user/hbase
drwxr-xr-x   - hcat      hdfs            0 2017-06-25 10:47 /user/hcat
drwxr-xr-x   - hdfs      hdfs            0 2017-10-25 07:27 /user/hdpuser1
drwxr-xr-x   - hive      hdfs            0 2017-10-24 06:40 /user/hive
drwxrwxr-x   - livy      hdfs            0 2017-08-14 17:46 /user/livy
drwxr-xr-x   - maria_dev hadoop          0 2017-10-21 11:01 /user/maria_dev
drwxrwxr-x   - oozie     hdfs            0 2017-08-05 14:40 /user/oozie
drwxr-xr-x   - root      hdfs            0 2017-10-21 13:41 /user/root
drwxrwxr-x   - spark     hdfs            0 2017-08-14 17:46 /user/spark
&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Incorrect Way:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[hdfs@sandbox ~]$ hdfs dfs -mkdir /user/\"hdpuser1\"
[hdfs@sandbox ~]$ hdfs dfs -ls /user
Found 12 items
drwxr-xr-x   - hdfs      hdfs            0 2017-10-25 07:28 /user/"hdpuser1"
drwxr-xr-x   - admin     hadoop          0 2017-10-18 12:01 /user/admin
drwxrwx---   - ambari-qa hdfs            0 2017-06-25 10:43 /user/ambari-qa
drwxr-xr-x   - hbase     hdfs            0 2017-07-03 19:08 /user/hbase
drwxr-xr-x   - hcat      hdfs            0 2017-06-25 10:47 /user/hcat
drwxr-xr-x   - hdfs      hdfs            0 2017-10-25 07:27 /user/hdpuser1
drwxr-xr-x   - hive      hdfs            0 2017-10-24 06:40 /user/hive
drwxrwxr-x   - livy      hdfs            0 2017-08-14 17:46 /user/livy
drwxr-xr-x   - maria_dev hadoop          0 2017-10-21 11:01 /user/maria_dev
drwxrwxr-x   - oozie     hdfs            0 2017-08-05 14:40 /user/oozie
drwxr-xr-x   - root      hdfs            0 2017-10-21 13:41 /user/root
drwxrwxr-x   - spark     hdfs            0 2017-08-14 17:46 /user/spark&lt;/PRE&gt;&lt;P&gt;.&lt;BR /&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3331/ansarifah.html" nodeid="3331"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:30:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232966#M70222</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-25T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: HDPF user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232967#M70223</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/3331/ansarifah.html" nodeid="3331" target="_blank"&gt;@ANSARI FAHEEM AHMED&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;hdfs accepts directories with quotes. may be the directory was created using the below command&lt;/P&gt;&lt;PRE&gt;hdfs dfs -mkdir /user/\"hdpuser\"&lt;/PRE&gt;&lt;P&gt;Please check the screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="39932-screen-shot-2017-10-25-at-10039-pm.png" style="width: 2112px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14802iD34D6D7DBAFCF767/image-size/medium?v=v2&amp;amp;px=400" role="button" title="39932-screen-shot-2017-10-25-at-10039-pm.png" alt="39932-screen-shot-2017-10-25-at-10039-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 00:21:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232967#M70223</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2019-08-18T00:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: HDPF user</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232968#M70224</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3331/ansarifah.html" nodeid="3331"&gt;@ANSARI FAHEEM AHMED&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you please let us know how you created that user &amp;amp; HDFS Directory (The exact command that you used)&lt;/P&gt;&lt;P&gt;Or you used some other tool / Java code to do that?&lt;/P&gt;&lt;P&gt;Or if you used any  AD/LDAP to sync the users?&lt;BR /&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3331/ansarifah.html" nodeid="3331"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:33:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDPF-user/m-p/232968#M70224</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-25T14:33:06Z</dc:date>
    </item>
  </channel>
</rss>

