Github user mgummelt commented on a diff in the pull request:
https://github.com/apache/spark/pull/17723#discussion_r119247788
--- Diff:
core/src/main/scala/org/apache/spark/deploy/security/HiveCredentialProvider.scala
---
@@ -29,11 +29,10 @@ import org.apache.hadoop.io.Text
import org.apache.hadoop.security.{Credentials, UserGroupInformation}
import org.apache.hadoop.security.token.Token
-import org.apache.spark.SparkConf
import org.apache.spark.internal.Logging
import org.apache.spark.util.Utils
-private[security] class HiveCredentialProvider extends
ServiceCredentialProvider with Logging {
+private[security] class HiveCredentialProvider extends
HadoopDelegationTokenProvider with Logging {
--- End diff --
Right, those deps should be in test scope, but I ran into trouble doing
that: https://github.com/apache/spark/pull/17723/files#r112788867
I'll go back and try again. Suggestions welcome.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]