From 723e86da1a940d9b3a39ea0bde146b1ea36656a5 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Fri, 26 Apr 2019 09:18:08 +0800 Subject: [PATCH] Update Hbase Shell.md --- notes/Hbase Shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/Hbase Shell.md b/notes/Hbase Shell.md index 506952d..25ae8f7 100644 --- a/notes/Hbase Shell.md +++ b/notes/Hbase Shell.md @@ -19,7 +19,7 @@         3.4 获取指定行、指定行中的列族、列的信息
        3.5 删除指定行、指定行中的列
四、查询
-    4.1Get查询
+        4.1Get查询
        4.2 查询整表数据
        4.3 查询指定列簇的数据
        4.4 条件查询