http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7c40c62/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html ---------------------------------------------------------------------- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html b/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html index 1143409..e50230e 100644 --- a/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html +++ b/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html @@ -755,7 +755,7 @@ <span class="sourceLineNo">747</span> * @throws IOException<a name="line.747"></a> <span class="sourceLineNo">748</span> */<a name="line.748"></a> <span class="sourceLineNo">749</span> private void stripMaster(ArrayList<String> regionServers, Admin admin) throws IOException {<a name="line.749"></a> -<span class="sourceLineNo">750</span> ServerName master = admin.getClusterStatus(EnumSet.of(Option.MASTER)).getMaster();<a name="line.750"></a> +<span class="sourceLineNo">750</span> ServerName master = admin.getClusterMetrics(EnumSet.of(Option.MASTER)).getMasterName();<a name="line.750"></a> <span class="sourceLineNo">751</span> String masterHostname = master.getHostname();<a name="line.751"></a> <span class="sourceLineNo">752</span> int masterPort = master.getPort();<a name="line.752"></a> <span class="sourceLineNo">753</span> try {<a name="line.753"></a> @@ -833,7 +833,7 @@ <span class="sourceLineNo">825</span> */<a name="line.825"></a> <span class="sourceLineNo">826</span> private ArrayList<String> getServers(Admin admin) throws IOException {<a name="line.826"></a> <span class="sourceLineNo">827</span> ArrayList<ServerName> serverInfo = new ArrayList<>(<a name="line.827"></a> -<span class="sourceLineNo">828</span> admin.getClusterStatus(EnumSet.of(Option.LIVE_SERVERS)).getServers());<a name="line.828"></a> +<span class="sourceLineNo">828</span> admin.getClusterMetrics(EnumSet.of(Option.LIVE_SERVERS)).getLiveServerMetrics().keySet());<a name="line.828"></a> <span class="sourceLineNo">829</span> ArrayList<String> regionServers = new ArrayList<>(serverInfo.size());<a name="line.829"></a> <span class="sourceLineNo">830</span> for (ServerName server : serverInfo) {<a name="line.830"></a> <span class="sourceLineNo">831</span> regionServers.add(server.getServerName().toLowerCase());<a name="line.831"></a>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7c40c62/book.html ---------------------------------------------------------------------- diff --git a/book.html b/book.html index a026ac4..84af278 100644 --- a/book.html +++ b/book.html @@ -35095,7 +35095,7 @@ In case the table goes out of date, the unit tests which check for accuracy of p <tr> <td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"><p class="tableblock">getClusterStatus</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">superuser|global(A)</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">any user</p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock">Region</p></td> @@ -37140,7 +37140,7 @@ The server will return cellblocks compressed using this same compressor as long <div id="footer"> <div id="footer-text"> Version 3.0.0-SNAPSHOT<br> -Last updated 2018-01-03 14:29:41 UTC +Last updated 2018-01-04 14:29:44 UTC </div> </div> </body> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7c40c62/bulk-loads.html ---------------------------------------------------------------------- diff --git a/bulk-loads.html b/bulk-loads.html index e936ef1..10e19e8 100644 --- a/bulk-loads.html +++ b/bulk-loads.html @@ -7,7 +7,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20180103" /> + <meta name="Date-Revision-yyyymmdd" content="20180104" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Bulk Loads in Apache HBase (TM) @@ -311,7 +311,7 @@ under the License. --> <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-01-03</li> + <li id="publishDate" class="pull-right">Last Published: 2018-01-04</li> </p> </div>
