You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when starting Alluxio services. Another option is to set `alluxio.hadoop.security.kerberos.keytab.login.autorenewal=true`
There is a bug here, because the code is using 'alluxio.hadoop.kerberos.keytab.login.autorenewal', so the user configuration 'alluxio.hadoop.security.kerberos.keytab.login.autorenewal' does not work.
…b.login.autorenewal' in HDFS docs
### What changes are proposed in this pull request?
Update the correct kerberos configuration 'alluxio.hadoop.kerberos.keytab.login.autorenewal' in HDFS docs to avoid user confusion.
### Why are the changes needed?
Fix#18486
pr-link: #18487
change-id: cid-b8f08e2f67e5f10aa1426de7629b8e268e339433
Page
https://docs.alluxio.io/os/user/stable/en/ufs/HDFS.html
Summary
alluxio/docs/en/ufs/HDFS.md
Line 145 in 9ef7552
There is a bug here, because the code is using 'alluxio.hadoop.kerberos.keytab.login.autorenewal', so the user configuration 'alluxio.hadoop.security.kerberos.keytab.login.autorenewal' does not work.
https://github.com/Alluxio/alluxio/blob/main/dora/core/common/src/main/java/alluxio/conf/PropertyKey.java#L8687-L8688
Therefore, the documentation should be modified to 'alluxio.hadoop.kerberos.keytab.login.autorenewal=true'.
The text was updated successfully, but these errors were encountered: