Skip to content

Commit

Permalink
HBASE-28536 Fix Disable Stripe Compaction run error in document (#5836
Browse files Browse the repository at this point in the history
)

Co-authored-by: mrzhao <mrzhao@iflytek.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
zhaomoran and mrzhao committed May 18, 2024
1 parent 6b7aaed commit 6b3f5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/_chapters/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ create 'orders_table', 'blobs_cf', CONFIGURATION => {'hbase.hstore.engine.class'
+
[source,sql]
----
alter 'orders_table', CONFIGURATION => {'hbase.hstore.engine.class' => 'rg.apache.hadoop.hbase.regionserver.DefaultStoreEngine'}
alter 'orders_table', CONFIGURATION => {'hbase.hstore.engine.class' => 'org.apache.hadoop.hbase.regionserver.DefaultStoreEngine'}
----
. Enable the table.
Expand Down

0 comments on commit 6b3f5ae

Please sign in to comment.