You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "ighack (Jira)" <ji...@apache.org> on 2021/04/28 07:29:00 UTC

[jira] [Created] (ZEPPELIN-5344) I can't use tispark of tidb with kerberos

ighack created ZEPPELIN-5344:
--------------------------------

             Summary: I can't use tispark of tidb with kerberos
                 Key: ZEPPELIN-5344
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5344
             Project: Zeppelin
          Issue Type: Bug
          Components: spark
    Affects Versions: 0.9.0
            Reporter: ighack


I modify spark.jars in interpreters
|spark.jars|hdfs://bigdser1:8020/sparklib/*|

 

I get error 

java.io.IOException: Failed on local exception: java.io.IOException: org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS]; Host Details : local host is: "bigdser4/10.3.87.26"; destination host is: "bigdser1":8020;

 

but I can run 

spark-submit --master yarn --deploy-mode cluster --principal jzyc/hadoop@JOIN.COM --keytab /hadoop/jzyc.keytab --class App --jars hdfs://bigdser1:8020/sparklib/* JZTanalyse-1.0-SNAPSHOT.jar 127.0.0.1 1 1 key

 

in "hdfs://bigdser1:8020/sparklib/*" only has tispark-assembly-2.3.14.jar

[tispark|https://docs.pingcap.com/tidb/stable/tispark-overview]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)