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 2018/08/14 18:54:54 UTC

hadoop git commit: HDDS-324. Addendum: remove the q letter which is accidentally added to the hadoop-functions.sh.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 61a9b4f58 -> 7e822ec24


HDDS-324. Addendum: remove the q letter which is accidentally added to the hadoop-functions.sh.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7e822ec2
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7e822ec2
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7e822ec2

Branch: refs/heads/trunk
Commit: 7e822ec246fa78dd140192e1e800f0205aca037a
Parents: 61a9b4f
Author: Márton Elek <el...@apache.org>
Authored: Tue Aug 14 17:26:02 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Tue Aug 14 20:54:33 2018 +0200

----------------------------------------------------------------------
 .../hadoop-common/src/main/bin/hadoop-functions.sh                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7e822ec2/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh
----------------------------------------------------------------------
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 64fd86e..71ba7ff 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
@@ -598,7 +598,7 @@ function hadoop_bootstrap
   MAPRED_LIB_JARS_DIR=${MAPRED_LIB_JARS_DIR:-"share/hadoop/mapreduce/lib"}
   HDDS_DIR=${HDDS_DIR:-"share/hadoop/hdds"}
   HDDS_LIB_JARS_DIR=${HDDS_LIB_JARS_DIR:-"share/hadoop/hdds/lib"}
-  OZONE_DIR=${OZONE_DIR:-"share/hadoop/ozone"}q
+  OZONE_DIR=${OZONE_DIR:-"share/hadoop/ozone"}
   OZONE_LIB_JARS_DIR=${OZONE_LIB_JARS_DIR:-"share/hadoop/ozone/lib"}
   OZONEFS_DIR=${OZONEFS_DIR:-"share/hadoop/ozonefs"}
 


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