Skip to content

Commit 7fcec4a

Browse files
author
Marcelo Vanzin
committed
Undo unneeded changes.
1 parent a63d747 commit 7fcec4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,9 @@ class YarnSparkHadoopUtil extends SparkHadoopUtil {
258258
val confCreate = mirror.classLoader.
259259
loadClass("org.apache.hadoop.hbase.HBaseConfiguration").
260260
getMethod("create", classOf[Configuration])
261-
262261
val obtainToken = mirror.classLoader.
263262
loadClass("org.apache.hadoop.hbase.security.token.TokenUtil").
264263
getMethod("obtainToken", classOf[Configuration])
265-
266264
val hbaseConf = confCreate.invoke(null, conf).asInstanceOf[Configuration]
267265
if ("kerberos" == hbaseConf.get("hbase.security.authentication")) {
268266
logDebug("Attempting to fetch HBase security token.")

0 commit comments

Comments
 (0)