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 882f921 commit caef9f4Copy full SHA for caef9f4
yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
@@ -93,7 +93,8 @@ private[spark] class Client(
93
def submitApplication(): ApplicationId = {
94
var appId: ApplicationId = null
95
try {
96
- // Setup the credentials before doing anything else, so we have don't have issues at any point.
+ // Setup the credentials before doing anything else,
97
+ // so we have don't have issues at any point.
98
setupCredentials()
99
yarnClient.init(yarnConf)
100
yarnClient.start()
0 commit comments