From 6c295adde9af63ba3f3b5ec531abb3296f90a968 Mon Sep 17 00:00:00 2001 From: Balazs Meszaros Date: Fri, 13 Apr 2018 14:00:47 +0200 Subject: [PATCH] HBASE-20275 [DOC] clarify impact to hfile command from HBASE-17197 --- src/main/asciidoc/_chapters/architecture.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index bc29d4b1db..42c9a0003c 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -1626,20 +1626,20 @@ Also see <> for information about the HFile v2 format that was included [[hfile_tool]] ===== HFile Tool -To view a textualized version of HFile content, you can use the `org.apache.hadoop.hbase.io.hfile.HFile` tool. +To view a textualized version of HFile content, you can use the `hbase hfile` tool. Type the following to see usage: [source,bash] ---- -$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.io.hfile.HFile +$ ${HBASE_HOME}/bin/hbase hfile ---- For example, to view the content of the file _hdfs://10.81.47.41:8020/hbase/default/TEST/1418428042/DSMP/4759508618286845475_, type the following: [source,bash] ---- - $ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.io.hfile.HFile -v -f hdfs://10.81.47.41:8020/hbase/default/TEST/1418428042/DSMP/4759508618286845475 + $ ${HBASE_HOME}/bin/hbase hfile -v -f hdfs://10.81.47.41:8020/hbase/default/TEST/1418428042/DSMP/4759508618286845475 ---- If you leave off the option -v to see just a summary on the HFile. -See usage for other things to do with the `HFile` tool. +See usage for other things to do with the `hfile` tool. [[store.file.dir]] ===== StoreFile Directory Structure on HDFS -- 2.17.0