You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2017/07/11 20:06:11 UTC

[2/3] phoenix git commit: PHOENIX-4011 Use more reasonable branch names for Phoenix and Hadoop versions

PHOENIX-4011 Use more reasonable branch names for Phoenix and Hadoop versions


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

Branch: refs/heads/4.x-HBase-1.2
Commit: 8e52dcb44821518fcf6c40568de250856408434b
Parents: 8ca4a94
Author: Josh Elser <el...@apache.org>
Authored: Tue Jul 11 13:57:28 2017 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Jul 11 15:52:42 2017 -0400

----------------------------------------------------------------------
 dev/test-patch.properties | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/8e52dcb4/dev/test-patch.properties
----------------------------------------------------------------------
diff --git a/dev/test-patch.properties b/dev/test-patch.properties
index 8d1e2ed..ea8d75d 100644
--- a/dev/test-patch.properties
+++ b/dev/test-patch.properties
@@ -27,10 +27,11 @@ MAX_LINE_LENGTH=100
 # All supported branches for testing with precommit build
 # be sure to consider branch name prefixes in the order, ie, 4.x should appear
 # before 4 since the latter is a prefix
-BRANCH_NAMES="4.4-HBase-0.98 4.4-HBase-1.0 4.4-HBase-1.1 4.x-HBase-0.98 4.x-HBase-1.0 4.x-HBase-1.1 master"
+BRANCH_NAMES="4.x-HBase-0.98 4.x-HBase-1.1 4.x-HBase-1.2 master"
 
 
 # All supported Hadoop versions that we want to test the compilation with
-HADOOP2_VERSIONS="2.4.1 2.5.2 2.6.0"
-HADOOP3_VERSIONS="3.0.0-SNAPSHOT"
+HADOOP2_VERSIONS="2.6.5 2.7.3 2.8.0"
+# Presently unused.
+HADOOP3_VERSIONS="3.0.0-alpha4"
 INCOMPATIBLE_CLASSES="com.google.protobuf.HBaseZeroCopyByteString"