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

Closes #1193
This commit is contained in:
Doroszlai, Attila 2019-07-31 16:07:27 +02:00 committed by Márton Elek
parent d4ab9aea6f
commit ac8ed7b5db
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 0 additions and 1 deletions

View File

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