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 ae...@apache.org on 2017/05/03 20:52:46 UTC

hadoop git commit: HDFS-11747. Ozone : need to fix OZONE_SCM_DEFAULT_PORT. Contributed by Chen Liang.

Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 6def74c6c -> 9352ecfb0


HDFS-11747. Ozone : need to fix  OZONE_SCM_DEFAULT_PORT. Contributed by Chen Liang.


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

Branch: refs/heads/HDFS-7240
Commit: 9352ecfb0417c0702d2cb98927ccdef4c83c098b
Parents: 6def74c
Author: Anu Engineer <ae...@apache.org>
Authored: Wed May 3 13:48:06 2017 -0700
Committer: Anu Engineer <ae...@apache.org>
Committed: Wed May 3 13:48:06 2017 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/scm/ScmConfigKeys.java        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/9352ecfb/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/scm/ScmConfigKeys.java
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/scm/ScmConfigKeys.java b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/scm/ScmConfigKeys.java
index 526d6b7..e779247 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/scm/ScmConfigKeys.java
+++ b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/scm/ScmConfigKeys.java
@@ -131,7 +131,8 @@ public final class ScmConfigKeys {
   // able to send back a new list to the datanodes.
   public static final String OZONE_SCM_NAMES = "ozone.scm.names";
 
-  public static final int OZONE_SCM_DEFAULT_PORT = 9862;
+  public static final int OZONE_SCM_DEFAULT_PORT =
+      OZONE_SCM_DATANODE_PORT_DEFAULT;
   // File Name and path where datanode ID is to written to.
   // if this value is not set then container startup will fail.
   public static final String OZONE_SCM_DATANODE_ID = "ozone.scm.datanode.id";


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