[ 
https://issues.apache.org/jira/browse/HBASE-28536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Moran updated HBASE-28536:
--------------------------
    Description: 
*Disable Stripe Compaction* in document is
{code:java}
alter 'orders_table', CONFIGURATION =>
{'hbase.hstore.engine.class' => 
'rg.apache.hadoop.hbase.regionserver.DefaultStoreEngine'}{code}
This should be 'org.apache.hadoop.hbase.regionserver.DefaultStoreEngine' 

This will cause all regions to be in the openning state.Finally, I went through 
the disable table and corrected it before enable it.

 
 

  was:
*Disable Stripe Compaction* in document is
{code:java}
alter 'orders_table', CONFIGURATION =>
{'hbase.hstore.engine.class' => 
'rg.apache.hadoop.hbase.regionserver.DefaultStoreEngine'}{code}
This should be 'org.apache.hadoop.hbase.regionserver.DefaultStoreEngine' 


> Fix `Disable Stripe Compaction` run error in  document
> ------------------------------------------------------
>
>                 Key: HBASE-28536
>                 URL: https://issues.apache.org/jira/browse/HBASE-28536
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.5.6
>            Reporter: Moran
>            Priority: Trivial
>
> *Disable Stripe Compaction* in document is
> {code:java}
> alter 'orders_table', CONFIGURATION =>
> {'hbase.hstore.engine.class' => 
> 'rg.apache.hadoop.hbase.regionserver.DefaultStoreEngine'}{code}
> This should be 'org.apache.hadoop.hbase.regionserver.DefaultStoreEngine' 
> This will cause all regions to be in the openning state.Finally, I went 
> through the disable table and corrected it before enable it.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to