From 9503c4b14a08d8a8e58879dde70c768299bff193 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Tue, 26 Sep 2023 14:33:08 +0200 Subject: [PATCH] Update rust/operator/src/container.rs Co-authored-by: Sebastian Bernauer --- rust/operator/src/container.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/operator/src/container.rs b/rust/operator/src/container.rs index a5a66abb..1a22fc77 100644 --- a/rust/operator/src/container.rs +++ b/rust/operator/src/container.rs @@ -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()); }