You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Moran (Jira)" <ji...@apache.org> on 2024/04/23 06:01:00 UTC

[jira] [Work started] (HBASE-28536) Fix `Disable Stripe Compaction` run error in document

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

Work on HBASE-28536 started by Moran.
-------------------------------------
> 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
>            Assignee: Moran
>            Priority: Trivial
>              Labels: pull-request-available
>
> *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)