Open asfimport opened 7 years ago
Antoine Pitrou / @pitrou: It's not obvious how that would fit into the current FileSystem API. Feel free to explain your needs a bit more precisely.
We had a requirement for supporting delegation tokens
. Apache Gravitino is a centralized metadata manager, If an authorized user requests metadata, we want to deliver a delegation token
from Gravitino, so the user can access the underlying HDFS without having to configure Kerberos.
HDFS can create delegation tokens for an authenticated user, so that access to the file-system from other processes/machines can authenticate as that same user without having to use third-party identity systems (kerberos, etc.).
arrow-hdfs should provide the ability to accept, create, renew and cancel delegation tokens.
Reporter: Martin Durant / @martindurant
Note: This issue was originally created as ARROW-1321. Please see the migration documentation for further details.