You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/27 13:43:58 UTC

[GitHub] [hbase] wchevreuil commented on a change in pull request #524: HBASE-22846 Internal Error 500 when Using HBASE REST API to Create Na…

wchevreuil commented on a change in pull request #524: HBASE-22846 Internal Error 500 when Using HBASE REST API to Create Na…
URL: https://github.com/apache/hbase/pull/524#discussion_r318088462
 
 

 ##########
 File path: hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/NamespacesInstanceModel.java
 ##########
 @@ -166,4 +167,17 @@ public ProtobufMessageHandler getObjectFromMessage(byte[] message) throws IOExce
     }
     return this;
   }
+
+  public static void main(String[] args) {
 
 Review comment:
   This should actually be removed, just had temporarily added this in order to have a proper json string generated, to perform manual tests using an http client. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services