HBASE-13911 update java/hadoop prereqs for 1.2
[hbase.git] / dev-support / test-patch.properties
blob0815b0e03afee6999ef9ee39a2cf30e18ea1c360
1 # Licensed to the Apache Software Foundation (ASF) under one or more
2 # contributor license agreements.  See the NOTICE file distributed with
3 # this work for additional information regarding copyright ownership.
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
6 # the License.  You may obtain a copy of the License at
8 #     http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
16 MAVEN_OPTS="${MAVEN_OPTS:-"-Xmx3100M"}"
18 # The number of acceptable warning for *all* modules
19 # Please update the per-module test-patch.properties if you update this file.
21 OK_RELEASEAUDIT_WARNINGS=0
22 # Allow four warnings.  Javadoc complains about sun.misc.Unsafe use.
23 # See HBASE-7457, HBASE-13761
24 OK_JAVADOC_WARNINGS=6
26 MAX_LINE_LENGTH=100
28 # All supported branches for testing with precommit build
29 # branch-1.x should apprear before branch-1 since the latter is a prefix
30 BRANCH_NAMES="0.94 0.98 branch-1.0 branch-1.1 branch-1.2 branch-1 master hbase-12439 hbase-11339"
32 # All supported Hadoop versions that we want to test the compilation with
33 HADOOP2_VERSIONS="2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.0"
34 HADOOP3_VERSIONS="3.0.0-SNAPSHOT"