File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ pub mod security;
4040
4141pub const APP_NAME : & str = "hbase" ;
4242
43+ // This constant is hard coded in hbase-entrypoint.sh
44+ // You need to change it there too.
4345pub const CONFIG_DIR_NAME : & str = "/stackable/conf" ;
4446
4547pub const TLS_STORE_DIR : & str = "/stackable/tls" ;
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ pub const MAX_HBASE_LOG_FILES_SIZE: MemoryQuantity = MemoryQuantity {
8989 unit : BinaryMultiple :: Mebi ,
9090} ;
9191
92+ // These constants are hard coded in hbase-entrypoint.sh
93+ // You need to change them there too.
9294const HDFS_DISCOVERY_TMP_DIR : & str = "/stackable/tmp/hdfs" ;
9395const HBASE_CONFIG_TMP_DIR : & str = "/stackable/tmp/hbase" ;
9496const HBASE_LOG_CONFIG_TMP_DIR : & str = "/stackable/tmp/log_config" ;
You can’t perform that action at this time.
0 commit comments