Replies: 2 comments
-
How build AuthZ plugin for scala 2.13 ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Is possible configure Ranger plugin to store audit in Solr (+Zookeeper) with Kerberos?
We build mvn clean package -pl :kyuubi-spark-authz_2.12 -DskipTests -Dspark.version=3.3.2 for Spark 3.3.2
and get error:
23/12/14 14:30:46 ERROR BaseAuditHandler: Error sending message to Solr
java.lang.Exception: Login failed due to: Unable to login with spark/ [email protected] due to: No CallbackHandler available to garner authentication information from the user
Caused by: javax.security.auth.login.LoginException: Unable to login with spark/[email protected] due to: No CallbackHandler available to garner authentication information from the user
23/12/14 14:30:46 ERROR AuditFileSpool: Error sending logs to consumer. provider=sparkSql.async.batch, consumer=sparkSql.async.batch.solr
Beta Was this translation helpful? Give feedback.
All reactions