Skip to content

Commit 0a8047d

Browse files
maltesanderadwk67
andauthored
Update rust/operator-binary/src/hbase_controller.rs
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
1 parent f60d49e commit 0a8047d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/operator-binary/src/hbase_controller.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ fn build_rolegroup_statefulset(
720720

721721
let mut env_map: BTreeMap<String, String> = BTreeMap::from([
722722
("HBASE_CONF_DIR".to_string(), CONFIG_DIR_NAME.to_string()),
723+
// required by phoenix (for cases where Kerberos is enabled): see https://issues.apache.org/jira/browse/PHOENIX-2369
723724
("HADOOP_CONF_DIR".to_string(), CONFIG_DIR_NAME.to_string()),
724725
]);
725726
for env_var in validated_rg_config.env_overrides.clone() {

0 commit comments

Comments
 (0)