- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How can I enable Kerberos debug logging for Spark?
- Labels:
-
Apache Spark
-
Apache YARN
Created ‎01-24-2017 04:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried the following command but in the yarn application log, no extra kerberos debug logging.
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"
Created ‎01-24-2017 06:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It seems I needed to change /etc/spark/conf/log4j.properties to enable DEBUG ...
Created ‎01-24-2017 05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
did you try setting debug args for executors spark.driver.extraJavaOptions?
Created ‎01-24-2017 05:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you mean spark.executor.extraJavaOptions?
If so, yes i tried.
Created ‎01-24-2017 06:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It seems I needed to change /etc/spark/conf/log4j.properties to enable DEBUG ...
Created ‎09-11-2020 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
What changes you made to log4j.properties file to enable kerberos debug mode?
Created ‎09-14-2020 12:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@RajaChintala You have to make below changes.
HADOOP_OPTS="-Dsun.security.krb5.debug=true"
For more details follow below docs:
- https://docs.cloudera.com/documentation/enterprise/5-10-x/topics/cdh_sg_debug_sun_kerberos_enable.ht...
- https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos
- https://spark.apache.org/docs/2.0.0/running-on-yarn.html#troubleshooting-kerberos
Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
