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 8e03eb2 commit 2b32691Copy full SHA for 2b32691
rust/operator-binary/src/hbase_controller.rs
@@ -593,6 +593,8 @@ fn build_rolegroup_config_map(
593
}
594
HbaseRole::RestServer => {
595
hbase_site_config.insert(
596
+ // N.B. a custom tag, so as not to interfere with HBase internals.
597
+ // The other roles use a patch to correctly resolve host/port.
598
"hbase.rest.endpoint".to_string(),
599
"${env:HBASE_SERVICE_HOST}:${env:HBASE_SERVICE_PORT}".to_string(),
600
);
0 commit comments