<?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: Storm impersonation is not working. Appreciate any suggestions. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Storm-impersonation-is-not-working-Appreciate-any/m-p/229372#M191226</link>
    <description>&lt;P&gt;in your /home/&amp;lt;user&amp;gt;/.storm/storm.yaml file,need to specify following property&lt;/P&gt;&lt;P&gt;supervisor.run.worker.as.user : true&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 04:55:35 GMT</pubDate>
    <dc:creator>rkandula</dc:creator>
    <dc:date>2017-08-29T04:55:35Z</dc:date>
    <item>
      <title>Storm impersonation is not working. Appreciate any suggestions.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Storm-impersonation-is-not-working-Appreciate-any/m-p/229370#M191224</link>
      <description>&lt;P&gt;When we submit Storm toplogy as any user, it always goes as strom user I guess impersonation is not happening.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 19:07:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Storm-impersonation-is-not-working-Appreciate-any/m-p/229370#M191224</guid>
      <dc:creator>rakanchi</dc:creator>
      <dc:date>2017-06-30T19:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Storm impersonation is not working. Appreciate any suggestions.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Storm-impersonation-is-not-working-Appreciate-any/m-p/229371#M191225</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17949/rakanchi.html" nodeid="17949"&gt;@rakanchi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You need to configure storm_jaas.conf with client properties, and pass to storm topology &lt;/P&gt;&lt;PRE&gt;storm_jaas.conf 
StormClient { 
com.sun.security.auth.module.Krb5LoginModule required 
useKeyTab=true 
keyTab="/etc/security/keytabs/hdfs.headless.keytab" 
storeKey=true 
useTicketCache=false 
serviceName="nimbus" 
principal="hdfs@example.com"; 
}; 
Client { 
com.sun.security.auth.module.Krb5LoginModule required 
useKeyTab=true 
keyTab="/etc/security/keytabs/hdfs.headless.keytab" 
storeKey=true 
useTicketCache=false 
serviceName="zookeeper" 
principal="hdfs@example.com"; 
}; 
&lt;/PRE&gt;&lt;P&gt;And pass jaas file with -c option&lt;/P&gt;&lt;PRE&gt;storm jar /usr/hdp/current/storm-client/contrib/storm-starter/storm-starter-*-jar-with-dependencies.jar storm.starter.WordCountTopology wordcount -c java.security.auth.login.config=/my/custom/jaas/path&lt;/PRE&gt;&lt;P&gt;Let me know if it helps!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 19:50:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Storm-impersonation-is-not-working-Appreciate-any/m-p/229371#M191225</guid>
      <dc:creator>nyadav</dc:creator>
      <dc:date>2017-06-30T19:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Storm impersonation is not working. Appreciate any suggestions.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Storm-impersonation-is-not-working-Appreciate-any/m-p/229372#M191226</link>
      <description>&lt;P&gt;in your /home/&amp;lt;user&amp;gt;/.storm/storm.yaml file,need to specify following property&lt;/P&gt;&lt;P&gt;supervisor.run.worker.as.user : true&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 04:55:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Storm-impersonation-is-not-working-Appreciate-any/m-p/229372#M191226</guid>
      <dc:creator>rkandula</dc:creator>
      <dc:date>2017-08-29T04:55:35Z</dc:date>
    </item>
  </channel>
</rss>

