Skip to content

Commit 59c2ec3

Browse files
HDDS-13386. Replace leftover HADOOP_ variables (#8759)
1 parent 8d1a0ad commit 59c2ec3

3 files changed

Lines changed: 6 additions & 60 deletions

File tree

hadoop-ozone/dist/src/main/compose/ozone-om-ha/startOM.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ if [ "$ARG" != "--restart" ]; then
2323
sudo /usr/sbin/sshd -E /tmp/sshd.log
2424
fi
2525

26-
export HADOOP_LOG_DIR=/var/log/hadoop
27-
export HADOOP_CONF_DIR=/etc/hadoop
28-
/opt/hadoop/bin/ozone --daemon start om
26+
export OZONE_LOG_DIR=/var/log/hadoop
27+
export OZONE_CONF_DIR=/etc/hadoop
28+
/opt/hadoop/bin/ozone --daemon start om

hadoop-ozone/httpfsgateway/src/main/conf/httpfs-env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
# HTTPFS config directory
2222
#
23-
# export HTTPFS_CONFIG=${HADOOP_CONF_DIR}
23+
# export HTTPFS_CONFIG=${OZONE_CONF_DIR}
2424

2525
# HTTPFS log directory
2626
#
27-
# export HTTPFS_LOG=${HADOOP_LOG_DIR}
27+
# export HTTPFS_LOG=${OZONE_LOG_DIR}
2828

2929
# HTTPFS temporary directory
3030
#
@@ -56,4 +56,4 @@
5656

5757
# The password of the SSL keystore if using SSL
5858
#
59-
# export HTTPFS_SSL_KEYSTORE_PASS=password
59+
# export HTTPFS_SSL_KEYSTORE_PASS=password

hadoop-ozone/httpfsgateway/src/main/libexec/shellprofile.d/hadoop-httpfs.sh

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)