You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/07/31 14:08:16 UTC

[hadoop] branch ozone-0.4.1 updated: HDDS-1877. hadoop31-mapreduce fails due to wrong HADOOP_VERSION

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch ozone-0.4.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/ozone-0.4.1 by this push:
     new 4638a91  HDDS-1877. hadoop31-mapreduce fails due to wrong HADOOP_VERSION
4638a91 is described below

commit 4638a91fb6e31dbe74c02d6d15e6ab334f91da7a
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Wed Jul 31 16:07:27 2019 +0200

    HDDS-1877. hadoop31-mapreduce fails due to wrong HADOOP_VERSION
    
    Closes #1193
    
    (cherry picked from commit ac8ed7b5db01cd3ca5acc1f6370119742ba1a49f)
---
 hadoop-ozone/dev-support/checks/acceptance.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-ozone/dev-support/checks/acceptance.sh b/hadoop-ozone/dev-support/checks/acceptance.sh
index 4a50e08..1e80ad4 100755
--- a/hadoop-ozone/dev-support/checks/acceptance.sh
+++ b/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


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org