[
https://issues.apache.org/jira/browse/HBASE-19233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
pragna kari updated HBASE-19233:
--------------------------------
Description:
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)
/table/scanner/(PUT)
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)
When trying to use this REST API " specific o timestamp" in secure cluster
/table/row/column:qualifier/timestamp (GET) getting "404 error " but the same
API with " version" is it working
was:
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)
When trying to use this REST API " specific o timestamp" in secure cluster
/table/row/column:qualifier/timestamp (GET) getting "404 error " but the same
API with " version" is it working
> 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, REST
> 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)
> /table/scanner/(PUT)
> 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)
> When trying to use this REST API " specific o timestamp" in secure cluster
> /table/row/column:qualifier/timestamp (GET) getting "404 error " but the
> same API with " version" is it working
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)