This is an automated email from the ASF dual-hosted git repository.
sunchao pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 2707a5ab522 Revert "[SPARK-37205][FOLLOWUP] Should call non-static
setTokensConf method"
2707a5ab522 is described below
commit 2707a5ab5225cd24f5ca2bfee024d04f44904f80
Author: Chao Sun <[email protected]>
AuthorDate: Fri Jul 1 09:45:28 2022 -0700
Revert "[SPARK-37205][FOLLOWUP] Should call non-static setTokensConf method"
This reverts commit 7e2a1827757a8c0e356ab795387f094e81f5f37e.
---
.../yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
b/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
index 5402c503908..f364b792160 100644
---
a/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
+++
b/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
@@ -391,7 +391,7 @@ private[spark] class Client(
throw new SparkException(s"Cannot find setTokensConf method in
${amContainer.getClass}." +
s" Please check YARN version and make sure it is 2.9+ or 3.x")
}
- setTokensConfMethod.invoke(amContainer, ByteBuffer.wrap(dob.getData))
+ setTokensConfMethod.invoke(ByteBuffer.wrap(dob.getData))
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]