<?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: How can I enable Kerberos debug logging for Spark? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/302772#M52360</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81488"&gt;@RajaChintala&lt;/a&gt;&amp;nbsp;You have to make below changes.&lt;/P&gt;&lt;PRE&gt;HADOOP_OPTS="-Dsun.security.krb5.debug=true"&lt;/PRE&gt;&lt;P&gt;For more details follow below docs:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://docs.cloudera.com/documentation/enterprise/5-10-x/topics/cdh_sg_debug_sun_kerberos_enable.html" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/documentation/enterprise/5-10-x/topics/cdh_sg_debug_sun_kerberos_enable.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos" target="_blank" rel="noopener"&gt;https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos" target="_blank" rel="noopener"&gt;https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 14 Sep 2020 07:16:20 GMT</pubDate>
    <dc:creator>GangWar</dc:creator>
    <dc:date>2020-09-14T07:16:20Z</dc:date>
    <item>
      <title>How can I enable Kerberos debug logging for Spark?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/143289#M52355</link>
      <description>&lt;P&gt;I tried the following command but in the yarn application log, no extra kerberos debug logging.&lt;/P&gt;&lt;P&gt;spark-submit --master yarn-cluster --class org.apache.spark.examples.SparkPi /usr/hdp/current/spark-client/lib/spark-examples-*.jar 1 --conf spark.driver.extraJavaOptions = "-Dsun.security.krb5.debug=true -Dsun.security.spnego.debug=true"&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 12:39:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/143289#M52355</guid>
      <dc:creator>hosako</dc:creator>
      <dc:date>2017-01-24T12:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I enable Kerberos debug logging for Spark?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/143290#M52356</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/206/hosako.html" nodeid="206"&gt;@Hajime&lt;/A&gt;&lt;P&gt;did you try setting debug args for executors spark.driver.extraJavaOptions?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 13:41:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/143290#M52356</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2017-01-24T13:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I enable Kerberos debug logging for Spark?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/143291#M52357</link>
      <description>&lt;P&gt;Do you mean spark.executor.extraJavaOptions?&lt;/P&gt;&lt;P&gt;If so, yes i tried.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 13:43:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/143291#M52357</guid>
      <dc:creator>hosako</dc:creator>
      <dc:date>2017-01-24T13:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I enable Kerberos debug logging for Spark?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/143292#M52358</link>
      <description>&lt;P&gt;It seems I needed to change /etc/spark/conf/log4j.properties to enable DEBUG ...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 14:58:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/143292#M52358</guid>
      <dc:creator>hosako</dc:creator>
      <dc:date>2017-01-24T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I enable Kerberos debug logging for Spark?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/302725#M52359</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What changes you made to log4j.properties file to enable kerberos debug mode?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 17:00:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/302725#M52359</guid>
      <dc:creator>RajaChintala</dc:creator>
      <dc:date>2020-09-11T17:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I enable Kerberos debug logging for Spark?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/302772#M52360</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81488"&gt;@RajaChintala&lt;/a&gt;&amp;nbsp;You have to make below changes.&lt;/P&gt;&lt;PRE&gt;HADOOP_OPTS="-Dsun.security.krb5.debug=true"&lt;/PRE&gt;&lt;P&gt;For more details follow below docs:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://docs.cloudera.com/documentation/enterprise/5-10-x/topics/cdh_sg_debug_sun_kerberos_enable.html" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/documentation/enterprise/5-10-x/topics/cdh_sg_debug_sun_kerberos_enable.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos" target="_blank" rel="noopener"&gt;https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos" target="_blank" rel="noopener"&gt;https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 14 Sep 2020 07:16:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-can-I-enable-Kerberos-debug-logging-for-Spark/m-p/302772#M52360</guid>
      <dc:creator>GangWar</dc:creator>
      <dc:date>2020-09-14T07:16:20Z</dc:date>
    </item>
  </channel>
</rss>

