[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-08-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/apidocs/deprecated-list.html
--
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index daa6cc4..ac84380 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -561,95 +561,90 @@
 
 
 
-org.apache.hadoop.hbase.client.Table.getWriteBufferSize()
-as of 1.0.1 (should not 
have been in 1.0.0). Replaced by BufferedMutator.getWriteBufferSize()
-
-
-
 org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.initCredentialsForCluster(Job,
 String)
 Since 1.2.0, use TableMapReduceUtil.initCredentialsForCluster(Job,
 Configuration) instead.
 
 
-
+
 org.apache.hadoop.hbase.client.Get.isClosestRowBefore()
 since 2.0.0 and will be 
removed in 3.0.0
 
 
-
+
 org.apache.hadoop.hbase.HColumnDescriptor.isLegalFamilyName(byte[])
 Use ColumnFamilyDescriptorBuilder.isLegalColumnFamilyName(byte[]).
 
 
-
+
 org.apache.hadoop.hbase.client.Result.isPartial()
 the word 'partial' 
ambiguous, use Result.mayHaveMoreCellsInRow()
 instead.
  Deprecated since 1.4.0.
 
 
-
+
 org.apache.hadoop.hbase.client.Scan.isSmall()
 since 2.0.0. See the 
comment of Scan.setSmall(boolean)
 
 
-
+
 org.apache.hadoop.hbase.client.replication.ReplicationAdmin.listPeerConfigs()
 use Admin.listReplicationPeers()
 instead
 
 
-
+
 org.apache.hadoop.hbase.client.replication.ReplicationAdmin.listReplicated()
 use Admin.listReplicatedTableCFs()
 instead
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.listTableDescriptorsByNamespace(String)
 since 2.0 version and will 
be removed in 3.0 version.
  use Admin.listTableDescriptorsByNamespace(byte[])
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.listTables()
 since 2.0 version and will 
be removed in 3.0 version.
  use Admin.listTableDescriptors()
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.listTables(Pattern)
 since 2.0 version and will 
be removed in 3.0 version.
  use Admin.listTableDescriptors(java.util.regex.Pattern)
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.listTables(Pattern,
 boolean)
 since 2.0 version and will 
be removed in 3.0 version.
  use Admin.listTableDescriptors(java.util.regex.Pattern,
 boolean)
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.listTables(String)
 since 2.0 version and will 
be removed in 3.0 version.
  use Admin.listTableDescriptors(java.lang.String)
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.listTables(String,
 boolean)
 since 2.0 version and will 
be removed in 3.0 version.
  use Admin.listTableDescriptors(java.lang.String,
 boolean)
 
 
-
+
 org.apache.hadoop.hbase.CellUtil.matchingRow(Cell,
 Cell)
 As of release 2.0.0, this 
will be removed in HBase 3.0.0.
  Instead use CellUtil.matchingRows(Cell,
 Cell)
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.mergeRegions(byte[],
 byte[], boolean)
 Since 2.0. Will be removed 
in 3.0. Use
  Admin.mergeRegionsAsync(byte[],
 byte[], boolean) instead.
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.modifyColumn(TableName,
 HColumnDescriptor)
 As of release 2.0.0.
  (https://issues.apache.org/jira/browse/HBASE-1989";>HBASE-1989).
@@ -657,129 +652,153 @@
  Use Admin.modifyColumnFamily(TableName,
 ColumnFamilyDescriptor).
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.modifyTable(TableName,
 HTableDescriptor)
 since 2.0 version and will 
be removed in 3.0 version.
  use Admin.modifyTable(TableDescriptor)
 
 
-
+
 org.apache.hadoop.hbase.client.Admin.modifyTableAsync(TableName,
 HTableDescriptor)
 since 2.0 version and will 
be removed in 3.0 version.
  use Admin.modifyTableAsync(TableDescriptor)
 
 
-
+
 org.apache.hadoop.hbase.ServerName.parseHostname(String)
 Since 2.0. Use ServerName.valueOf(String)
 
 
-
+
 org.apache.hadoop.hbase.ServerName.parsePort(String)
 Since 2.0. Use ServerName.valueOf(String)
 
 
-
+
 org.apache.hadoop.hbase.ServerName.parseStartcode(String)
 Since 2.0. Use ServerName.valueOf(String)
 
 
-
+
 org.apache.hadoop.hbase.client.replication.ReplicationAdmin.parseTableCFsFromConfig(String)
 as release of 2.0.0, and 
it will be removed in 3.0.0
 
 
-
+
 org.apache.hadoop.hbase.client.replication.ReplicationAdmin.peerAdded(String)
 
-
+
 org.apache.hadoop.hbase.client.HTableMultiplexer.put(byte[],
 List)
 Use HTableMultiplexer.put(TableName,
 List) instead.
 
 
-
+
 org.apache.hadoop.hbase.client.HTableMultiplexer.put(byte[],
 Put)
 Use HTableMultiplexer.put(TableName,
 Put) instead.
 
 
-
+
 org.apache.hadoop.hbase.client.HTableMultiplexer.put(byte[],
 Put, int)
 Use HTableMultiplexer.put(TableName,
 Put) instead.
 
 
-
+
 org.apache.hadoop.hbase.util.Bytes.putIntUnsafe(byte[],
 int, int)
 As of release 2.0.0, this 
will be removed in HBase 3.0.0.
 
 
-
+
 org.apache.hadoop.hbase.util.Bytes.putLongUnsafe(byte[],
 int, long)
 As of release 2.0.0, this 
will be removed in HBase 3.0.0.
 
 
-
+
 o

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-08-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2aec596e/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 7af2b4a..ab72b31 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1073,36 +1073,45 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
+
+Delete
+Delete.add(Cell kv)
+Add an existing delete marker to this Delete object.
 
 
-
+
 Delete
 Delete.addDeleteMarker(Cell kv)
-Advanced use only.
+Deprecated. 
+As of release 2.0.0, this 
will be removed in HBase 3.0.0. Use Delete.add(Cell)
+ instead
+
 
 
-
+
 protected int
 Result.binarySearch(Cell[] kvs,
 byte[] family,
 byte[] qualifier) 
 
-
+
 protected int
 Result.binarySearch(Cell[] kvs,
 byte[] family,
@@ -1114,19 +1123,19 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 Searches for the latest value for the specified 
column.
 
 
-
+
 static Result
 Result.create(Cell[] cells)
 Instantiate a Result with the specified array of 
KeyValues.
 
 
-
+
 static Result
 Result.create(Cell[] cells,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang">Boolean exists,
   boolean stale) 
 
-
+
 static Result
 Result.create(Cell[] cells,
   http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang">Boolean exists,
@@ -1167,12 +1176,12 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   boolean mayHaveMoreCellsInRow) 
 
 
-Increment
-Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Increment
+Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 Mutation
@@ -1185,8 +1194,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 
@@ -1204,67 +1213,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-ColumnPrefixFilter.getNextCellHint(Cell cell) 
+FilterList.getNextCellHint(Cell currentCell) 
 
 
 Cell
-TimestampsFilter.getNextCellHint(Cell currentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(Cell 

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-31 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index a18c338..f81123f 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 ©2007 - 2017 The Apache Software Foundation
 
   File: 2249,
- Errors: 14887,
+ Errors: 14896,
  Warnings: 0,
  Infos: 0
   
@@ -2379,7 +2379,7 @@ under the License.
   0
 
 
-  0
+  1
 
   
   
@@ -9015,7 +9015,7 @@ under the License.
   0
 
 
-  124
+  122
 
   
   
@@ -12795,7 +12795,7 @@ under the License.
   0
 
 
-  16
+  15
 
   
   
@@ -22161,7 +22161,7 @@ under the License.
   0
 
 
-  216
+  212
 
   
   
@@ -24149,7 +24149,7 @@ under the License.
   0
 
 
-  133
+  148
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/coc.html
--
diff --git a/coc.html b/coc.html
index 0f0de49..cf9e34c 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-07-30
+  Last Published: 
2017-07-31
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index c8268f0..e608beb 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-07-30
+  Last Published: 
2017-07-31
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 33bc6e4..7a60ee4 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-07-30
+  Last Published: 
2017-07-31
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index ce035a0..cd80c7c 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Reactor Dependency Convergence
 
@@ -724,7 +724,7 @@
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-30
+  Last Published: 
2017-07-31
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 184478d..ae9a198 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-07-30
+  Last Pub

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a2b2dd19/book.html
--
diff --git a/book.html b/book.html
index 189aea1..b8e8dd8 100644
--- a/book.html
+++ b/book.html
@@ -7207,6 +7207,13 @@ The colon character (:) delimits the column 
family from the column
 
 
 
+
+"com.example.www"
+t5
+contents:html = "…​"
+
+people:author = "John Doe"
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a2b2dd19/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index bd967d8..c38059c 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-07-27
+  Last Published: 
2017-07-28
 
 
 



[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
index 893c059..5273b0c 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
@@ -307,50 +307,56 @@
 
 
 HColumnDescriptor
-HColumnDescriptor.setPrefetchBlocksOnOpen(boolean value)
+HColumnDescriptor.setNewVersionBehavior(boolean newVersionBehavior)
 Deprecated. 
  
 
 
 HColumnDescriptor
-HColumnDescriptor.setScope(int value)
+HColumnDescriptor.setPrefetchBlocksOnOpen(boolean value)
 Deprecated. 
  
 
 
 HColumnDescriptor
+HColumnDescriptor.setScope(int value)
+Deprecated. 
+ 
+
+
+HColumnDescriptor
 HColumnDescriptor.setStoragePolicy(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String value)
 Deprecated. 
 Set the storage policy for use with this family
 
 
-
+
 HColumnDescriptor
 HColumnDescriptor.setTimeToLive(int value)
 Deprecated. 
  
 
-
+
 HColumnDescriptor
 HColumnDescriptor.setTimeToLive(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String value)
 Deprecated. 
  
 
-
+
 HColumnDescriptor
 HColumnDescriptor.setValue(byte[] key,
 byte[] value)
 Deprecated. 
  
 
-
+
 HColumnDescriptor
 HColumnDescriptor.setValue(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String key,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String value)
 Deprecated. 
  
 
-
+
 HColumnDescriptor
 HColumnDescriptor.setVersions(int minVersions,
int maxVersions)
@@ -358,7 +364,7 @@
 Set minimum and maximum versions to keep
 
 
-
+
 protected HColumnDescriptor
 HTableDescriptor.toHColumnDescriptor(ColumnFamilyDescriptor desc)
 Deprecated. 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
index 10157a8..49600f4 100644
--- a/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -276,9 +276,15 @@ public interface 
 boolean
-isPrefetchBlocksOnOpen() 
+isNewVersionBehavior()
+By default, HBase only consider timestamp in versions.
+
 
 
+boolean
+isPrefetchBlocksOnOpen() 
+
+
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 toStringCustomizedValues() 
 
@@ -762,7 +768,7 @@ public interface 
 
 
-
+
 
 toStringCustomizedValues
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String toStringCustomizedValues()
@@ -772,6 +778,18 @@ public interface 
+
+
+
+
+isNewVersionBehavior
+boolean isNewVersionBehavior()
+By default, HBase only consider timestamp in versions. So a 
previous Delete with higher ts
+ will mask a later Put with lower ts. Set this to true to enable new semantics 
of versions.
+ We will also consider mvcc in versions. See HBASE-15968 for details.
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html 
b/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html
index b833231..aea3777 100644
--- a/apidocs/org/apache/hadoop/hbase/client/ColumnFamilyDescriptorBuilder.html
+++ b/apid

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-24 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d5075d7/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index cf4b280..7766266 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 ©2007 - 2017 The Apache Software Foundation
 
   File: 2246,
- Errors: 14830,
+ Errors: 14828,
  Warnings: 0,
  Infos: 0
   
@@ -20005,7 +20005,7 @@ under the License.
   0
 
 
-  4
+  3
 
   
   
@@ -22203,7 +22203,7 @@ under the License.
   0
 
 
-  26
+  27
 
   
   
@@ -24961,7 +24961,7 @@ under the License.
   0
 
 
-  22
+  20
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d5075d7/coc.html
--
diff --git a/coc.html b/coc.html
index 66057ee..721bd2a 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-07-23
+  Last Published: 
2017-07-24
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d5075d7/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index be73ac5..d5979a0 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-07-23
+  Last Published: 
2017-07-24
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d5075d7/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 05cb583..6bc35d1 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-07-23
+  Last Published: 
2017-07-24
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d5075d7/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index d43a3f5..bec568f 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Reactor Dependency Convergence
 
@@ -724,7 +724,7 @@
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-23
+  Last Published: 
2017-07-24
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d5075d7/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index d63cdbf..34e2d2a 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-07-23
+  Last Published: 
2017-07-24
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d5075d7/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index 2e3e5ba..8afad89 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 38e6b6a..cf4b280 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 ©2007 - 2017 The Apache Software Foundation
 
-  File: 2247,
- Errors: 14922,
+  File: 2246,
+ Errors: 14830,
  Warnings: 0,
  Infos: 0
   
@@ -4540,20 +4540,6 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.master.procedure.DispatchMergingRegionsProcedure.java";>org/apache/hadoop/hbase/master/procedure/DispatchMergingRegionsProcedure.java
-
-
-  0
-
-
-  0
-
-
-  60
-
-  
-  
-
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.rest.model.ColumnSchemaModel.java";>org/apache/hadoop/hbase/rest/model/ColumnSchemaModel.java
 
 
@@ -8567,7 +8553,7 @@ under the License.
   0
 
 
-  38
+  36
 
   
   
@@ -11059,7 +11045,7 @@ under the License.
   0
 
 
-  44
+  43
 
   
   
@@ -19207,7 +19193,7 @@ under the License.
   0
 
 
-  270
+  253
 
   
   
@@ -22147,7 +22133,7 @@ under the License.
   0
 
 
-  227
+  216
 
   
   
@@ -24135,7 +24121,7 @@ under the License.
   0
 
 
-  134
+  133
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/coc.html
--
diff --git a/coc.html b/coc.html
index 0d1274e..66057ee 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-07-22
+  Last Published: 
2017-07-23
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 8d2803f..be73ac5 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-07-22
+  Last Published: 
2017-07-23
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 4c094be..05cb583 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-07-22
+  Last Published: 
2017-07-23
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 7c4dedb..d43a3f5 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Reactor Dependency Convergence
 
@@ -724,7 +724,7 @@
 https://www.apache.org/";>The Apache Software 
Foundation.
   

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f391bcef/apidocs/org/apache/hadoop/hbase/HConstants.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/HConstants.html 
b/apidocs/org/apache/hadoop/hbase/HConstants.html
index 32f9a0f..965b56e 100644
--- a/apidocs/org/apache/hadoop/hbase/HConstants.html
+++ b/apidocs/org/apache/hadoop/hbase/HConstants.html
@@ -1408,10 +1408,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 static int
-NORMAL_QOS
-QOS attributes: these attributes are used to demarcate RPC 
call processing
- by different set of handlers.
-
+NORMAL_QOS 
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
@@ -1428,437 +1425,444 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 static int
-QOS_THRESHOLD 
+PRIORITY_UNSET
+QOS attributes: these attributes are used to demarcate RPC 
call processing
+ by different set of handlers.
+
 
 
+static int
+QOS_THRESHOLD 
+
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 RECOVERED_EDITS_DIR 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGION_IMPL 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGION_SERVER_HANDLER_ABORT_ON_ERROR_PERCENT 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGION_SERVER_HANDLER_COUNT 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGION_SERVER_HIGH_PRIORITY_HANDLER_COUNT 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGION_SERVER_IMPL
 Parameter name for what region server implementation to 
use.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGION_SERVER_REPLICATION_HANDLER_COUNT 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGION_SPLIT_THREADS_MAX
 The max number of threads used for splitting storefiles in 
parallel during
  the region split process.
 
 
-
+
 static byte[]
 REGIONINFO_QUALIFIER
 The regioninfo column qualifier
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGIONINFO_QUALIFIER_STR
 The RegionInfo qualifier as a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGIONSERVER_INFO_PORT
 A configuration key for regionserver info port
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGIONSERVER_INFO_PORT_AUTO
 A flag that enables automatic selection of regionserver 
info port
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGIONSERVER_METRICS_PERIOD
 The period (in milliseconds) between computing region 
server point in time metrics
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REGIONSERVER_PORT
 Parameter name for port region server listens on.
 
 
-
+
 static int
 REPLAY_QOS 
 
-
+
 static byte[]
 REPLICATION_BARRIER_FAMILY
 The replication barrier family
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REPLICATION_BARRIER_FAMILY_STR
 The replication barrier family as a string
 
 
-
+
 static boolean
 REPLICATION_BULKLOAD_ENABLE_DEFAULT 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REPLICATION_BULKLOAD_ENABLE_KEY 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REPLICATION_CLUSTER_ID
 Replication cluster id of source cluster which uniquely 
identifies itself with peer cluster
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 REPLICATION_CODEC_CONF_KEY
 Configuration key for setting replication codec class 
name
 
 
-
+
 static http://do

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-21 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca5b0275/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
index b175fd3..4fed5d0 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -510,7 +510,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 As of release 2.0.0.
  (https://issues.apache.org/jira/browse/HBASE-1989";>HBASE-1989).
  This will be removed in HBase 3.0.0.
- Use Admin.addColumnFamily(TableName,
 HColumnDescriptor).
+ Use Admin.addColumnFamily(TableName,
 ColumnFamilyDescriptor).
 
 
 
@@ -523,15 +523,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-Admin.addColumnFamily(TableName tableName,
-   HColumnDescriptor columnFamily)
+Admin.addColumnFamily(TableName tableName,
+   ColumnFamilyDescriptor columnFamily)
 Add a column family to an existing table.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true";
 title="class or interface in java.util.concurrent">FutureVoid>
-Admin.addColumnFamilyAsync(TableName tableName,
-HColumnDescriptor columnFamily)
+Admin.addColumnFamilyAsync(TableName tableName,
+ColumnFamilyDescriptor columnFamily)
 Add a column family to an existing table.
 
 
@@ -966,7 +966,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 As of release 2.0.0.
  (https://issues.apache.org/jira/browse/HBASE-1989";>HBASE-1989).
  This will be removed in HBase 3.0.0.
- Use Admin.modifyColumnFamily(TableName,
 HColumnDescriptor).
+ Use Admin.modifyColumnFamily(TableName,
 ColumnFamilyDescriptor).
 
 
 
@@ -979,15 +979,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-Admin.modifyColumnFamily(TableName tableName,
-  HColumnDescriptor columnFamily)
+Admin.modifyColumnFamily(TableName tableName,
+  ColumnFamilyDescriptor columnFamily)
 Modify an existing column family on a table.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true";
 title="class or interface in java.util.concurrent">FutureVoid>
-Admin.modifyColumnFamilyAsync(TableName tableName,
-   HColumnDescriptor columnFamily)
+Admin.modifyColumnFamilyAsync(TableName tableName,
+   ColumnFamilyDescriptor columnFamily)
 Modify an existing column family on a table.
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca5b0275/apidocs/org/apache/hadoop/hbase/client/Admin.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Admin.html 
b/apidocs/org/apache/hadoop/hbase/client/Admin.html
index 98da31f..5b6e63e 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Admin.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Admin.html
@@ -167,21 +167,21 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 As of release 2.0.0.
  (https://issues.apache.org/jira/browse/HBASE-1989";>HBASE-1989).
  This will be removed in HBase 3.0.0.
- Use addColumnFamily(TableName,
 HColumnDescriptor).
+ Use addColumnFamily(TableName,
 ColumnFamilyDescriptor).
 
 
 
 
 void
-addColumnFamily(TableName tableName,
-   HColumnDescriptor columnFamily)
+addColumnFamily(TableName tableName,
+   ColumnFamilyDescriptor columnFamily)
 Add a column family to an existing table.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true";
 title="class or interface in java.util.concurrent">FutureVoid>
-addColumnFamilyAsync(TableName tableName,
-HColumnDescriptor columnFamily)
+addColumnFamilyAsync(TableName tableName,
+ColumnFamilyDescriptor columnFamily)
 Add a column family to an existing table.
 
 
@@ -1203,21 +1203,21 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 As of release 2.0.0.
  (https://issues.apache.org/jira/browse/HBASE-1989";>HBASE-1989).
  This will be removed in HBase 3.0.0.
- Use modifyColumnFamily(TableName,
 HColumnDescriptor).
+  

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index bdbdd1e..50bd7e0 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Checkstyle Results
 
@@ -289,7 +289,7 @@
 2247
 0
 0
-14813
+14814
 
 Files
 
@@ -6592,7 +6592,7 @@
 org/apache/hadoop/hbase/util/ByteBufferArray.java
 0
 0
-6
+7
 
 org/apache/hadoop/hbase/util/ByteBufferUtils.java
 0
@@ -7351,7 +7351,7 @@
 ordered: "true"
 sortStaticImportsAlphabetically: "true"
 option: "top"
-945
+946
  Error
 
 
@@ -11222,31 +11222,31 @@
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-332
+330
 
  Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-333
+331
 
  Error
 sizes
 LineLength
 Line is longer than 100 characters (found 104).
-420
+418
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-426
+424
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-427
+425
 
 org/apache/hadoop/hbase/MetaMutationAnnotation.java
 
@@ -19157,19 +19157,19 @@
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-196
+190
 
  Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-197
+191
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-198
+192
 
 org/apache/hadoop/hbase/client/RegionCoprocessorRpcChannel.java
 
@@ -19259,7 +19259,7 @@
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-130
+129
 
 org/apache/hadoop/hbase/client/RegionServerCoprocessorRpcChannelImpl.java
 
@@ -24149,37 +24149,37 @@
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-107
+108
 
  Error
 blocks
 EmptyBlock
 Must have at least one statement.
-160
+161
 
  Error
 coding
 InnerAssignment
 Inner assignments should be avoided.
-222
+223
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-405
+406
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-586
+587
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-587
+588
 
 org/apache/hadoop/hbase/coprocessor/AggregateImplementation.java
 
@@ -38006,13 +38006,13 @@
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-1252
+1246
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-1289
+1283
 
 org/apache/hadoop/hbase/mapreduce/MultiTableHFileOutputFormat.java
 
@@ -40016,7 +40016,7 @@
 blocks
 LeftCurly
 '{' at column 29 should have line break after.
-142
+137
 
 org/apache/hadoop/hbase/master/HMaster.java
 
@@ -57884,13 +57884,13 @@
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-2877
+2876
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-2904
+2903
 
  Error
 sizes
@@ -57902,901 +57902,901 @@
 sizes
 LineLength
 Line is longer than 100 characters (found 102).
-3317
+3313
 
  Error
 sizes
 LineLength
 Line is longer than 100 characters (found 102).
-3444
+3440
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-3506
+3502
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-3565
+3561
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-3566
+3562
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-3871
+3867
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-3882
+3878
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-3924
+3920
 
  Error
 indentation
 Indentation
 'if' have incorrect indentation level 3, expected level should be 4.
-3956
+3952
 
  Error
 indentation
 Indentation
 'if' child have incorrect indentation level 5, expected level should be 
6.
-3957
+3953
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-3966
+3962
 
  Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-4134
+4130
 
  Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-4136
+4132
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-4137
+4133
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-4158
+4154
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-4165
+4161
 
  Error
 sizes
 MethodLength
 Method length is 197 lines (max allowed is 150).
-4247
+4243
 
  Error
 indentation
 Indenta

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/17128d27/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index 4f755c4..116a508 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170714145012)
-  /CreationDate (D:20170714145012)
+  /ModDate (D:20170715145017)
+  /CreationDate (D:20170715145017)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/17128d27/apidocs/deprecated-list.html
--
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index 42e72e8..0c027db 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -780,6 +780,18 @@
 
 
 
+org.apache.hadoop.hbase.client.Admin.splitRegion(byte[])
+Since 2.0. Will be removed 
in 3.0. Use
+ Admin.splitRegionAsync(byte[],
 byte[]) instead.
+
+
+
+org.apache.hadoop.hbase.client.Admin.splitRegion(byte[],
 byte[])
+Since 2.0. Will be removed 
in 3.0. Use
+ Admin.splitRegionAsync(byte[],
 byte[]) instead.
+
+
+
 org.apache.hadoop.hbase.CellUtil.tagsIterator(byte[],
 int, int)
 As of 2.0.0 and will be 
removed in 3.0.0
  Instead use CellUtil.tagsIterator(Cell)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/17128d27/apidocs/index-all.html
--
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 0e478fa..e9a4ac4 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -15773,11 +15773,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 splitRegion(byte[])
 - Method in interface org.apache.hadoop.hbase.client.Admin
 
-Split an individual region.
+Deprecated.
+Since 2.0. Will be removed 
in 3.0. Use
+ Admin.splitRegionAsync(byte[],
 byte[]) instead.
+
 
 splitRegion(byte[],
 byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
 
-Split an individual region.
+Deprecated.
+Since 2.0. Will be removed 
in 3.0. Use
+ Admin.splitRegionAsync(byte[],
 byte[]) instead.
+
 
 splitRegion(byte[])
 - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
 
@@ -15789,6 +15795,10 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 splitRegion(RpcController,
 MasterProtos.SplitTableRegionRequest) - Method in class 
org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
  
+splitRegionAsync(byte[],
 byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
+
+Split an individual region.
+
 splitStoreFile(LoadIncrementalHFiles.LoadQueueItem,
 Table, byte[], byte[]) - Method in class 
org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
  
 src - 
Variable in class org.apache.hadoop.hbase.types.StructIterator



[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2777c693/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 531823a..a34b149 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -6298,96 +6298,103 @@ service.
long before) 
 
 
+private ScannerContext.NextState
+StoreScanner.needToReturn(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult)
+If the top cell won't be flushed into disk, the new top 
cell may be
+ changed after #reopenAfterFlush.
+
+
+
 boolean
 StoreScanner.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult) 
 
-
+
 boolean
 InternalScanner.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List results)
 Grab the next row's worth of values.
 
 
-
+
 boolean
 KeyValueHeap.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result)
 Gets the next row of keys from the top-most scanner.
 
 
-
+
 boolean
 HRegion.RegionScannerImpl.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResults) 
 
-
+
 boolean
 StoreScanner.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult,
 ScannerContext scannerContext)
 Get the next row of values from this Store.
 
 
-
+
 boolean
 MobStoreScanner.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult,
 ScannerContext ctx)
 Firstly reads the cells from the HBase.
 
 
-
+
 boolean
 InternalScanner.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result,
 ScannerContext scannerContext)
 Grab the next row's worth of values.
 
 
-
+
 boolean
 KeyValueHeap.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result,
 ScannerContext scannerContext) 
 
-
+
 boolean
 HRegion.RegionScannerImpl.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResults,
 ScannerContext scannerContext) 
 
-
+
 boolean
 ReversedMobStoreScanner.next(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResult,
 ScannerContext ctx)
 Firstly reads the cells from the HBase.
 
 
-
+
 private boolean
 HRegion.RegionScannerImpl.nextInternal(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List results,
 ScannerContext scannerContext) 
 
-
+
 boolean
 RegionScanner.nextRaw(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result)
 Grab the next row's worth of values.
 
 
-
+
 boolean
 HRegion.RegionScannerImpl.nextRaw(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResults) 
 
-
+
 boolean
 RegionScanner.nextRaw(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List result,
ScannerContext scannerContext)
 Grab the next row's worth of values.
 
 
-
+
 boolean
 HRegion.RegionScannerImpl.nextRaw(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List outResults,
ScannerContext scannerContext) 
 
-
+
 private boolean
 HRegion.RegionScannerImpl.populateFromJoinedHeap(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List results,
   ScannerContext scannerContext) 
 
-
+
 private boolean
 HRegion.RegionScannerImpl.populateResult(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List results,
   KeyValueHeap heap,
@@ -6397,17 +6404,17 @@ service.
  reached, or remainingResultSize (if not -1) is reaced
 
 
-
+
 void
 RegionCoprocessorHost.postGet(Get get,
http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/90c7dfe4/apidocs/org/apache/hadoop/hbase/client/security/class-use/SecurityCapability.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/client/security/class-use/SecurityCapability.html
 
b/apidocs/org/apache/hadoop/hbase/client/security/class-use/SecurityCapability.html
index 9d705f6..e05439f 100644
--- 
a/apidocs/org/apache/hadoop/hbase/client/security/class-use/SecurityCapability.html
+++ 
b/apidocs/org/apache/hadoop/hbase/client/security/class-use/SecurityCapability.html
@@ -109,6 +109,10 @@
 
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
+AsyncAdmin.getSecurityCapabilities() 
+
+
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 Admin.getSecurityCapabilities()
 Return the set of supported security capabilities.



[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-10 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0821e51a/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 81d6ee0..3f51398 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Checkstyle Results
 
@@ -286,10 +286,10 @@
  Warnings
  Errors
 
-2242
+2244
 0
 0
-14785
+14778
 
 Files
 
@@ -762,7 +762,7 @@
 org/apache/hadoop/hbase/client/AsyncAdmin.java
 0
 0
-15
+16
 
 org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
 0
@@ -2044,5030 +2044,5030 @@
 0
 1
 
-org/apache/hadoop/hbase/io/asyncfs/AsyncFSOutput.java
+org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.java
 0
 0
 1
 
-org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.java
-0
-0
-2
-
 org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.java
 0
 0
-2
-
+1
+
 org/apache/hadoop/hbase/io/compress/Compression.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/io/crypto/Cipher.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/crypto/Context.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/crypto/Decryptor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/io/crypto/Encryption.java
 0
 0
 53
-
+
 org/apache/hadoop/hbase/io/crypto/Encryptor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/io/crypto/KeyProvider.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/crypto/aes/AES.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/crypto/aes/AESDecryptor.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/crypto/aes/AESEncryptor.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/crypto/aes/CommonsCryptoAES.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/crypto/aes/CommonsCryptoAESDecryptor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/io/crypto/aes/CommonsCryptoAESEncryptor.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/crypto/aes/CryptoAES.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.java
 0
 0
 15
-
+
 org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/io/encoding/EncodedDataBlock.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/encoding/HFileBlockDecodingContext.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/encoding/HFileBlockDefaultEncodingContext.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/encoding/HFileBlockEncodingContext.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/io/encoding/RowIndexCodecV1.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/encoding/RowIndexSeekerV1.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/hadoopbackport/ThrottledInputStream.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/hfile/BlockCache.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/hfile/BlockCacheKey.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/BlockCacheUtil.java
 0
 0
 23
-
+
 org/apache/hadoop/hbase/io/hfile/BlockCachesIterator.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/hfile/BlockType.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/hfile/CacheConfig.java
 0
 0
 12
-
+
 org/apache/hadoop/hbase/io/hfile/CacheStats.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/hfile/CacheableDeserializerIdManager.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/io/hfile/ChecksumUtil.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/CombinedBlockCache.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/CompoundBloomFilter.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/CompoundBloomFilterBase.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/CompoundBloomFilterWriter.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/CorruptHFileException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.java
 0
 0
 14
-
+
 org/apache/hadoop/hbase/io/hfile/HFile.java
 0
 0
 37
-
+
 org/apache/hadoop/hbase/io/hfile/HFileBlock.java
 0
 0
 46
-
+
 org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.java
 0
 0
 37
-
+
 org/apache/hadoop/hbase/io/hfile/HFileContext.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/hfile/HFileDataBlockEncoder.java
 0
 0
 13
-
+
 org/apache/hadoop/hbase/io/hfile/HFileDataBlockEncoderImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
 0
 0
 14
-
+
 org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.java
 0
 0
 52
-
+
 org/apache/hadoop/hbase/io/hfile/HFileScanner.java
 0
 0
 22
-
+
 org/apache/hadoop/hbase/io/hfile/HFileUtil.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/io/hfile/HFileWriterImpl.java
 0
 0
 23
-
+
 org/apache/hadoop/hbase/io/hfile/LruBlockCache.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/io/hfile/LruCachedBlock.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/io/hfile/LruCachedBlockQueue.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/io/hfile/MemcachedBlockCache.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/io/hfile/NoOpDataBlockEncoder.j

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
index 09921d4..cdfccb8 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -25,944 +25,961 @@
 017 */
 018package org.apache.hadoop.hbase.client;
 019
-020import java.io.IOException;
-021import java.util.List;
-022import java.util.Collection;
-023import java.util.Map;
-024import java.util.Optional;
-025import 
java.util.concurrent.CompletableFuture;
-026import java.util.regex.Pattern;
-027
-028import 
org.apache.hadoop.hbase.ClusterStatus;
-029import 
org.apache.hadoop.hbase.HRegionInfo;
-030import 
org.apache.hadoop.hbase.ProcedureInfo;
-031import 
org.apache.hadoop.hbase.RegionLoad;
-032import 
org.apache.hadoop.hbase.ServerName;
-033import 
org.apache.hadoop.hbase.NamespaceDescriptor;
-034import 
org.apache.hadoop.hbase.TableName;
-035import 
org.apache.hadoop.hbase.classification.InterfaceAudience;
-036import 
org.apache.hadoop.hbase.quotas.QuotaFilter;
-037import 
org.apache.hadoop.hbase.quotas.QuotaSettings;
-038import 
org.apache.hadoop.hbase.client.replication.TableCFs;
-039import 
org.apache.hadoop.hbase.replication.ReplicationPeerConfig;
-040import 
org.apache.hadoop.hbase.replication.ReplicationPeerDescription;
-041import 
org.apache.hadoop.hbase.util.Pair;
-042
-043/**
-044 * The asynchronous administrative API 
for HBase.
-045 * 

-046 * This feature is still under development, so marked as IA.Private. Will change to public when -047 * done. Use it with caution. -048 */ -049@InterfaceAudience.Public -050public interface AsyncAdmin { -051 -052 /** -053 * @param tableName Table to check. -054 * @return True if table exists already. The return value will be wrapped by a -055 * {@link CompletableFuture}. -056 */ -057 CompletableFuture tableExists(TableName tableName); -058 -059 /** -060 * List all the userspace tables. -061 * @return - returns a list of TableDescriptors wrapped by a {@link CompletableFuture}. -062 * @see #listTables(Optional, boolean) -063 */ -064 default CompletableFuture> listTables() { -065return listTables(Optional.empty(), false); -066 } -067 -068 /** -069 * List all the tables matching the given pattern. -070 * @param pattern The compiled regular expression to match against -071 * @param includeSysTables False to match only against userspace tables -072 * @return - returns a list of TableDescriptors wrapped by a {@link CompletableFuture}. -073 */ -074 CompletableFuture> listTables(Optional pattern, -075 boolean includeSysTables); -076 -077 /** -078 * List all of the names of userspace tables. -079 * @return a list of table names wrapped by a {@link CompletableFuture}. -080 * @see #listTableNames(Optional, boolean) -081 */ -082 default CompletableFuture> listTableNames() { -083return listTableNames(Optional.empty(), false); -084 } -085 -086 /** -087 * List all of the names of userspace tables. -088 * @param pattern The regular expression to match against -089 * @param includeSysTables False to match only against userspace tables -090 * @return a list of table names wrapped by a {@link CompletableFuture}. -091 */ -092 CompletableFuture> listTableNames(Optional pattern, -093 boolean includeSysTables); -094 -095 /** -096 * Method for getting the tableDescriptor -097 * @param tableName as a {@link TableName} -098 * @return the read-only tableDescriptor wrapped by a {@link CompletableFuture}. -099 */ -100 CompletableFuture getTableDescriptor(TableName tableName); -101 -102 /** -103 * Creates a new table. -104 * @param desc table descriptor for table -105 */ -106 default CompletableFuture createTable(TableDescriptor desc) { -107return createTable(desc, Optional.empty()); -108 } -109 -110 /** -111 * Creates a new table with the specified number of regions. The start key specified will become -112 * the end key of the first region of the table, and the end key specified will become the start -113 * key of the last region of the table (the first region has a null start key and the last region -114 * has a null end key). BigInteger math will be used to divide the key range specified into enough -115 * segments to make the required number of total regions. -116 * @param desc table descriptor for table -117 * @param startKey beginning of key range -118 * @param endKey end of key range -119 * @param numRegions the total number of regions to create -120 */ -121 Comple


[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-08 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9fb0764b/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index 0a96560..eccc78e 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170707144950)
-  /CreationDate (D:20170707144950)
+  /ModDate (D:20170708144945)
+  /CreationDate (D:20170708144945)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9fb0764b/apidocs/deprecated-list.html
--
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index 8c09782..61c560e 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -252,6 +252,30 @@
 org.apache.hadoop.hbase.mapreduce.CellCreator.create(byte[],
 int, int, byte[], int, int, byte[], int, int, long, byte[], int, int, 
String)
 
 
+org.apache.hadoop.hbase.client.Admin.createTable(HTableDescriptor)
+since 2.0 version and will 
be removed in 3.0 version.
+ use Admin.createTable(TableDescriptor)
+
+
+
+org.apache.hadoop.hbase.client.Admin.createTable(HTableDescriptor,
 byte[][])
+since 2.0 version and will 
be removed in 3.0 version.
+ use Admin.createTable(TableDescriptor,
 byte[][])
+
+
+
+org.apache.hadoop.hbase.client.Admin.createTable(HTableDescriptor,
 byte[], byte[], int)
+since 2.0 version and will 
be removed in 3.0 version.
+ use Admin.createTable(TableDescriptor,
 byte[], byte[], int)
+
+
+
+org.apache.hadoop.hbase.client.Admin.createTableAsync(HTableDescriptor,
 byte[][])
+since 2.0 version and will 
be removed in 3.0 version.
+ use Admin.createTableAsync(TableDescriptor,
 byte[][])
+
+
+
 org.apache.hadoop.hbase.client.Admin.deleteColumn(TableName,
 byte[])
 As of release 2.0.0.
  (https://issues.apache.org/jira/browse/HBASE-1989";>HBASE-1989).
@@ -260,6 +284,22 @@
 
 
 
+org.apache.hadoop.hbase.client.Admin.deleteTables(Pattern)
+since 2.0 version and will 
be removed in 3.0 version
+ This is just a trivial helper method without any magic.
+ Consider using Admin.listTableDescriptors(java.util.regex.Pattern)
+ and Admin.enableTable(org.apache.hadoop.hbase.TableName)
+
+
+
+org.apache.hadoop.hbase.client.Admin.deleteTables(String)
+since 2.0 version and will 
be removed in 3.0 version
+ This is just a trivial helper method without any magic.
+ Consider using Admin.listTableDescriptors(java.lang.String)
+ and Admin.enableTable(org.apache.hadoop.hbase.TableName)
+
+
+
 org.apache.hadoop.hbase.client.replication.ReplicationAdmin.disablePeer(String)
 use Admin.disableReplicationPeer(String)
  instead
@@ -272,6 +312,22 @@
 
 
 
+org.apache.hadoop.hbase.client.Admin.disableTables(Pattern)
+since 2.0 version and will 
be removed in 3.0 version
+ This is just a trivial helper method without any magic.
+ Consider using Admin.listTableDescriptors(java.util.regex.Pattern)
+ and Admin.disableTable(org.apache.hadoop.hbase.TableName)
+
+
+
+org.apache.hadoop.hbase.client.Admin.disableTables(String)
+since 2.0 version and will 
be removed in 3.0 version
+ This is just a trivial helper method without any magic.
+ Consider using Admin.listTableDescriptors(java.lang.String)
+ and Admin.disableTable(org.apache.hadoop.hbase.TableName)
+
+
+
 org.apache.hadoop.hbase.client.replication.ReplicationAdmin.enablePeer(String)
 use Admin.enableReplicationPeer(String)
  instead
@@ -284,6 +340,22 @@
 
 
 
+org.apache.hadoop.hbase.client.Admin.enableTables(Pattern)
+since 2.0 version and will 
be removed in 3.0 version
+ This is just a trivial helper method without any magic.
+ Consider using Admin.listTableDescriptors(java.util.regex.Pattern)
+ and Admin.enableTable(org.apache.hadoop.hbase.TableName)
+
+
+
+org.apache.hadoop.hbase.client.Admin.enableTables(String)
+since 2.0 version and will 
be removed in 3.0 version
+ This is just a trivial helper method without any magic.
+ Consider using Admin.listTableDescriptors(java.lang.String)
+ and Admin.enableTable(org.apache.hadoop.hbase.TableName)
+
+
+
 org.apache.hadoop.hbase.rest.client.RemoteHTable.exists(List)
 
 
@@ -428,6 +500,30 @@
 
 
 
+org.apache.hadoop.hbase.client.Table.getTableDescriptor()
+since 2.0 version and will 
be removed in 3.0 version.
+ use Table.getDescriptor()
+
+
+
+org.apache.hadoop.hbase.client.Admin.getTableDescriptor(TableName)
+since 2.0 version and will 
be removed in 3.0 version.
+   

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-06 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b3b50f22/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 4c7cee5..ada4075 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 ©2007 - 2017 The Apache Software Foundation
 
   File: 2242,
- Errors: 14677,
+ Errors: 14686,
  Warnings: 0,
  Infos: 0
   
@@ -12025,7 +12025,7 @@ under the License.
   0
 
 
-  1
+  3
 
   
   
@@ -12669,7 +12669,7 @@ under the License.
   0
 
 
-  47
+  46
 
   
   
@@ -16827,7 +16827,7 @@ under the License.
   0
 
 
-  26
+  27
 
   
   
@@ -19193,7 +19193,7 @@ under the License.
   0
 
 
-  267
+  269
 
   
   
@@ -19753,7 +19753,7 @@ under the License.
   0
 
 
-  2
+  3
 
   
   
@@ -22343,7 +22343,7 @@ under the License.
   0
 
 
-  31
+  34
 
   
   
@@ -25465,7 +25465,7 @@ under the License.
   0
 
 
-  13
+  14
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b3b50f22/coc.html
--
diff --git a/coc.html b/coc.html
index 3b1241e..b276561 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-07-05
+  Last Published: 
2017-07-07
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b3b50f22/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 295eae5..5aa0eb6 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-07-05
+  Last Published: 
2017-07-07
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b3b50f22/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 74f575b..de0ecc6 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-07-05
+  Last Published: 
2017-07-07
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b3b50f22/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 6c8926e..1152bdf 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Reactor Dependency Convergence
 
@@ -663,7 +663,7 @@
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-05
+  Last Published: 
2017-07-07
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b3b50f22/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 3a1581b

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca9f6925/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index 5e5c989..e55c24a 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170703144952)
-  /CreationDate (D:20170703144952)
+  /ModDate (D:20170705145001)
+  /CreationDate (D:20170705145001)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca9f6925/apidocs/allclasses-frame.html
--
diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html
index ab8189c..b6d25df 100644
--- a/apidocs/allclasses-frame.html
+++ b/apidocs/allclasses-frame.html
@@ -17,6 +17,7 @@
 Admin
 Append
 AsyncAdmin
+AsyncAdminBuilder
 AsyncConnection
 AsyncTable
 AsyncTableBase

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca9f6925/apidocs/allclasses-noframe.html
--
diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html
index cb55196..e4096a9 100644
--- a/apidocs/allclasses-noframe.html
+++ b/apidocs/allclasses-noframe.html
@@ -17,6 +17,7 @@
 Admin
 Append
 AsyncAdmin
+AsyncAdminBuilder
 AsyncConnection
 AsyncTable
 AsyncTableBase

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca9f6925/apidocs/index-all.html
--
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 9cf61e6..ec234ab 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -550,6 +550,10 @@
 
 The asynchronous administrative API for HBase.
 
+AsyncAdminBuilder - Interface in org.apache.hadoop.hbase.client
+
+For creating AsyncAdmin.
+
 AsyncConnection - Interface in org.apache.hadoop.hbase.client
 
 The asynchronous version of Connection.
@@ -815,6 +819,10 @@
 
 BufferedMutatorParams(TableName)
 - Constructor for class org.apache.hadoop.hbase.client.BufferedMutatorParams
  
+build()
 - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
+
+Create a AsyncAdmin instance.
+
 build()
 - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
 
 Create the AsyncTable or RawAsyncTable instance.
@@ -2558,7 +2566,7 @@
 
 Creates a new table with the specified number of 
regions.
 
-createTable(TableDescriptor,
 byte[][]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
+createTable(TableDescriptor,
 Optional) - Method in interface 
org.apache.hadoop.hbase.client.AsyncAdmin
 
 Creates a new table with an initial set of empty regions 
defined by the specified split keys.
 
@@ -5197,7 +5205,11 @@
  
 getAdmin()
 - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
 
-Retrieve an AsyncAdmin implementation to administer an 
HBase cluster.
+Retrieve an AsyncAdmin implementation to 
administer an HBase cluster.
+
+getAdmin(ExecutorService)
 - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
+
+Retrieve an AsyncAdmin implementation to 
administer an HBase cluster.
 
 getAdmin()
 - Method in interface org.apache.hadoop.hbase.client.Connection
 
@@ -5207,6 +5219,14 @@
 
 Allows subclasses to get the Admin.
 
+getAdminBuilder()
 - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
+
+Returns an AsyncAdminBuilder for 
creating AsyncAdmin.
+
+getAdminBuilder(ExecutorService)
 - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
+
+Returns an AsyncAdminBuilder for 
creating AsyncAdmin.
+
 getAliasPassword(String)
 - Method in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
  
 getAll(List)
 - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
@@ -5606,8 +5626,6 @@
 
 getConnection()
 - Method in interface org.apache.hadoop.hbase.client.Admin
  
-getConnection()
 - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
- 
 getConsistency()
 - Method in class org.apache.hadoop.hbase.client.Query
 
 Returns the consistency level for this operation
@@ -9861,7 +9879,7 @@
 
 List completed snapshots.
 
-listSnapshots(Pattern)
 - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
+listSnapshots(Optional)
 - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
 
 List all the completed snapshots matching the given 
pattern.
 
@@ -14334,6 +14352,10 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 setLoadColumnFamiliesOnDemand(boolean)
 - Method in class org.apache.hadoop.hbase.client.Scan
  
+setMaxAttempts(int)
 - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e3b63ca/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index 15c5be6..a604da0 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170626145009)
-  /CreationDate (D:20170626145009)
+  /ModDate (D:20170627145011)
+  /CreationDate (D:20170627145011)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e3b63ca/book.html
--
diff --git a/book.html b/book.html
index ede710c..c1376a3 100644
--- a/book.html
+++ b/book.html
@@ -27586,24 +27586,157 @@ FreeNode offers a web-based client, but most people 
prefer a native client, and
 If it’s either a new feature request, enhancement, or a bug, file a 
ticket.
 
 
+We track multiple types of work in JIRA:
+
+
+
+
+Bug: Something is broken in HBase itself.
+
+
+Test: A test is needed, or a test is broken.
+
+
+New feature: You have an idea for new functionality. It’s often best 
to bring
+these up on the mailing lists first, and then write up a design specification
+that you add to the feature request JIRA.
+
+
+Improvement: A feature exists, but could be tweaked or augmented. 
It’s often
+best to bring these up on the mailing lists first and have a discussion, then
+summarize or link to the discussion if others seem interested in the
+improvement.
+
+
+Wish: This is like a new feature, but for something you may not have the
+background to flesh out yourself.
+
+
+
+
+Bugs and tests have the highest priority and should be actionable.
+
+
+143.4.1. Guidelines for 
reporting effective issues
+
+
+
+Search for duplicates: Your issue may have already been 
reported. Have a
+look, realizing that someone else might have worded the summary 
differently.
+
+Also search the mailing lists, which may have information about your problem
+and how to work around it. Don’t file an issue for something that has 
already
+been discussed and resolved on a mailing list, unless you strongly disagree
+with the resolution and are willing to help take the issue 
forward.
+
+
+
+
+Discuss in public: Use the mailing lists to discuss what 
you’ve discovered
+and see if there is something you’ve missed. Avoid using back channels, 
so
+that you benefit from the experience and expertise of the project as a 
whole.
+
+
+Don’t file on behalf of others: You might not have 
all the context, and you
+don’t have as much motivation to see it through as the person who is 
actually
+experiencing the bug. It’s more helpful in the long term to encourage 
others
+to file their own issues. Point them to this material and offer to help out
+the first time or two.
+
+
+Write a good summary: A good summary includes information 
about the problem,
+the impact on the user or developer, and the area of the code.
+
+
+
+Good: Address new license dependencies from hadoop3-alpha4
+
+
+Room for improvement: Canary is broken
+
+If you write a bad title, someone else will rewrite it for you. This is time
+they could have spent working on the issue instead.
+
+
+
+
+
+
+Give context in the description: It can be good to think 
of this in multiple
+parts:
+
+
+
+What happens or doesn’t happen?
+
+
+How does it impact you?
+
+
+How can someone else reproduce it?
+
+
+What would "fixed" look like?
+
+You don’t need to know the answers for all of these, but give as much
+information as you can. If you can provide technical information, such as a
+Git commit SHA that you think might have caused the issue or a build failure
+on builds.apache.org where you think the issue first showed up, share that
+info.
+
+
+
+
+
+
+Fill in all relevant fields: These fields help us filter, 
categorize, and
+find things.
+
+
+One bug, one issue, one patch: To help with back-porting, 
don’t split issues
+or fixes among multiple bugs.
+
+
+Add value if you can: Filing issues is great, even if you 
don’t know how to
+fix them. But providing as much information as possible, being willing to
+triage and answer questions, and being willing to test potential fixes is even
+better! We want to fix your issue as quickly as you want it to be fixed.
+
+
+Don’t be upset if we don’t fix it: Time and 
resources are finite. In some
+cases, we may not be able to (or might choose not to) fix an issue, especially
+if it is an edge case or there is a workaround. Even if it doesn’t get 
fixed,
+the JIRA is a public record of it, and will help others out if they run into
+a similar issue in the future.
+
+
+
+
+
+
+
+
+143.4.2. Working on an issue
+
 To check for existing issues which you can tackle as a beginner, search for 
https://issues.apache.org/jira/

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html 
b/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
index 884a80b..f8f8032 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
@@ -294,12 +294,18 @@
 
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
+AsyncAdmin.getOnlineRegions(ServerName sn)
+Get all the online regions on a region server.
+
+
+
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 Admin.getOnlineRegions(ServerName sn)
 Get all the online regions on a region server.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 Admin.getTableRegions(TableName tableName)
 Get the regions of a given table.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
index e8d208b..1c1e5db 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html
@@ -184,6 +184,27 @@
 
 
 
+Methods in org.apache.hadoop.hbase.client
 that return types with arguments of type NamespaceDescriptor 
+
+Modifier and Type
+Method and Description
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture
+AsyncAdmin.getNamespaceDescriptor(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+Get a namespace descriptor by name
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
+AsyncAdmin.listNamespaceDescriptors()
+List available namespace descriptors
+
+
+
+
+
 Methods in org.apache.hadoop.hbase.client
 with parameters of type NamespaceDescriptor 
 
 Modifier and Type
@@ -191,17 +212,29 @@
 
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
+AsyncAdmin.createNamespace(NamespaceDescriptor descriptor)
+Create a new namespace.
+
+
+
 void
 Admin.createNamespace(NamespaceDescriptor descriptor)
 Create a new namespace.
 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true";
 title="class or interface in java.util.concurrent">FutureVoid>
 Admin.createNamespaceAsync(NamespaceDescriptor descriptor)
 Create a new namespace
 
 
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
+AsyncAdmin.modifyNamespace(NamespaceDescriptor descriptor)
+Modify an existing namespace.
+
+
 
 void
 Admin.modifyNamespace(NamespaceDescriptor descriptor)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html 
b/apidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html
index ef00a0d..af3b32b 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html
@@ -150,6 +150,21 @@
 
 
 
+
+Methods in org.apache.hadoop.hbase.client
 that return types with arguments of type ProcedureInfo 
+

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a719cd00/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
index f5740dc..940e7a2 100644
--- a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
@@ -89,11 +89,11 @@
 Annotation Type Hierarchy
 
 org.apache.hadoop.hbase.classification.InterfaceAudience.Private (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceStability.Unstable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceAudience.Public (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceStability.Evolving (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
+org.apache.hadoop.hbase.classification.InterfaceStability.Unstable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Stable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
+org.apache.hadoop.hbase.classification.InterfaceStability.Evolving (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
+org.apache.hadoop.hbase.classification.InterfaceAudience.Public (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a719cd00/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
index 96181a5..973a226 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html
@@ -528,25 +528,25 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.client.AbstractResponse.ResponseType
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.IsolationLevel
+org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows
+org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
+org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.Retry
+org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller.ScanControllerState
 org.apache.hadoop.hbase.client.TableState.State
-org.apache.hadoop.hbase.client.CompactionState
+org.apache.hadoop.hbase.client.HBaseAdmin.ReplicationState
+org.apache.hadoop.hbase.client.RegionLocateType
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.Consistency
+org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
 org.apache.hadoop.hbase.client.AsyncScanSingleRegionRpcRetryingCaller.ScanResumerState
 org.apache.hadoop.hbase.client.MasterSwitchType
-org.apache.hadoop.hbase

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-10 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/476c54ed/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 111aa1f..0546f2f 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 ©2007 - 2017 The Apache Software Foundation
 
-  File: 2231,
- Errors: 14590,
+  File: 2232,
+ Errors: 14594,
  Warnings: 0,
  Infos: 0
   
@@ -6005,7 +6005,7 @@ under the License.
   0
 
 
-  3
+  2
 
   
   
@@ -7125,7 +7125,7 @@ under the License.
   0
 
 
-  3
+  5
 
   
   
@@ -12156,6 +12156,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore.java";>org/apache/hadoop/hbase/quotas/SnapshotQuotaObserverChore.java
+
+
+  0
+
+
+  0
+
+
+  2
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException.java";>org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.java
 
 
@@ -16519,7 +16533,7 @@ under the License.
   0
 
 
-  4
+  3
 
   
   
@@ -21727,7 +21741,7 @@ under the License.
   0
 
 
-  15
+  16
 
   
   
@@ -25507,7 +25521,7 @@ under the License.
   0
 
 
-  5
+  7
 
   
   
@@ -28237,7 +28251,7 @@ under the License.
   0
 
 
-  3
+  2
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/476c54ed/coc.html
--
diff --git a/coc.html b/coc.html
index 9619c6c..9cecf6e 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-06-09
+  Last Published: 
2017-06-10
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/476c54ed/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index f5f0ea8..db5d7d6 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-06-09
+  Last Published: 
2017-06-10
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/476c54ed/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 72ca743..bb0e468 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Project Dependencies
 
@@ -524,7 +524,7 @@
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-06-09
+  Last Published: 
2017-06-10
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/476c54ed/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 0735d54..1cce71d 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
   

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/77a552c4/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
index d29d771..8d3a2d3 100644
--- a/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":42,"i5":10,"i6":42,"i7":10,"i8":10,"i9":10,"i10":10,"i11":9,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":9,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":9,"i40":10,"i41":10,"i42":9,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10};
+var methods = 
{"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":41,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42,"i22":42,"i23":42,"i24":42,"i25":42,"i26":42,"i27":41,"i28":42,"i29":42,"i30":42,"i31":42,"i32":42,"i33":42,"i34":42,"i35":42,"i36":42,"i37":42,"i38":42,"i39":42,"i40":42,"i41":41,"i42":42,"i43":42,"i44":41,"i45":42,"i46":42,"i47":42,"i48":42,"i49":42,"i50":42,"i51":42,"i52":42,"i53":42,"i54":42,"i55":42,"i56":42,"i57":42,"i58":42,"i59":42,"i60":42,"i61":42,"i62":42,"i63":42,"i64":42,"i65":42,"i66":42,"i67":42,"i68":42,"i69":42,"i70":42,"i71":42,"i72":42,"i73":42,"i74":42,"i75":42,"i76":42,"i77":42,"i78":42,"i79":42,"i80":42,"i81":42};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -109,14 +109,16 @@ var activeTableTab = "activeTableTab";
 
 
 All Implemented Interfaces:
-http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable
+http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, ColumnFamilyDescriptor
 
 
+Deprecated.
 
 @InterfaceAudience.Public
-public class HColumnDescriptor
+ http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated
+public class HColumnDescriptor
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
-implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable
+implements ColumnFamilyDescriptor, 
http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable
 An HColumnDescriptor contains information about a column 
family such as the
  number of versions, compression settings, etc.
 
@@ -142,270 +144,332 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 BLOCKCACHE
-Key for the BLOCKCACHE attribute.
-
+Deprecated. 
+ 
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 BLOCKSIZE
-Size of storefile/hfile 'blocks'.
-
+Deprecated. 
+ 
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-BLOOMFILTER 
+BLOOMFILTER
+Deprecated. 
+ 
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-CACHE_BLOOMS_ON_WRITE 
+CACHE_BLOOMS_ON_WRITE
+Deprecated. 
+ 
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CACHE_DATA_IN_L1
-Key for cache data into L1 if cache is set up with more 
than one tier.
-
+Deprecated. 
+ 
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-CACHE_DATA_ON_WRITE 
+CACHE_DATA_ON_WRITE
+Deprecated. 
+ 
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in j

[49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-07 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b44796ef/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html 
b/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
index bd9c1a0..1804e32 100644
--- a/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
+++ b/apidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
@@ -4,7 +4,7 @@
 
 
 
-ZooKeeperConnectionException (Apache HBase 2.0.0-SNAPSHOT API)
+ZooKeeperConnectionException (Apache HBase 3.0.0-SNAPSHOT API)
 
 
 
@@ -12,7 +12,7 @@
 
 
-Uses of Class org.apache.hadoop.hbase.AuthUtil (Apache HBase 
2.0.0-SNAPSHOT API)
+Uses of Class org.apache.hadoop.hbase.AuthUtil (Apache HBase 
3.0.0-SNAPSHOT API)