This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git
The following commit(s) were added to refs/heads/master by this push:
new fdd0154 Add a building section.
fdd0154 is described below
commit fdd01545451f32aa66d300d1d2f968e4c4af636f
Author: Michael Stack <[email protected]>
AuthorDate: Wed Oct 24 14:26:31 2018 -0700
Add a building section.
---
hbase-hbck2/README.md | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/hbase-hbck2/README.md b/hbase-hbck2/README.md
index cf3bdbf..c7fb6c2 100644
--- a/hbase-hbck2/README.md
+++ b/hbase-hbck2/README.md
@@ -1,8 +1,4 @@
-# Apache HBase HBCK2 Tool
-
-HBCK2 is the successor to
[hbck](https://hbase.apache.org/book.html#hbck.in.depth),
-the hbase-1.x fixup tool (A.K.A _hbck1_). Use it in place of _hbck1_ making
repairs
-against hbase-2.x installs.
+# Apache HBase HBCK2 Tool HBCK2 is the successor to
[hbck](https://hbase.apache.org/book.html#hbck.in.depth), the hbase-1.x fixup
tool (A.K.A _hbck1_). Use it in place of _hbck1_ making repairs against
hbase-2.x installs.
## _hbck1_
The _hbck_ tool that ships with hbase-1.x (A.K.A _hbck1_) should not be run
against an
@@ -19,6 +15,13 @@ works in a manner that differs from how _hbck1_ operated,
asking the HBase
Master to do its bidding, rather than replicate functionality outside of the
Master inside the _hbck1_ tool.
+## Building _HBCK2_
+
+Run:
+```
+mvn install
+```
+The built _HBCK2_ fat jar will be in the `target` sub-directory.
## Running _HBCK2_
`org.apache.hbase.HBCK2` is the name of the _HBCK2_ main class. After building