Skip to content

Commit 2b32691

Browse files
xeniapeadwk67
andauthored
Update rust/operator-binary/src/hbase_controller.rs
Co-authored-by: Andrew Kenworthy <[email protected]>
1 parent 8e03eb2 commit 2b32691

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,8 @@ fn build_rolegroup_config_map(
593593
}
594594
HbaseRole::RestServer => {
595595
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.
596598
"hbase.rest.endpoint".to_string(),
597599
"${env:HBASE_SERVICE_HOST}:${env:HBASE_SERVICE_PORT}".to_string(),
598600
);

0 commit comments

Comments
 (0)