[28/30] hbase-site git commit: Published site at 931156f66b1decc19d89f8bb3ce9e5f355fb4fb2.

2018-10-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6b8b907f/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html 
b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
index 4daf6ee..03f4a8b 100644
--- a/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
+++ b/devapidocs/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.html
@@ -1174,7 +1174,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 init
-publicvoidinit(intnumThreads,
+publicvoidinit(intnumThreads,
  booleanabortOnCorruption)
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Initialize the procedure executor, but do not start 
workers. We will start them later.
@@ -1198,7 +1198,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 startWorkers
-publicvoidstartWorkers()
+publicvoidstartWorkers()
   throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOException
 Start the workers.
 
@@ -1213,7 +1213,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 stop
-publicvoidstop()
+publicvoidstop()
 
 
 
@@ -1222,7 +1222,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 join
-publicvoidjoin()
+publicvoidjoin()
 
 
 
@@ -1231,7 +1231,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 refreshConfiguration
-publicvoidrefreshConfiguration(org.apache.hadoop.conf.Configurationconf)
+publicvoidrefreshConfiguration(org.apache.hadoop.conf.Configurationconf)
 
 
 
@@ -1240,7 +1240,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 isRunning
-publicbooleanisRunning()
+publicbooleanisRunning()
 
 
 
@@ -1249,7 +1249,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getWorkerThreadCount
-publicintgetWorkerThreadCount()
+publicintgetWorkerThreadCount()
 
 Returns:
 the current number of worker threads.
@@ -1262,7 +1262,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getCorePoolSize
-publicintgetCorePoolSize()
+publicintgetCorePoolSize()
 
 Returns:
 the core pool size settings.
@@ -1275,7 +1275,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getActiveExecutorCount
-publicintgetActiveExecutorCount()
+publicintgetActiveExecutorCount()
 
 
 
@@ -1284,7 +1284,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getEnvironment
-publicTEnvironmentgetEnvironment()
+publicTEnvironmentgetEnvironment()
 
 
 
@@ -1293,7 +1293,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getStore
-publicProcedureStoregetStore()
+publicProcedureStoregetStore()
 
 
 
@@ -1302,7 +1302,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getScheduler
-ProcedureSchedulergetScheduler()
+ProcedureSchedulergetScheduler()
 
 
 
@@ -1311,7 +1311,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 setKeepAliveTime
-publicvoidsetKeepAliveTime(longkeepAliveTime,
+publicvoidsetKeepAliveTime(longkeepAliveTime,
  https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true;
 title="class or interface in 
java.util.concurrent">TimeUnittimeUnit)
 
 
@@ -1321,7 +1321,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 getKeepAliveTime
-publiclonggetKeepAliveTime(https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true;
 title="class or interface in 
java.util.concurrent">TimeUnittimeUnit)
+publiclonggetKeepAliveTime(https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true;
 title="class or interface in 
java.util.concurrent">TimeUnittimeUnit)
 
 
 
@@ -1330,7 +1330,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 addChore
-publicvoidaddChore(ProcedureInMemoryChoreTEnvironmentchore)
+publicvoidaddChore(ProcedureInMemoryChoreTEnvironmentchore)
 Add a chore procedure to the executor
 
 Parameters:
@@ -1344,7 +1344,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 removeChore
-publicbooleanremoveChore(ProcedureInMemoryChoreTEnvironmentchore)
+publicbooleanremoveChore(ProcedureInMemoryChoreTEnvironmentchore)
 Remove a chore procedure from the executor
 
 Parameters:
@@ -1360,7 +1360,7 @@ extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 
 
 createNonceKey
-publicNonceKeycreateNonceKey(longnonceGroup,
+publicNonceKeycreateNonceKey(longnonceGroup,

[28/30] hbase-site git commit: Published site at a8e184dc77470bdf9d62e19c5d36bc1de7cf4c6d.

2018-07-31 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5fd895c6/apidocs/constant-values.html
--
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index 595f2eb..5093a0f 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -83,6 +83,32 @@
 
 
 
+org.apache.hadoop.hbase.AuthUtil
+
+Modifier and Type
+Constant Field
+Value
+
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+HBASE_CLIENT_KERBEROS_PRINCIPAL
+"hbase.client.keytab.principal"
+
+
+
+
+publicstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+HBASE_CLIENT_KEYTAB_FILE
+"hbase.client.keytab.file"
+
+
+
+
+
+
 org.apache.hadoop.hbase.HBaseInterfaceAudience
 
 Modifier and Type



[28/30] hbase-site git commit: Published site at 59867eeeebd28fcc49f338ef36769fb6a9bff4dc.

2018-07-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67e3bccd/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index a452596..1cfe353 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 2007 - 2018 The Apache Software Foundation
 
   File: 3690,
- Errors: 15789,
+ Errors: 15788,
  Warnings: 0,
  Infos: 0
   
@@ -48761,7 +48761,7 @@ under the License.
   0
 
 
-  214
+  213
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67e3bccd/coc.html
--
diff --git a/coc.html b/coc.html
index 9017978..a7f5b17 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -375,7 +375,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-07-07
+  Last Published: 
2018-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67e3bccd/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 8e567cf..dc3aff0 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -440,7 +440,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-07-07
+  Last Published: 
2018-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67e3bccd/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 0763a0f..e8f63a6 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -905,7 +905,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-07-07
+  Last Published: 
2018-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67e3bccd/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 8b458ae..e3baf72 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 
@@ -313,7 +313,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-07-07
+  Last Published: 
2018-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67e3bccd/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index e3832fe..18c5c8a 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependency Management
 
@@ -1011,7 +1011,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-07-07
+  Last Published: 
2018-07-09
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67e3bccd/devapidocs/allclasses-frame.html
--
diff --git a/devapidocs/allclasses-frame.html b/devapidocs/allclasses-frame.html
index f1cf659..29c4f44 100644
--- a/devapidocs/allclasses-frame.html
+++ b/devapidocs/allclasses-frame.html
@@ -1643,7 +1643,9 @@
 MonitoredRPCHandlerImpl
 MonitoredTask
 MonitoredTask.State
+MonitoredTask.StatusJournalEntry
 MonitoredTaskImpl
+MonitoredTaskImpl.StatusJournalEntryImpl
 MoveRegionProcedure
 MultiAction
 MultiActionResultTooLarge

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/67e3bccd/devapidocs/allclasses-noframe.html
--
diff --git 

[28/30] hbase-site git commit: Published site at .

2018-01-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e80e3339/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 890270e..aef1780 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2018 The Apache Software Foundation
 
-  File: 3496,
- Errors: 18140,
+  File: 3497,
+ Errors: 18124,
  Warnings: 0,
  Infos: 0
   
@@ -8488,6 +8488,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.zookeeper.TestZKUtilNoServer.java;>org/apache/hadoop/hbase/zookeeper/TestZKUtilNoServer.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.regionserver.MetricsReplicationGlobalSourceSource.java;>org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationGlobalSourceSource.java
 
 
@@ -8665,7 +8679,7 @@ under the License.
   0
 
 
-  12
+  1
 
   
   
@@ -13719,7 +13733,7 @@ under the License.
   0
 
 
-  133
+  128
 
   
   
@@ -2,20 +22236,6 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.zookeeper.TestZKWatcher.java;>org/apache/hadoop/hbase/zookeeper/TestZKWatcher.java
-
-
-  0
-
-
-  0
-
-
-  0
-
-  
-  
-
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.backup.util.BackupSet.java;>org/apache/hadoop/hbase/backup/util/BackupSet.java
 
 
@@ -23300,6 +23300,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.zookeeper.TestZNodePaths.java;>org/apache/hadoop/hbase/zookeeper/TestZNodePaths.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.zookeeper.MasterMaintenanceModeTracker.java;>org/apache/hadoop/hbase/zookeeper/MasterMaintenanceModeTracker.java
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e80e3339/coc.html
--
diff --git a/coc.html b/coc.html
index 6d8c70c..91e6b38 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-01-14
+  Last Published: 
2018-01-15
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e80e3339/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index c32445f..e577e51 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2018-01-14
+  Last Published: 
2018-01-15
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e80e3339/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index e6fe092..6ef7a5b 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  

[28/30] hbase-site git commit: Published site at .

2017-09-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc5c2985/book.html
--
diff --git a/book.html b/book.html
index 1535ee9..fb8771d 100644
--- a/book.html
+++ b/book.html
@@ -5125,19 +5125,15 @@ Usually this ensemble location is kept out in the 
hbase-site.xml and is
 If you are configuring an IDE to run an HBase client, you should include 
the conf/ directory on your classpath so hbase-site.xml 
settings can be found (or add src/test/resources to pick up the 
hbase-site.xml used by tests).
 
 
-Minimally, an HBase client needs several libraries in its 
CLASSPATH when connecting to a cluster, including:
+Minimally, an HBase client needs hbase-client module in its dependencies 
when connecting to a cluster:
 
 
 
-commons-configuration 
(commons-configuration-1.6.jar)
-commons-lang3 (commons-lang3-3.6.jar)
-commons-logging (commons-logging-1.1.1.jar)
-hadoop-core (hadoop-core-1.0.0.jar)
-hbase (hbase-0.92.0.jar)
-log4j (log4j-1.2.16.jar)
-slf4j-api (slf4j-api-1.5.8.jar)
-slf4j-log4j (slf4j-log4j12-1.5.8.jar)
-zookeeper (zookeeper-3.4.2.jar)
+dependency
+  groupIdorg.apache.hbase/groupId
+  artifactIdhbase-client/artifactId
+  version1.2.4/version
+/dependency
 
 
 
@@ -35214,7 +35210,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2017-09-22 14:29:35 UTC
+Last updated 2017-09-23 14:29:46 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc5c2985/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index 3326d7e..a243238 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -311,7 +311,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-09-22
+  Last Published: 
2017-09-23
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc5c2985/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 91f630c..7e1dc88 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -286,10 +286,10 @@
 Warnings
 Errors
 
-2042
+2041
 0
 0
-14003
+14001
 
 Files
 
@@ -5042,7 +5042,7 @@
 org/apache/hadoop/hbase/regionserver/HRegion.java
 0
 0
-208
+206
 
 org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
 0
@@ -8389,7 +8389,7 @@
 
 max: 100
 ignorePattern: ^package.*|^import.*|a 
href|href|http://|https://|ftp://|org.apache.thrift.|com.google.protobuf.|hbase.protobuf.generated
-1086
+1084
 Error
 
 
@@ -18699,31 +18699,31 @@
 sizes
 LineLength
 Line is longer than 100 characters (found 102).
-840
+841
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 120).
-862
+863
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-1033
+1034
 
 Error
 sizes
 MethodLength
 Method length is 523 lines (max allowed is 150).
-1267
+1268
 
 Error
 coding
 NoFinalizer
 Avoid using finalizer method.
-2021
+2022
 
 org/apache/hadoop/hbase/client/ConnectionUtils.java
 
@@ -65277,1237 +65277,1225 @@
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-369
+366
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-370
+367
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-665
+660
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-667
+662
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-668
+663
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-669
+664
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-670
+665
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-671
+666
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-675
+670
 
 Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-696
+691
 
 

[28/30] hbase-site git commit: Published site at .

2017-09-18 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bb8bd01/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index e5c5953..e93e00e 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 2007 - 2017 The Apache Software Foundation
 
   File: 2042,
- Errors: 14019,
+ Errors: 14017,
  Warnings: 0,
  Infos: 0
   
@@ -10919,7 +10919,7 @@ under the License.
   0
 
 
-  6
+  5
 
   
   
@@ -15105,7 +15105,7 @@ under the License.
   0
 
 
-  41
+  40
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bb8bd01/coc.html
--
diff --git a/coc.html b/coc.html
index 4cad23e..55aab73 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-09-17
+  Last Published: 
2017-09-18
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bb8bd01/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 6bd716d..f762af4 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-09-17
+  Last Published: 
2017-09-18
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bb8bd01/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 5c7550b..fbdcd6f 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -445,7 +445,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-09-17
+  Last Published: 
2017-09-18
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bb8bd01/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index da7eb3a..58a87af 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -820,7 +820,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-09-17
+  Last Published: 
2017-09-18
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bb8bd01/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index a4e7de0..b5247e2 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 
@@ -318,7 +318,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-09-17
+  Last Published: 
2017-09-18
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2bb8bd01/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index 997e61c..b4e72a8 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependency Management
 
@@ -942,7 +942,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
  

[28/30] hbase-site git commit: Published site at .

2017-08-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/495ddb86/apidocs/index-all.html
--
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 6d0c7b0..2578bcb 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -2528,6 +2528,8 @@
 
 Create a new namespace
 
+createNextOnRowCol(Cell)
 - Static method in class org.apache.hadoop.hbase.CellUtil
+
 createRecordReader(InputSplit,
 TaskAttemptContext) - Method in class 
org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatBase
 
 Builds a TableRecordReader.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/495ddb86/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index ab72b31..b91d5a5 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -316,6 +316,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Create a Cell that is larger than all other possible Cells 
for the given Cell's rk:cf:q.
 
 
+
+static Cell
+CellUtil.createNextOnRowCol(Cellcell)
+
 
 
 
@@ -518,65 +522,69 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+static Cell
+CellUtil.createNextOnRowCol(Cellcell)
+
+
 static boolean
 CellUtil.equals(Cella,
   Cellb)
 equals
 
 
-
+
 static boolean
 CellUtil.equalsIgnoreMvccVersion(Cella,
Cellb)
 special case for Cell.equals
 
 
-
+
 static long
 CellUtil.estimatedHeapSizeOf(Cellcell)
 This is an estimate of the heap space occupied by a 
cell.
 
 
-
+
 static int
 CellUtil.estimatedSerializedSizeOf(Cellcell)
 Estimate based on keyvalue's serialization format.
 
 
-
+
 static int
 CellUtil.estimatedSerializedSizeOfKey(Cellcell)
 Calculates the serialized key size.
 
 
-
+
 static ByteRange
 CellUtil.fillFamilyRange(Cellcell,
ByteRangerange)
 
-
+
 static ByteRange
 CellUtil.fillQualifierRange(Cellcell,
   ByteRangerange)
 
-
+
 static ByteRange
 CellUtil.fillRowRange(Cellcell,
 ByteRangerange)
 ByteRange
 
 
-
+
 static ByteRange
 CellUtil.fillTagRange(Cellcell,
 ByteRangerange)
 
-
+
 static ByteRange
 CellUtil.fillValueRange(Cellcell,
   ByteRangerange)
 
-
+
 static int
 CellUtil.findCommonPrefixInFlatKey(Cellc1,
  Cellc2,
@@ -586,17 +594,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
  KeyValue.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 CellUtil.getCellKeyAsString(Cellcell)
 
-
+
 static byte[]
 CellUtil.getCellKeySerializedAsKeyValueKey(Cellcell)
 This method exists just to encapsulate how we serialize 
keys.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
 CellUtil.getQualifierBufferShallowCopy(Cellcell)
 Deprecated.
@@ -604,104 +612,104 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-
+
 static byte
 CellUtil.getQualifierByte(Cellcell,
 intindex)
 
-
+
 static int
 CellUtil.getRowAsInt(Cellcell)
 Converts the rowkey bytes of the given cell into an int 
value
 
 
-
+
 static byte
 CellUtil.getRowByte(Cellcell,
   intindex)
 misc
 
 
-
+
 static org.apache.hadoop.hbase.Tag
 CellUtil.getTag(Cellcell,
   bytetype)
 Retrieve Cell's first tag, matching the passed in type
 
 
-
+
 static byte[]
 CellUtil.getTagArray(Cellcell)
 Returns tag value in a new byte array.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.hbase.Tag
 CellUtil.getTags(Cellcell)
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true;
 title="class or interface in java.math">BigDecimal
 CellUtil.getValueAsBigDecimal(Cellcell)
 Converts the value bytes of the given cell into a 
BigDecimal
 
 
-
+
 static double
 CellUtil.getValueAsDouble(Cellcell)
 Converts the value bytes of the given cell into a double 
value
 
 
-
+
 static int
 CellUtil.getValueAsInt(Cellcell)
 Converts the value bytes of the given cell into a int 
value
 
 
-
+
 static long
 CellUtil.getValueAsLong(Cellcell)
 Converts the value bytes of the given cell into a long 
value
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in java.nio">ByteBuffer
 CellUtil.getValueBufferShallowCopy(Cellcell)
 
-
+
 static boolean
 CellUtil.isDelete(Cellcell)
 
-
+
 static boolean
 CellUtil.isDeleteColumnOrFamily(Cellcell)
 
-
+
 static boolean
 

[28/30] hbase-site git commit: Published site at .

2017-08-18 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cef8af03/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index fdaa852..0b9e922 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2017 The Apache Software Foundation
 
-  File: 2026,
- Errors: 12854,
+  File: 2025,
+ Errors: 12858,
  Warnings: 0,
  Infos: 0
   
@@ -15833,7 +15833,7 @@ under the License.
   0
 
 
-  2
+  1
 
   
   
@@ -15987,7 +15987,7 @@ under the License.
   0
 
 
-  25
+  26
 
   
   
@@ -19361,7 +19361,7 @@ under the License.
   0
 
 
-  1
+  2
 
   
   
@@ -21937,7 +21937,7 @@ under the License.
   0
 
 
-  145
+  146
 
   
   
@@ -23603,7 +23603,7 @@ under the License.
   0
 
 
-  7
+  10
 
   
   
@@ -26030,20 +26030,6 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.rest.ResourceConfig.java;>org/apache/hadoop/hbase/rest/ResourceConfig.java
-
-
-  0
-
-
-  0
-
-
-  1
-
-  
-  
-
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor.java;>org/apache/hadoop/hbase/mob/compactions/PartitionedMobCompactor.java
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cef8af03/coc.html
--
diff --git a/coc.html b/coc.html
index 674ea10..e5aa2d9 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-08-17
+  Last Published: 
2017-08-18
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cef8af03/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index a7f1766..5250311 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-08-17
+  Last Published: 
2017-08-18
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cef8af03/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 66b4366..5782ec0 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -527,7 +527,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-08-17
+  Last Published: 
2017-08-18
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cef8af03/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 901465f..4f279dd 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -741,7 +741,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 

[28/30] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index aaf042b..422ca91 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -706,7 +706,7 @@
 
 do nothing, core of snapshot is executed in FlushSnapshotSubprocedure.insideBarrier()
 step.
 
-acquireBufferQuota(long)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReaderThread
+acquireBufferQuota(long)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader
 
 ACQUIRED_BARRIER_ZNODE_DEFAULT
 - Static variable in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
@@ -1612,7 +1612,7 @@
 
 addEntry(byte[],
 int, int) - Method in class org.apache.hadoop.hbase.io.util.LRUDictionary
 
-addEntry(WAL.Entry)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReaderThread.WALEntryBatch
+addEntry(WAL.Entry)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader.WALEntryBatch
 
 addEntryInternal(byte[],
 int, int, boolean) - Method in class 
org.apache.hadoop.hbase.io.util.LRUDictionary
 
@@ -8251,7 +8251,7 @@
 
 calculateTokenLength()
 - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.column.ColumnNodeWriter
 
-calculateTotalSizeOfStoreFiles(WALEdit)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReaderThread
+calculateTotalSizeOfStoreFiles(WALEdit)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader
 
 Calculate the total size of all the store files
 
@@ -8944,7 +8944,7 @@
 
 canRetryUntil
 - Variable in class org.apache.hadoop.hbase.client.ConnectionImplementation.ServerErrorTracker
 
-canSkipWaitingSet
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipperThread
+canSkipWaitingSet
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
 canSpecifyBindIP
 - Variable in enum org.apache.hadoop.hbase.thrift.ThriftServerRunner.ImplType
 
@@ -10447,7 +10447,7 @@
 
 checkQuota(long,
 long) - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
-checkQuota()
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReaderThread
+checkQuota()
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader
 
 checkQuotaSupport()
 - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
@@ -11260,7 +11260,7 @@
 
 cleanUpHFileRefs(String,
 ListString) - Method in class 
org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
 
-cleanUpHFileRefs(WALEdit)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipperThread
+cleanUpHFileRefs(WALEdit)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
 cleanupHLogDir(BackupInfo,
 Configuration) - Static method in class 
org.apache.hadoop.hbase.backup.util.BackupUtils
 
@@ -15608,9 +15608,9 @@
 
 conf
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
 
-conf
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipperThread
+conf
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
-conf
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReaderThread
+conf
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader
 
 conf
 - Static variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp
 
@@ -17611,7 +17611,7 @@
 
 countDeletedFiles(boolean,
 boolean) - Method in class 
org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
-countDistinctRowKeysAndHFiles(WALEdit)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReaderThread
+countDistinctRowKeysAndHFiles(WALEdit)
 - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader
 
 Count the number of different row keys in the given edit 
because of mini-batching.
 
@@ -20307,13 +20307,13 @@
 
 currentPath
 - Variable in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
-currentPath
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipperThread
+currentPath
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
 currentPath
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.WALEntryStream
 
 currentPos
 - Variable in class org.apache.hadoop.hbase.mapreduce.WALInputFormat.WALRecordReader
 
-currentPosition
 - Variable in class 

[28/30] hbase-site git commit: Published site at 28cd48b673ca743d193874b2951bc995699e8e89.

2016-02-24 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/89b638a4/devapidocs/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.html
index d513b63..270312a 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.html
@@ -98,12 +98,17 @@
 
 
 
+
+All Implemented Interfaces:
+ConfigurationObserver
+
 
 
 @InterfaceAudience.LimitedPrivate(value={"Coprocesssor","Phoenix"})
 @InterfaceStability.Evolving
-public class SimpleRpcScheduler
-extends RpcScheduler
+public class SimpleRpcScheduler
+extends RpcScheduler
+implements ConfigurationObserver
 A scheduler that maintains isolated handler pools for 
general,
  high-priority, and replication requests.
 
@@ -302,11 +307,17 @@ extends 
 
 void
+onConfigurationChange(org.apache.hadoop.conf.Configurationconf)
+Resize call queues;
+
+
+
+void
 start()
 Prepares for request serving.
 
 
-
+
 void
 stop()
 Stops serving new requests.
@@ -340,7 +351,7 @@ extends 
 
 LOG
-private static finalorg.apache.commons.logging.Log LOG
+private static finalorg.apache.commons.logging.Log LOG
 
 
 
@@ -349,7 +360,7 @@ extends 
 
 CALL_QUEUE_READ_SHARE_CONF_KEY
-public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_READ_SHARE_CONF_KEY
+public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_READ_SHARE_CONF_KEY
 See Also:Constant
 Field Values
 
 
@@ -359,7 +370,7 @@ extends 
 
 CALL_QUEUE_SCAN_SHARE_CONF_KEY
-public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_SCAN_SHARE_CONF_KEY
+public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_SCAN_SHARE_CONF_KEY
 See Also:Constant
 Field Values
 
 
@@ -369,7 +380,7 @@ extends 
 
 CALL_QUEUE_HANDLER_FACTOR_CONF_KEY
-public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_HANDLER_FACTOR_CONF_KEY
+public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_HANDLER_FACTOR_CONF_KEY
 See Also:Constant
 Field Values
 
 
@@ -379,7 +390,7 @@ extends 
 
 CALL_QUEUE_TYPE_CONF_KEY
-public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_TYPE_CONF_KEY
+public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_TYPE_CONF_KEY
 If set to 'deadline', uses a priority queue and 
deprioritize long-running scans
 See Also:Constant
 Field Values
 
@@ -390,7 +401,7 @@ extends 
 
 CALL_QUEUE_TYPE_DEADLINE_CONF_VALUE
-public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_TYPE_DEADLINE_CONF_VALUE
+public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_TYPE_DEADLINE_CONF_VALUE
 See Also:Constant
 Field Values
 
 
@@ -400,7 +411,7 @@ extends 
 
 CALL_QUEUE_TYPE_FIFO_CONF_VALUE
-public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_TYPE_FIFO_CONF_VALUE
+public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String CALL_QUEUE_TYPE_FIFO_CONF_VALUE
 See Also:Constant
 Field Values
 
 
@@ -410,7 +421,7 @@ extends 
 
 QUEUE_MAX_CALL_DELAY_CONF_KEY
-public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String QUEUE_MAX_CALL_DELAY_CONF_KEY
+public static finalhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String QUEUE_MAX_CALL_DELAY_CONF_KEY
 max delay in msec used to bound the deprioritized 
requests
 See Also:Constant
 Field Values
 
@@ -421,7 +432,7 @@ extends 
 
 port
-privateint port
+privateint port
 
 
 
@@ -430,7 +441,7 @@ extends 
 
 priority
-private finalPriorityFunction priority
+private finalPriorityFunction priority
 
 
 
@@ -439,7 +450,7 @@ extends 
 
 callExecutor
-private finalRpcExecutor callExecutor
+private 

[28/30] hbase-site git commit: Published site at 845d00a16bc22cced0a2eead3d0ba48989968fb6.

2016-01-27 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6d411951/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index de32341..7fe4ad8 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2016 The Apache Software Foundation
 
-  File: 1666,
- Errors: 12900,
+  File: 1665,
+ Errors: 12894,
  Warnings: 0,
  Infos: 0
   
@@ -6822,7 +6822,7 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.thrift2.generated.TScan.java;>org/apache/hadoop/hbase/thrift2/generated/TScan.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.io.hfile.CachedBlock.java;>org/apache/hadoop/hbase/io/hfile/CachedBlock.java
 
 
   0
@@ -6836,7 +6836,7 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.io.hfile.CachedBlock.java;>org/apache/hadoop/hbase/io/hfile/CachedBlock.java
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.thrift2.generated.TScan.java;>org/apache/hadoop/hbase/thrift2/generated/TScan.java
 
 
   0
@@ -7690,20 +7690,6 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.ipc.Delayable.java;>org/apache/hadoop/hbase/ipc/Delayable.java
-
-
-  0
-
-
-  0
-
-
-  7
-
-  
-  
-
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.security.HBaseSaslRpcServer.java;>org/apache/hadoop/hbase/security/HBaseSaslRpcServer.java
 
 
@@ -10093,7 +10079,7 @@ under the License.
   0
 
 
-  89
+  90
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6d411951/coc.html
--
diff --git a/coc.html b/coc.html
index 3d5130a..7d8678a 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -331,7 +331,7 @@ For flagrant violations requiring a firm response the PMC 
may opt to skip early
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-01-26
+  Last Published: 
2016-01-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6d411951/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 906d4a0..8567df8 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -673,7 +673,7 @@ Now your HBase server is running, start 
coding and build that next
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-01-26
+  Last Published: 
2016-01-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6d411951/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 8053b76..d5c64a8 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -518,7 +518,7 @@
 http://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2016-01-26
+  Last Published: 
2016-01-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6d411951/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index aa4ee62..65f3140 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -1593,7 +1593,7 @@