Explorar el Código

HDDS-1877. hadoop31-mapreduce fails due to wrong HADOOP_VERSION

Closes #1193

(cherry picked from commit ac8ed7b5db01cd3ca5acc1f6370119742ba1a49f)
Doroszlai, Attila hace 5 años
padre
commit
4638a91fb6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      hadoop-ozone/dev-support/checks/acceptance.sh

+ 0 - 1
hadoop-ozone/dev-support/checks/acceptance.sh

@@ -16,7 +16,6 @@
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 cd "$DIR/../../.." || exit 1
 
-export HADOOP_VERSION=3
 OZONE_VERSION=$(grep "<ozone.version>" "$DIR/../../pom.xml" | sed 's/<[^>]*>//g'|  sed 's/^[ \t]*//')
 cd "$DIR/../../dist/target/ozone-$OZONE_VERSION/compose" || exit 1
 ./test-all.sh