Hi, I specified the following in appConfig.json: "site.hbase-site.hbase.regionserver.info.port": "${HBASE_REGIONSERVER.ALLOCATED_PORT}",
After fetching effective hbase-site.xml from Slider hbase instance, I noticed the following: <property><name>hbase.regionserver.info.port</name><value>${HBASE_REGIONSERVER.ALLOCATED_PORT}</value><source/></property> Has anyone else noticed similar issue ? Cheers