Skip to content

Commit

Permalink
fix temp kerberos ticket patch string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Feb 10, 2025
1 parent 28d40ba commit 04fb487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/io/hdfs_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class HDFSCommonBuilder {
std::string hadoop_user;
std::string hdfs_kerberos_keytab;
std::string hdfs_kerberos_principal;
std::string kerberos_ticket_path;
std::shared_ptr<kerberos::KerberosTicketCache> ticket_cache;
std::unordered_map<std::string, std::string> hdfs_conf;
};
Expand Down

0 comments on commit 04fb487

Please sign in to comment.