We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f5422 commit 136b1eaCopy full SHA for 136b1ea
hadoop-ozone/dev-support/checks/acceptance.sh
@@ -16,7 +16,6 @@
16
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
17
cd "$DIR/../../.." || exit 1
18
19
-export HADOOP_VERSION=3
20
OZONE_VERSION=$(grep "<ozone.version>" "$DIR/../../pom.xml" | sed 's/<[^>]*>//g'| sed 's/^[ \t]*//')
21
cd "$DIR/../../dist/target/ozone-$OZONE_VERSION/compose" || exit 1
22
./test-all.sh
0 commit comments