HBASE-24007 Get `-PrunLargeTests` passing on JDK11 (#1351)
commitd77dbef5c6b362e031076abb5840ee65468f7359
authorNick Dimiduk <ndimiduk@apache.org>
Mon, 30 Mar 2020 16:31:10 +0000 (30 09:31 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 16:31:10 +0000 (30 09:31 -0700)
tree491a521bf1f9617570b7e8fabdf75fac5efc5073
parentd319ce8c6fb94c3433cb363ce0234144cbb18713
HBASE-24007 Get `-PrunLargeTests` passing on JDK11 (#1351)

Minor tweaks required to get passing runs of `-PrunLargeTests`.
* Minimum Hadoop version is 3.2.0 due to
  [HADOOP-12760](https://issues.apache.org/jira/browse/HADOOP-12760).
* JDK11 looks like it consumes more memory than JDK8, so failures due
  to OOME see more common here. Bumping heap allocated to surefire
  forks allows better pass rate.

Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
pom.xml