Skip to content

Commit

Permalink
Update rust/operator/src/container.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
  • Loading branch information
maltesander and sbernauer authored Sep 26, 2023
1 parent f6ba18a commit 9503c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ impl ContainerConfig {
args.push_str(&self.create_config_directory_cmd());
args.push_str(&self.copy_config_xml_cmd());

// Some init containers - such as format-namenodes - need the kerberos tickets, so let's wait for them to be properly set up
// This env var is required for reading the core-site.xml
if hdfs.has_kerberos_enabled() {
args.push_str(&Self::export_kerberos_real_env_var_command());
}
Expand Down

0 comments on commit 9503c4b

Please sign in to comment.