[
https://issues.apache.org/jira/browse/HBASE-21079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krish Dey resolved HBASE-21079.
-------------------------------
Resolution: Not A Problem
Release Note:
need to add following in secure cluster to prevent it
<property>
<name>hbase.master.ui.readonly</name>
<value>true</value>
</property>
> Non admin can split or compact from master UI even when the cluster is secured
> ------------------------------------------------------------------------------
>
> Key: HBASE-21079
> URL: https://issues.apache.org/jira/browse/HBASE-21079
> Project: HBase
> Issue Type: Bug
> Reporter: Krish Dey
> Priority: Major
>
> Go to any table from table.jsp and try compact/split a table region.
> Even when the hbase is secure any user can split/compact the table.
> The same behavior is not from the hbase shell and work as expected.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)