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:12 UTC

[3/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/2973f48b
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2973f48b
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/2973f48b

Branch: refs/heads/4.x-HBase-1.1
Commit: 2973f48bc42c9bd01e4a0a9e6d0935057873af90
Parents: af24cb9
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:49 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/2973f48b/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"