From 95b0747463896afc7c009e5e1ab09901ae0f9268 Mon Sep 17 00:00:00 2001 From: mrzhao Date: Thu, 18 Apr 2024 22:08:26 +0800 Subject: [PATCH] HBASE-28536 Fix `Disable Stripe Compaction` run error in document --- src/main/asciidoc/_chapters/architecture.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index 3ff09fac63f2..4aead5e3e841 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -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.