[Improvement] User can specify the krb5 conf file path for Kerberos enabled Hadoop catalog
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 298
Description
### What would you like to be improved?
Now for Kerberos enabled Hadoop catalog the krb5 conf file path was hard code in shell gravitino.sh as following, we should provide a config option so that user can specify the krb5 conf file path by themself.
JAVA_OPTS+=" -Djava.security.krb5.conf=/etc/krb5.conf"
### How should we improve?
Provide a config option so that user can specify the krb5 conf file path by themself.
Contributor guide
Research direction
Start with the Kerberos JVM option in gravitino.sh and trace how Hadoop catalog settings are loaded. Determine where a user-provided krb5 configuration path should be defined and verify that the path is used instead of requiring the hard-coded default; done means users can specify the path for a Kerberos-enabled Hadoop catalog.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- hadoop, java, shell
- Domain
- backend, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100