We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8469ab commit 1aa786aCopy full SHA for 1aa786a
1 file changed
rust/operator-binary/src/hbase_controller.rs
@@ -583,7 +583,7 @@ fn build_rolegroup_config_map(
583
"${HBASE_SERVICE_PORT}".to_string(),
584
);
585
hbase_site_config.insert(
586
- "hbase.master.bound.info.port".to_string(),
+ "hbase.master.info.port".to_string(),
587
"${HBASE_INFO_PORT}".to_string(),
588
589
}
@@ -605,7 +605,7 @@ fn build_rolegroup_config_map(
605
606
607
608
- "hbase.regionserver.bound.info.port".to_string(),
+ "hbase.regionserver.info.port".to_string(),
609
610
611
0 commit comments