arshadmohammad opened a new issue, #7676: URL: https://github.com/apache/seatunnel/issues/7676
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Executing a job, containing hive a source, fails with errro Hive job fails with error KerberosName$NoMatchingRule: No rules applied to [email protected]. ### SeaTunnel Version 2.3.7 ### SeaTunnel Config ```conf source { Hive { parallelism=1 "connection_check_timeout_sec"=30 "use_select_count"="false" "skip_analyze"="false" "split.size"=8096 "split.even-distribution.factor.upper-bound"=100 "split.even-distribution.factor.lower-bound"=0.05 "split.sample-sharding.threshold"=1000 "split.inverse-sampling.rate"=1000 "result_table_name"=Table14982155829824 "table_name"="hive_table.my_hive_db" "kerberos_krb5_conf_path"="/some/path/krb5.conf" "hive_site_path"="/some/path/hive-site.xml" "hive.hadoop.conf" { "hive.files.ignore.invalid.path"="true" } "metastore_uri"="thrift://host.domain.com:9083" "kerberos_keytab_path"="/some/path/service.keytab" "kerberos_principal"="[email protected]" "hive.hadoop.conf-path"="/some/path" "hdfs_site_path"="/some/path/hdfs-site.xml" } } ``` ### Running Command ```shell sh bin/seatunnel.sh --config ../seatunnel-web/profile/14905258453056.conf ``` ### Error Exception ```log Caused by: org.apache.hadoop.security.KerberosAuthException: failure to login: for principal: ``` ### Zeta or Flink or Spark Version Zeta ### Java or Scala Version Java ### Screenshots _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
