HBASE-20275 [DOC] clarify impact to hfile command from HBASE-17197 Signed-off-by: Mike Drob <md...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/357a089e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/357a089e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/357a089e Branch: refs/heads/HBASE-19064 Commit: 357a089e061dcf80a8c516a65268437d211f70d2 Parents: 824ee52 Author: Balazs Meszaros <balazs.mesza...@cloudera.com> Authored: Fri Apr 13 14:00:47 2018 +0200 Committer: Mike Drob <md...@apache.org> Committed: Tue Apr 17 12:27:33 2018 -0500 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/architecture.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/357a089e/src/main/asciidoc/_chapters/architecture.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index 1d6fc60..8d0a5b0 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -1626,20 +1626,20 @@ Also see <<hfilev2>> 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