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
Describe the bug
I downloaded the official Alluxio tar package and repackaged it into an Alluxio image to run Alluxio on Kubernetes.
When I mount the Kerberized HDFS using the Hadoop 3.2 client (alluxio-underfs-hadoop-3.2-2.9.3.jar) and set alluxio.hadoop.kerberos.keytab.login.autorenewal=true, Alluxio still throws the error: "No valid credentials provided (Mechanism level: Failed to find any Kerberos TGT)." after the Kerberos TGT expire.
I found that the autorenewal function in Hadoop was introduced in version 3.3.0. Therefore, we need to upgrade the Hadoop version to at least 3.3.0 to ensure that the autorenewal function works properly.
To Reproduce
Mount the Kerberized HDFS with hadoop 3.2 Expected behavior
Alluxio should autorenew the Kerberos TGT.
Urgency
Describe the impact and urgency of the bug.
Are you planning to fix it
Please indicate if you are already working on a PR.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Alluxio Version:
2.9.1
2.9.3
Describe the bug
I downloaded the official Alluxio tar package and repackaged it into an Alluxio image to run Alluxio on Kubernetes.
When I mount the Kerberized HDFS using the Hadoop 3.2 client (alluxio-underfs-hadoop-3.2-2.9.3.jar) and set alluxio.hadoop.kerberos.keytab.login.autorenewal=true, Alluxio still throws the error: "No valid credentials provided (Mechanism level: Failed to find any Kerberos TGT)." after the Kerberos TGT expire.
I found that the autorenewal function in Hadoop was introduced in version 3.3.0. Therefore, we need to upgrade the Hadoop version to at least 3.3.0 to ensure that the autorenewal function works properly.
To Reproduce
Mount the Kerberized HDFS with hadoop 3.2
Expected behavior
Alluxio should autorenew the Kerberos TGT.
Urgency
Describe the impact and urgency of the bug.
Are you planning to fix it
Please indicate if you are already working on a PR.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: