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 08dea87  Playing w/ gh-pages
08dea87 is described below

commit 08dea87c68381e3073679ee8e9416c6c7995cbe9
Author: Michael Stack <[email protected]>
AuthorDate: Tue Oct 23 08:52:08 2018 -0700

    Playing w/ gh-pages
---
 hbase-hbck2/README.md       | 11 +++++------
 hbase-hbck2/docs/index.html |  5 +++++
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/hbase-hbck2/README.md b/hbase-hbck2/README.md
index a3abd77..0e1c875 100644
--- a/hbase-hbck2/README.md
+++ b/hbase-hbck2/README.md
@@ -63,10 +63,8 @@ scenarios in which we use the below tooling to do various 
fixes.
 
 The Master runs all assignments, server crash handling, cluster start and
 stop, etc. In hbase-2.x, all that the Master does has been cast as
-Procedures run on a state machine engine. See
-[Procedure Framework](http://hbase.apache.org/book.html#pv2)
-and
-[Assignment Manager](http://hbase.apache.org/book.html#amv2)
+Procedures run on a state machine engine. See [Procedure 
Framework](https://hbase.apache.org/book.html#pv2)
+and [Assignment Manager](https://hbase.apache.org/book.html#amv2)
 for detail on how this infrastructure works. Each Procedure has a
 Procedure `id`', it's `pid`. You can trace the lifecycle of a
 Procedure as it logs each of its macro steps denoted by its
@@ -84,7 +82,8 @@ and is not letting go. More on these scenarios below.
 
 ### /master-status#tables
 
-This tab shows a list of tables with columns showing whether a
+This tab on the Master UI home-page shows a list of tables with
+columns showing whether a
 table _ENABLED_, _ENABLING_, _DISABLING_, or _DISABLED_ as well
 as other attributes of table. Also listed are columns with counts
 of Regions in their various transition states: _OPEN_, _CLOSED_,
@@ -127,7 +126,7 @@ in the hbase shell, do something similar. In our example, 
the
 Region belongs to the table _testtable_ and the Region
 start row is _d1dddd0c_ (For overview on parsing a Region
 name into its constituent parts, see
-[https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/RegionInfo.html](RegionInfo
 API)):
+[RegionInfo 
API](https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/RegionInfo.html)):
 
 ```hbase> scan 'testtable', {STARTROW => 'd1dddd0c', LIMIT => 10}```
 
diff --git a/hbase-hbck2/docs/index.html b/hbase-hbck2/docs/index.html
new file mode 100644
index 0000000..29c67f7
--- /dev/null
+++ b/hbase-hbck2/docs/index.html
@@ -0,0 +1,5 @@
+<html>
+  <body>
+    <h1>hello</h1>
+  </body>
+</html>

Reply via email to