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 9ef5f1b commit 55522e3Copy full SHA for 55522e3
yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
@@ -563,7 +563,7 @@ private[spark] class Client(
563
def setupCredentials(): Unit = {
564
if (args.principal != null) {
565
Preconditions.checkNotNull(
566
- args.keytab, "Keytab must be specified when principal is specified.")
+ args.keytab, "Keytab must be specified when principal is specified.", Array.empty[Any])
567
logInfo("Attempting to login to the Kerberos" +
568
s" using principal: ${args.principal} and keytab: ${args.keytab}")
569
val f = new File(args.keytab)
0 commit comments