Skip to content

Commit 5418daa

Browse files
committed
fix typo in config
1 parent 0076b99 commit 5418daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ object HistoryServer extends Logging {
274274
// from a keytab file so that we can access HDFS beyond the kerberos ticket expiration.
275275
// As long as it is using Hadoop rpc (hdfs://), a relogin will automatically
276276
// occur from the keytab.
277-
if (conf.getBoolean("spark.histor.use.kerberos", false)) {
277+
if (conf.getBoolean("spark.history.use.kerberos", false)) {
278278
// if you have enabled kerberos the following 2 params must be set
279279
val principalName = conf.get("spark.history.kerberos.principal")
280280
val keytabFilename = conf.get("spark.history.kerberos.keytab")

0 commit comments

Comments
 (0)