You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2018/05/14 17:38:00 UTC

[jira] [Created] (HBASE-20581) HBase book documentation wrong for REST operations on schema endpoints

Josh Elser created HBASE-20581:
----------------------------------

             Summary: HBase book documentation wrong for REST operations on schema endpoints
                 Key: HBASE-20581
                 URL: https://issues.apache.org/jira/browse/HBASE-20581
             Project: HBase
          Issue Type: Bug
          Components: documentation
            Reporter: Josh Elser
            Assignee: Josh Elser


On [https://hbase.apache.org/book.html#_using_rest_endpoints]

The documentation states that to update a table schema (the configuration for a column family), the {{PUT}} HTTP verb will update the current configuration with the "fragment" of configuration provided, while the {{POST}} HTTP verb will replace the current configuration with whatever is provided.

In reality, the opposite is true: {{POST}} updates the configuration, {{PUT}} replaces. The old javadoc for the o.a.h.h.rest package got it right, but the entry on the HBase book transposed this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)