<?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: Hi i am new to hadoop admin, i want to  remove write access to all databases and file systems in production cluster and we are using hdp 2.1.5. can any one help me how to remove write access,which directory i should modified in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122004#M30828</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/10571/gsr5001.html" nodeid="10571"&gt;@sankar rao&lt;/A&gt;&lt;P&gt;In simple solution you can try this as well.&lt;/P&gt;&lt;P&gt;hadoop fs -chmode -R 755 /apps/hive/warehouse/&lt;/P&gt;&lt;P&gt;Here DB owner is going to get read,write and execute, Group &amp;amp; others are going to get read and execute only.&lt;/P&gt;&lt;P&gt;you can explore Ranger and ACL functionality as well for implementing different level of access for users.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2016 11:55:04 GMT</pubDate>
    <dc:creator>divakarreddy_a</dc:creator>
    <dc:date>2016-06-07T11:55:04Z</dc:date>
    <item>
      <title>Hi i am new to hadoop admin, i want to  remove write access to all databases and file systems in production cluster and we are using hdp 2.1.5. can any one help me how to remove write access,which directory i should modified</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122000#M30824</link>
      <description />
      <pubDate>Mon, 06 Jun 2016 17:20:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122000#M30824</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-06-06T17:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i am new to hadoop admin, i want to  remove write access to all databases and file systems in production cluster and we are using hdp 2.1.5. can any one help me how to remove write access,which directory i should modified</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122001#M30825</link>
      <description>&lt;P&gt;Hi Sankar,&lt;/P&gt;&lt;P&gt;Are you using HDP cluster? If so, you can take an advantage of Ranger, which allow you to grant different permission to different users. You can lean more about Ranger via &lt;A href="http://hortonworks.com/apache/ranger/" target="_blank"&gt;http://hortonworks.com/apache/ranger/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 23:46:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122001#M30825</guid>
      <dc:creator>tsaito</dc:creator>
      <dc:date>2016-06-06T23:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i am new to hadoop admin, i want to  remove write access to all databases and file systems in production cluster and we are using hdp 2.1.5. can any one help me how to remove write access,which directory i should modified</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122002#M30826</link>
      <description>&lt;P&gt;we dont have ranger..we are using HDP 2.1.5 , I think Ranger is available on 2.3 onwords. any other posibilities&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 23:53:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122002#M30826</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-06-06T23:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i am new to hadoop admin, i want to  remove write access to all databases and file systems in production cluster and we are using hdp 2.1.5. can any one help me how to remove write access,which directory i should modified</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122003#M30827</link>
      <description>&lt;P&gt;You can use HDFS ACLS:&lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/hadoop-tutorial/fine-grained-permissions-hdfs-files-hadoop-using-hdfs-acls/"&gt;http://hortonworks.com/hadoop-tutorial/fine-grained-permissions-hdfs-files-hadoop-using-hdfs-acls/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And if you are using Hive, you can use storage based authorization as hive.security.authorization.manager in hive-site.xml, which uses HDFS ACL as permission to hive tables/databases.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 11:38:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122003#M30827</guid>
      <dc:creator>tsaito</dc:creator>
      <dc:date>2016-06-07T11:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i am new to hadoop admin, i want to  remove write access to all databases and file systems in production cluster and we are using hdp 2.1.5. can any one help me how to remove write access,which directory i should modified</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122004#M30828</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10571/gsr5001.html" nodeid="10571"&gt;@sankar rao&lt;/A&gt;&lt;P&gt;In simple solution you can try this as well.&lt;/P&gt;&lt;P&gt;hadoop fs -chmode -R 755 /apps/hive/warehouse/&lt;/P&gt;&lt;P&gt;Here DB owner is going to get read,write and execute, Group &amp;amp; others are going to get read and execute only.&lt;/P&gt;&lt;P&gt;you can explore Ranger and ACL functionality as well for implementing different level of access for users.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 11:55:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122004#M30828</guid>
      <dc:creator>divakarreddy_a</dc:creator>
      <dc:date>2016-06-07T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi i am new to hadoop admin, i want to  remove write access to all databases and file systems in production cluster and we are using hdp 2.1.5. can any one help me how to remove write access,which directory i should modified</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122005#M30829</link>
      <description>&lt;P&gt;when i enter hadoop fs -ls /apps output is like below &lt;/P&gt;&lt;P&gt;drwxr-xr-x hdfs hdfs /apps/hive  this means no write access for other ?please suggest me&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 18:22:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-i-am-new-to-hadoop-admin-i-want-to-remove-write-access-to/m-p/122005#M30829</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-06-08T18:22:29Z</dc:date>
    </item>
  </channel>
</rss>

