Merge pull request #74 from mmigdiso/patch-2

removing hardcoded -site extension
This commit is contained in:
gmouchakis 2020-06-28 21:05:21 +03:00 committed by GitHub
commit 8e29359296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}