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

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 77587ff  HADOOP-17042. Hadoop distcp throws 'ERROR: Tools helper 
///usr/lib/hadoop/libexec/tools/hadoop-distcp.sh was not found'. Contributed by 
Aki Tanaka.
77587ff is described below

commit 77587ffb1e8e56d693f52e8c79ef5c742af03543
Author: Akira Ajisaka <aajis...@apache.org>
AuthorDate: Mon May 18 15:36:11 2020 +0900

    HADOOP-17042. Hadoop distcp throws 'ERROR: Tools helper 
///usr/lib/hadoop/libexec/tools/hadoop-distcp.sh was not found'. Contributed by 
Aki Tanaka.
    
    (cherry picked from commit 27601fc79ed053ce978ac18a2c5706d32e58019f)
---
 hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh 
b/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh
index eb7285f..0d51f6b 100755
--- a/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh
+++ b/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh
@@ -1342,7 +1342,7 @@ function hadoop_add_to_classpath_tools
     # shellcheck disable=SC1090
     . "${HADOOP_LIBEXEC_DIR}/tools/${module}.sh"
   else
-    hadoop_error "ERROR: Tools helper ${HADOOP_LIBEXEC_DIR}/tools/${module}.sh 
was not found."
+    hadoop_debug "Tools helper ${HADOOP_LIBEXEC_DIR}/tools/${module}.sh was 
not found."
   fi
 
   if declare -f hadoop_classpath_tools_${module} >/dev/null 2>&1; then


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

Reply via email to