Skip to content

Commit 136b1ea

Browse files
adoroszlaiahussein
authored andcommitted
HDDS-1877. hadoop31-mapreduce fails due to wrong HADOOP_VERSION
Closes apache#1193
1 parent a9f5422 commit 136b1ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hadoop-ozone/dev-support/checks/acceptance.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
1717
cd "$DIR/../../.." || exit 1
1818

19-
export HADOOP_VERSION=3
2019
OZONE_VERSION=$(grep "<ozone.version>" "$DIR/../../pom.xml" | sed 's/<[^>]*>//g'| sed 's/^[ \t]*//')
2120
cd "$DIR/../../dist/target/ozone-$OZONE_VERSION/compose" || exit 1
2221
./test-all.sh

0 commit comments

Comments
 (0)