We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0076b99 commit 5418daaCopy full SHA for 5418daa
core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala
@@ -274,7 +274,7 @@ object HistoryServer extends Logging {
274
// from a keytab file so that we can access HDFS beyond the kerberos ticket expiration.
275
// As long as it is using Hadoop rpc (hdfs://), a relogin will automatically
276
// occur from the keytab.
277
- if (conf.getBoolean("spark.histor.use.kerberos", false)) {
+ if (conf.getBoolean("spark.history.use.kerberos", false)) {
278
// if you have enabled kerberos the following 2 params must be set
279
val principalName = conf.get("spark.history.kerberos.principal")
280
val keytabFilename = conf.get("spark.history.kerberos.keytab")
0 commit comments