Github user gaborgsomogyi commented on a diff in the pull request:
https://github.com/apache/spark/pull/22598#discussion_r222083063
--- Diff:
core/src/test/scala/org/apache/spark/deploy/security/HadoopDelegationTokenManagerSuite.scala
---
@@ -46,6 +47,7 @@ class HadoopDelegationTokenManagerSuite extends
SparkFunSuite with Matchers {
delegationTokenManager.getServiceDelegationTokenProvider("hadoopfs")
should not be (None)
delegationTokenManager.getServiceDelegationTokenProvider("hbase")
should not be (None)
delegationTokenManager.getServiceDelegationTokenProvider("hive")
should not be (None)
+ delegationTokenManager.getServiceDelegationTokenProvider("kafka")
should not be (None)
--- End diff --
Fixed.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]