Skip to content

Commit caef9f4

Browse files
committed
Fixed style
1 parent 882f921 commit caef9f4

File tree

1 file changed

+2
-1
lines changed
  • yarn/src/main/scala/org/apache/spark/deploy/yarn

1 file changed

+2
-1
lines changed

yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ private[spark] class Client(
9393
def submitApplication(): ApplicationId = {
9494
var appId: ApplicationId = null
9595
try {
96-
// Setup the credentials before doing anything else, so we have don't have issues at any point.
96+
// Setup the credentials before doing anything else,
97+
// so we have don't have issues at any point.
9798
setupCredentials()
9899
yarnClient.init(yarnConf)
99100
yarnClient.start()

0 commit comments

Comments
 (0)