You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/04/30 09:28:21 UTC

[hadoop-ozone] branch master updated: HDDS-3482. Impl getUriDefaultPort to BasicOzFsOzFs, return -1 forever to pass the checkPath

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d849904  HDDS-3482. Impl getUriDefaultPort to BasicOzFsOzFs, return -1 forever to pass the checkPath
d849904 is described below

commit d849904c5ef3cae7049c33f04c504a181c4a2884
Author: Elek Márton <el...@apache.org>
AuthorDate: Thu Apr 30 11:25:44 2020 +0200

    HDDS-3482. Impl getUriDefaultPort to BasicOzFsOzFs, return -1 forever to pass the checkPath
---
 .../ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicOzFs.java   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicOzFs.java b/hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicOzFs.java
index 2f00555..acab6d1 100644
--- a/hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicOzFs.java
+++ b/hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicOzFs.java
@@ -42,4 +42,8 @@ public class BasicOzFs extends DelegateToFileSystem {
         OzoneConsts.OZONE_URI_SCHEME, false);
   }
 
+  @Override
+  public int getUriDefaultPort() {
+    return -1;
+  }
 }


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