hadoop.security.authentication must be kerberos
Search before asking
- [ ] I had searched in the issues and found no similar issues.
What happened
mysql -> hive
seatunnel 2.3.4
error :
hadoop.security.authentication must be kerberos
SeaTunnel Version
2.3.4
SeaTunnel Config
keep secret because of project
Running Command
keep secret because of project
Error Exception
keep secret because of project
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
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
I also encountered the same problem, did you solve it?
I have solved this problem, I found that in version 2.3.3 set this parameter, but in 2.3.4 did not set this parameter. So I modified their source code and modified it in the file with the path src/main/java/org/apache/seatunnel/connectors/seatunnel/file/hadoop/HadoopLoginFactory.java under the connector-file module. The modification is as follows
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.