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

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


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

commit 533e51f97e821b0ac5e188a8e86a79340c204e85
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 bcb8158..ab0d53c 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
@@ -1336,7 +1336,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