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 bh...@apache.org on 2019/09/24 23:07:23 UTC

[hadoop] branch trunk updated: HDDS-2172.Ozone shell should remove description about REST protocol support. Contributed by Siddharth Wagle.

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

bharat pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6917754  HDDS-2172.Ozone shell should remove description about REST protocol support. Contributed by Siddharth Wagle.
6917754 is described below

commit 6917754ba78a4754f826117fa7909bb116543114
Author: Bharat Viswanadham <bh...@apache.org>
AuthorDate: Tue Sep 24 16:06:10 2019 -0700

    HDDS-2172.Ozone shell should remove description about REST protocol support. Contributed by Siddharth Wagle.
---
 .../src/main/java/org/apache/hadoop/ozone/web/ozShell/Shell.java       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/Shell.java b/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/Shell.java
index 118a8a4..999eede 100644
--- a/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/Shell.java
+++ b/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/Shell.java
@@ -35,8 +35,7 @@ public abstract class Shell extends GenericCli {
   private static final Logger LOG = LoggerFactory.getLogger(Shell.class);
 
   public static final String OZONE_URI_DESCRIPTION = "Ozone URI could start "
-      + "with o3:// or http(s):// or without prefix. REST protocol will "
-      + "be used for http(s), RPC otherwise. URI may contain the host and port "
+      + "with o3:// or without prefix. URI may contain the host and port "
       + "of the OM server. Both are optional. "
       + "If they are not specified it will be identified from "
       + "the config files.";


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