<?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 service level authorisation in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116247#M79041</link>
    <description>&lt;P&gt;What are the consequencs/ disadvantages setting hadoop.security.authorization to true? why its by default set to false.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2016 02:36:57 GMT</pubDate>
    <dc:creator>garunkumar85</dc:creator>
    <dc:date>2016-01-29T02:36:57Z</dc:date>
    <item>
      <title>service level authorisation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116247#M79041</link>
      <description>&lt;P&gt;What are the consequencs/ disadvantages setting hadoop.security.authorization to true? why its by default set to false.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 02:36:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116247#M79041</guid>
      <dc:creator>garunkumar85</dc:creator>
      <dc:date>2016-01-29T02:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: service level authorisation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116248#M79042</link>
      <description>&lt;P&gt;If you enable it you also need to define ACLs for the different yarn services. I.e. define users and groups that can execute specific tasks. More details can be found here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ServiceLevelAuth.html#Enable_Service_Level_Authorization" target="_blank"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ServiceLevelAuth.html#Enable_Service_Level_Authorization&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 04:35:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116248#M79042</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-01-29T04:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: service level authorisation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116249#M79043</link>
      <description>&lt;P&gt;users list should be pulled from KDC ?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:01:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116249#M79043</guid>
      <dc:creator>garunkumar85</dc:creator>
      <dc:date>2016-01-29T05:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: service level authorisation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116250#M79044</link>
      <description>&lt;P&gt;instead of all users, can we restrict to confined users and the list should be pulled from KDC ?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:02:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116250#M79044</guid>
      <dc:creator>garunkumar85</dc:creator>
      <dc:date>2016-01-29T05:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: service level authorisation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116251#M79045</link>
      <description>&lt;P&gt;Not sure what you mean with "confined" users and pulled from KDC. Its just the hadoop (linux) users/groups you want to give access to these services. For example if you have a linux group hadoopadmins who should be able to run these services you would specify them. KDC principals are mapped to linux users by Hadoop using the authtolocal rules. &lt;/P&gt;&lt;P&gt;Normally the linux users will come from LDAP/AD but that does not have to be the case.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 18:02:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116251#M79045</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-01-29T18:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: service level authorisation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116252#M79046</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt; Thank you Benjamin for your explanation. &lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 02:28:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116252#M79046</guid>
      <dc:creator>garunkumar85</dc:creator>
      <dc:date>2016-01-30T02:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: service level authorisation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116253#M79047</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you help me with working demo of enabling service level authorization for yarn.&lt;/P&gt;&lt;P&gt;I have followed the steps in &lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ServiceLevelAuth.html#Enable_Service_Level_Authorization"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ServiceLevelAuth.html#Enable_Service_Level_Authorization&lt;/A&gt; but it is not working.&lt;/P&gt;&lt;P&gt;I can run yarn jobs from any user irrespective of the acl settings. I need this in HDP 2.3.4.0 with Ambari 2.2.0&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 20:26:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/service-level-authorisation/m-p/116253#M79047</guid>
      <dc:creator>rahulpathak109</dc:creator>
      <dc:date>2016-04-04T20:26:40Z</dc:date>
    </item>
  </channel>
</rss>

