Skip to content

Commit b9b223b

Browse files
committed
remove unused env var
1 parent 70d8efd commit b9b223b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ fn build_rolegroup_statefulset(
881881
{COMMON_BASH_TRAP_FUNCTIONS}
882882
{remove_vector_shutdown_file_command}
883883
prepare_signal_handlers
884-
CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
884+
containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
885885
bin/hbase {hbase_role_name_in_command} start &
886886
wait_for_termination $!
887887
{create_vector_shutdown_file_command}

0 commit comments

Comments
 (0)