You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "pragna kari (JIRA)" <ji...@apache.org> on 2017/11/10 05:02:00 UTC

[jira] [Created] (HBASE-19233) Unable to access few REST API's (Secure Mode)

pragna kari created HBASE-19233:
-----------------------------------

             Summary: Unable to access few REST API's (Secure Mode)
                 Key: HBASE-19233
                 URL: https://issues.apache.org/jira/browse/HBASE-19233
             Project: HBase
          Issue Type: Bug
          Components: API
    Affects Versions: 1.3.1
            Reporter: pragna kari
            Priority: Critical


When we try to access the below REST API"s through curl commands in secure cluster we are getting error "HTTP ERROR 500"

/namespaces/namespace (PUT)
/namespaces/namespace (POST)

When we try to perform the below Delete API's , in secure cluster it gives 200OK status but at backend tables/namespace is not getting deleted

/namespaces/namespace (DELETE)
/table/schema (DELETE)

When try to perform the below API's in secure cluster we are getting "204 Error"

/table/scanner/scanner-id (get)
/table/scanner/scanner-id (delete)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)