File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7979HBASE_SERVICE_HOST=$( cat /stackable/listener/default-address/address)
8080HBASE_SERVICE_PORT=$( cat /stackable/listener/default-address/ports/" ${HBASE_PORT_NAME} " )
8181HBASE_INFO_PORT=$( cat /stackable/listener/default-address/ports/ui-http)
82+ HBASE_LISTENER_ENDPOINT=" $HBASE_SERVICE_HOST :$HBASE_INFO_PORT "
8283export HBASE_SERVICE_HOST
8384export HBASE_SERVICE_PORT
8485export HBASE_INFO_PORT
8586sed -i -e s/\$\{ HBASE_SERVICE_HOST\} /" ${HBASE_SERVICE_HOST} " /g /stackable/conf/hbase-site.xml
8687sed -i -e s/\$\{ HBASE_SERVICE_PORT\} /" ${HBASE_SERVICE_PORT} " /g /stackable/conf/hbase-site.xml
88+ sed -i -e s/\$\{ HBASE_LISTENER_ENDPOINT\} /" ${HBASE_LISTENER_ENDPOINT} " /g /stackable/conf/hbase-site.xml
89+ sed -i -e s/\$\{ HBASE_INFO_PORT\} /" ${HBASE_INFO_PORT} " /g /stackable/conf/hbase-site.xml
8790
8891rm -f " ${STACKABLE_LOG_DIR} /_vector/shutdown"
8992prepare_signal_handlers
You can’t perform that action at this time.
0 commit comments