<?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 ACLs Inheritance in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117870#M80653</link>
    <description>&lt;P&gt;Please review this document &lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html" target="_blank"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 09:20:45 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-03-09T09:20:45Z</dc:date>
    <item>
      <title>HDFS ACLs Inheritance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117869#M80652</link>
      <description>&lt;P&gt;Is there a way for the new hdfs files/dirs to inherit the parent folder permission and acl?&lt;/P&gt;&lt;P&gt;Before we upgrade to HDP-2.3.2, it's perfectly working.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-MD&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:14:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117869#M80652</guid>
      <dc:creator>muanang</dc:creator>
      <dc:date>2016-03-09T09:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS ACLs Inheritance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117870#M80653</link>
      <description>&lt;P&gt;Please review this document &lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html" target="_blank"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:20:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117870#M80653</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-09T09:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS ACLs Inheritance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117871#M80654</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;, I'm also reading that guide.&lt;/P&gt;&lt;P&gt;I already applied ACL on some hdfs dir, and working properly.&lt;/P&gt;&lt;P&gt;Is there a way for the new generated files/dir that will be saved on that dir  will also inherit the ACLs without reapplying it?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:36:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117871#M80654</guid>
      <dc:creator>muanang</dc:creator>
      <dc:date>2016-03-09T09:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS ACLs Inheritance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117872#M80655</link>
      <description>&lt;P&gt;The model also differentiates between an “access ACL”, which defines the rules to enforce during permission checks, and a “default ACL”, which defines the ACL entries that new child files or sub-directories receive automatically during creation. For example:&lt;/P&gt;&lt;PRE&gt;   user::rwx
   group::r-x
   other::r-x
   default:user::rwx
   default:user:bruce:rwx          #effective:r-x
   default:group::r-x
   default:group:sales:rwx         #effective:r-x
   default:mask::r-x
   default:other::r-x
&lt;/PRE&gt;&lt;P&gt;Only directories may have a default ACL. When a new file or sub-directory is created, it automatically copies the default ACL of its parent into its own access ACL. A new sub-directory also copies it to its own default ACL. In this way, the default ACL will be copied down through arbitrarily deep levels of the file system tree as new sub-directories get created.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:44:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117872#M80655</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-09T09:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS ACLs Inheritance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117873#M80656</link>
      <description>&lt;P&gt;Sorry for the confusion &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;. Thanks for pointing that out.&lt;/P&gt;&lt;P&gt;I understand that the new file or sub-dir will automatically copies the default acl. &lt;/P&gt;&lt;P&gt;After the upgrade, when creating a new file or subdirectory, parent folder acl were not being copied.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:06:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117873#M80656</guid>
      <dc:creator>muanang</dc:creator>
      <dc:date>2016-03-09T10:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS ACLs Inheritance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117874#M80657</link>
      <description>&lt;P&gt;if you continue having issues, consider opening a ticket with support.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:10:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-ACLs-Inheritance/m-p/117874#M80657</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-09T10:10:53Z</dc:date>
    </item>
  </channel>
</rss>

