You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2015/06/23 22:35:05 UTC

[1/2] hbase git commit: update docs from master

Repository: hbase
Updated Branches:
  refs/heads/branch-1.1 7e9dd95cb -> d0a115a72


update docs from master


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/66c01c11
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/66c01c11
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/66c01c11

Branch: refs/heads/branch-1.1
Commit: 66c01c112df33e3777b424e7d32f2cc6ee91d67b
Parents: 7e9dd95
Author: Nick Dimiduk <nd...@apache.org>
Authored: Tue Jun 23 11:29:06 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Tue Jun 23 13:27:41 2015 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/configuration.adoc | 33 ++++++++-------------
 src/main/asciidoc/_chapters/developer.adoc     |  5 +++-
 2 files changed, 17 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/66c01c11/src/main/asciidoc/_chapters/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc
index 01f2eb7..cc2ce8e 100644
--- a/src/main/asciidoc/_chapters/configuration.adoc
+++ b/src/main/asciidoc/_chapters/configuration.adoc
@@ -116,11 +116,6 @@ deprecated `remove()` method of the `PoolMap` class and is under consideration.
 link:https://issues.apache.org/jira/browse/HBASE-7608[HBASE-7608] for more information about JDK 8
 support.
 
-|0.96
-|yes
-|yes
-|N/A
-
 |0.94
 |yes
 |yes
@@ -210,22 +205,20 @@ Use the following legend to interpret this table:
 * "X" = not supported
 * "NT" = Not tested
 
-[cols="1,1,1,1,1,1,1", options="header"]
+[cols="1,1,1,1,1", options="header"]
 |===
-| | HBase-0.92.x | HBase-0.94.x | HBase-0.96.x | HBase-0.98.x (Support for Hadoop 1.1+ is deprecated.) | HBase-1.0.x (Hadoop 1.x is NOT supported) | HBase-1.1.x
-|Hadoop-0.20.205 | S | X | X | X | X | X
-|Hadoop-0.22.x | S | X | X | X | X | X
-|Hadoop-1.0.x  |X | X | X | X | X | X
-|Hadoop-1.1.x | NT | S | S | NT | X | X
-|Hadoop-0.23.x | X | S | NT | X | X | X
-|Hadoop-2.0.x-alpha | X | NT | X | X | X | X
-|Hadoop-2.1.0-beta | X | NT | S | X | X | X
-|Hadoop-2.2.0 | X | NT | S | S | NT | NT
-|Hadoop-2.3.x | X | NT | S | S | NT | NT
-|Hadoop-2.4.x | X | NT | S | S | S | S
-|Hadoop-2.5.x | X | NT | S | S | S | S
-|Hadoop-2.6.x | X | NT | NT | NT | S | S
-|Hadoop-2.7.x | X | NT | NT | NT | NT | NT
+| | HBase-0.94.x | HBase-0.98.x (Support for Hadoop 1.1+ is deprecated.) | HBase-1.0.x (Hadoop 1.x is NOT supported) | HBase-1.1.x
+|Hadoop-1.0.x  | X | X | X | X
+|Hadoop-1.1.x | S | NT | X | X
+|Hadoop-0.23.x | S | X | X | X
+|Hadoop-2.0.x-alpha | NT | X | X | X
+|Hadoop-2.1.0-beta | NT | X | X | X
+|Hadoop-2.2.0 | NT | S | NT | NT
+|Hadoop-2.3.x | NT | S | NT | NT
+|Hadoop-2.4.x | NT | S | S | S
+|Hadoop-2.5.x | NT | S | S | S
+|Hadoop-2.6.x | NT | NT | S | S
+|Hadoop-2.7.x | NT | NT | NT | NT
 |===
 
 .Replace the Hadoop Bundled With HBase!

http://git-wip-us.apache.org/repos/asf/hbase/blob/66c01c11/src/main/asciidoc/_chapters/developer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc
index ce66a90..b60b539 100644
--- a/src/main/asciidoc/_chapters/developer.adoc
+++ b/src/main/asciidoc/_chapters/developer.adoc
@@ -643,7 +643,7 @@ This profile invokes the Apache pom referenced by our pom files, and also signs
 [source,bourne]
 ----
 
-$ mvn deploy -DskipTests -Papache-release
+$ mvn deploy -DskipTests -Papache-release -Prelease
 ----
 +
 This command copies all artifacts up to a temporary staging Apache mvn repository in an 'open' state.
@@ -1336,6 +1336,9 @@ NOTE: End-of-life releases are not included in this list.
 
 | 1.0
 | Enis Soztutar
+
+| 1.1
+| Nick Dimiduk
 |===
 
 [[code.standards]]


[2/2] hbase git commit: Update CHANGES.txt for 1.1.1RC0

Posted by nd...@apache.org.
Update CHANGES.txt for 1.1.1RC0


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d0a115a7
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d0a115a7
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d0a115a7

Branch: refs/heads/branch-1.1
Commit: d0a115a7267f54e01c72c603ec53e91ec418292f
Parents: 66c01c1
Author: Nick Dimiduk <nd...@apache.org>
Authored: Tue Jun 23 13:34:46 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Tue Jun 23 13:34:46 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d0a115a7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index b670a0b..26c95f7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,9 +1,7 @@
 HBase Change Log
 
-Release Notes - HBase - Version 1.1.1 07/17/2015
 
-
-Release Notes - HBase - Version 1.1.1
+Release Notes - HBase - Version 1.1.1 06/23/2015
 
 ** Sub-task
     * [HBASE-13470] - High level Integration test for master DDL operations
@@ -11,6 +9,7 @@ Release Notes - HBase - Version 1.1.1
     * [HBASE-13579] - Avoid isCellTTLExpired() for NO-TAG cases
     * [HBASE-13593] - Quota support for namespace should take snapshot restore and clone into account
     * [HBASE-13658] - Improve the test run time for TestAccessController class
+    * [HBASE-13937] - Partially revert HBASE-13172
 
 
 
@@ -18,7 +17,6 @@ Release Notes - HBase - Version 1.1.1
 
 
 ** Bug
-    * [HBASE-13605] - RegionStates should not keep its list of dead servers
     * [HBASE-11830] - TestReplicationThrottler.testThrottling failed on virtual boxes
     * [HBASE-12413] - Mismatch in the equals and hashcode methods of KeyValue
     * [HBASE-13200] - Improper configuration can leads to endless lease recovery during failover
@@ -33,7 +31,6 @@ Release Notes - HBase - Version 1.1.1
     * [HBASE-13576] - HBCK enhancement: Failure in checking one region should not fail the entire HBCK operation.
     * [HBASE-13600] - check_compatibility.sh should ignore shaded jars
     * [HBASE-13604] - bin/hbase mapredcp does not include yammer-metrics jar
-    * [HBASE-13605] - RegionStates should not keep its list of dead servers
     * [HBASE-13606] - AssignmentManager.assign() is not sync in both path
     * [HBASE-13607] - TestSplitLogManager.testGetPreviousRecoveryMode consistently failing
     * [HBASE-13608] - 413 Error with Stargate through Knox, using AD, SPNEGO, and Pre-Auth
@@ -104,6 +101,9 @@ Release Notes - HBase - Version 1.1.1
     * [HBASE-13901] - Error while calling watcher on creating and deleting an HBase table
     * [HBASE-13904] - TestAssignmentManager.testBalanceOnMasterFailoverScenarioWithOfflineNode failing consistently on branch-1.1
     * [HBASE-13905] - TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing failing consistently on branch-1.1
+    * [HBASE-13933] - DBE's seekBefore with tags corrupts the tag's offset information thus leading to incorrect results
+    * [HBASE-13935] - Orphaned namespace table ZK node should not prevent master to start
+    * [HBASE-13938] - Deletes done during the region merge transaction may get eclipsed
 
 
 
@@ -141,15 +141,18 @@ Release Notes - HBase - Version 1.1.1
 
 
 ** Task
+    * [HBASE-13666] - book.pdf is not renamed during site build
     * [HBASE-13697] - publish updated ref guide with prereq tables for 1.1 release train
     * [HBASE-13764] - Backport HBASE-7782 (HBaseTestingUtility.truncateTable() not acting like CLI) to branch-1.x
     * [HBASE-13799] - javadoc how Scan gets polluted when used; if you set attributes or ask for scan metrics
+    * [HBASE-13929] - make_rc.sh publishes empty shaded artifacts
 
 
 ** Test
     * [HBASE-13591] - TestHBaseFsck is flakey
     * [HBASE-13609] - TestFastFail is still failing
     * [HBASE-13623] - TestSplitLogManager.testGetPreviousRecoveryMode is still flaky
+    * [HBASE-13940] - IntegrationTestBulkLoad needs option to specify output folders used by test