Skip to content

Commit

Permalink
add HADOOP_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Jun 4, 2024
1 parent db1bbbc commit 6be90bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hadoop/base/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export CORE_CONF_fs_defaultFS=${CORE_CONF_fs_defaultFS:-hdfs://`hostname -f`:8020}

function addProperty() {
local path=$1
local path=$HADOOP_HOME$1
local name=$2
local value=$3

Expand All @@ -14,7 +14,7 @@ function addProperty() {
}

function configure() {
local path=$1
local path=$HADOOP_HOME$1
local module=$2
local envPrefix=$3

Expand Down

0 comments on commit 6be90bc

Please sign in to comment.