<?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 Unable to add JAAS configuration for client error when running sqoop job in unsecured cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218598#M63972</link>
    <description>&lt;P&gt;While running the sqoop command I get the following error message &lt;/P&gt;&lt;PRE&gt;ERROR security.InMemoryJAASConfiguration: Unable to add JAAS configuration for client [KafkaClient] as it is missing param [atlas.jaas.KafkaClient.loginModuleName]. Skipping JAAS config for [KafkaClient] &lt;/PRE&gt;&lt;P&gt;Any pointers are appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2017 01:53:53 GMT</pubDate>
    <dc:creator>Schandhok</dc:creator>
    <dc:date>2017-06-30T01:53:53Z</dc:date>
    <item>
      <title>Unable to add JAAS configuration for client error when running sqoop job in unsecured cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218598#M63972</link>
      <description>&lt;P&gt;While running the sqoop command I get the following error message &lt;/P&gt;&lt;PRE&gt;ERROR security.InMemoryJAASConfiguration: Unable to add JAAS configuration for client [KafkaClient] as it is missing param [atlas.jaas.KafkaClient.loginModuleName]. Skipping JAAS config for [KafkaClient] &lt;/PRE&gt;&lt;P&gt;Any pointers are appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 01:53:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218598#M63972</guid>
      <dc:creator>Schandhok</dc:creator>
      <dc:date>2017-06-30T01:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add JAAS configuration for client error when running sqoop job in unsecured cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218599#M63973</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/13875/schandhok.html" nodeid="13875"&gt;@Shashank Chandhok&lt;/A&gt;&lt;P&gt;Can you post your "Advanced sqoop-atlas-application.properties" here?  &lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 01:55:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218599#M63973</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-06-30T01:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add JAAS configuration for client error when running sqoop job in unsecured cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218600#M63974</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10159/snemuri.html" nodeid="10159"&gt;@Sandeep Nemuri&lt;/A&gt; Here are the properties from my cluster. &lt;/P&gt;&lt;PRE&gt;# Generated by Apache Ambari. Mon Jun 12 12:33:51 2017
     
atlas.authentication.method.kerberos=False
atlas.cluster.name=mycluster
atlas.jaas.KafkaClient.option.renewTicket=true. 
atlas.jaas.KafkaClient.option.useTicketCache=true
atlas.kafka.bootstrap.servers=lab1.hwx.com:6667
atlas.kafka.hook.group.id=atlas
atlas.kafka.zookeeper.connect=lab1.hwx.com:2181
atlas.kafka.zookeeper.connection.timeout.ms=30000
atlas.kafka.zookeeper.session.timeout.ms=60000
atlas.kafka.zookeeper.sync.time.ms=20
atlas.notification.create.topics=True
atlas.notification.replicas=1
atlas.notification.topics=ATLAS_HOOK,ATLAS_ENTITIES
atlas.rest.address=http://lab1.hwx.com:21000
&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Jun 2017 02:03:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218600#M63974</guid>
      <dc:creator>Schandhok</dc:creator>
      <dc:date>2017-06-30T02:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add JAAS configuration for client error when running sqoop job in unsecured cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218601#M63975</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13875/schandhok.html" nodeid="13875"&gt;@Shashank Chandhok&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Looks like atlas is using jaas to connect to kafka, You'd need to remove this properties as the cluster is unsecured. &lt;/P&gt;&lt;PRE&gt;/var/lib/ambari-server/resources/scripts/configs.sh -u admin -p admin delete localhost &amp;lt;cluster&amp;gt; sqoop.atlas.application.properties atlas.jaas.KafkaClient.option.renewTicket 

/var/lib/ambari-server/resources/scripts/configs.sh -u admin -p admin delete localhost &amp;lt;cluster&amp;gt; sqoop.atlas.application.properties atlas.jaas.KafkaClient.option.useTicketCache 
&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Jun 2017 02:07:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218601#M63975</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-06-30T02:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to add JAAS configuration for client error when running sqoop job in unsecured cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218602#M63976</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10159/snemuri.html" nodeid="10159"&gt;@Sandeep Nemuri&lt;/A&gt; Awesome. That worked. Thanks. &lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 02:12:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-add-JAAS-configuration-for-client-error-when/m-p/218602#M63976</guid>
      <dc:creator>Schandhok</dc:creator>
      <dc:date>2017-06-30T02:12:12Z</dc:date>
    </item>
  </channel>
</rss>

