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
+1 -1
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
}