Skip to content

Commit

Permalink
Merge pull request big-data-europe#74 from mmigdiso/patch-2
Browse files Browse the repository at this point in the history
removing hardcoded -site extension
  • Loading branch information
gmouchakis authored Jun 28, 2020
2 parents f30f0d4 + 1e34254 commit 8e29359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function configure() {
var="${envPrefix}_${c}"
value=${!var}
echo " - Setting $name=$value"
addProperty /etc/hadoop/$module-site.xml $name "$value"
addProperty $path $name "$value"
done
}

Expand Down

0 comments on commit 8e29359

Please sign in to comment.