Skip to content

Commit 1aa786a

Browse files
committed
correct property usage to match latest image changes
1 parent e8469ab commit 1aa786a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ fn build_rolegroup_config_map(
583583
"${HBASE_SERVICE_PORT}".to_string(),
584584
);
585585
hbase_site_config.insert(
586-
"hbase.master.bound.info.port".to_string(),
586+
"hbase.master.info.port".to_string(),
587587
"${HBASE_INFO_PORT}".to_string(),
588588
);
589589
}
@@ -605,7 +605,7 @@ fn build_rolegroup_config_map(
605605
"${HBASE_SERVICE_PORT}".to_string(),
606606
);
607607
hbase_site_config.insert(
608-
"hbase.regionserver.bound.info.port".to_string(),
608+
"hbase.regionserver.info.port".to_string(),
609609
"${HBASE_INFO_PORT}".to_string(),
610610
);
611611
}

0 commit comments

Comments
 (0)