[
https://issues.apache.org/jira/browse/HBASE-19204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16267596#comment-16267596
]
stack commented on HBASE-19204:
-------------------------------
Working on the DockerFile trying to put in place the zulu-7 JDK.
So far....
We do not print out which JVM we are running the build with. We install openjdk
7 and 8 in our Dockerfile. Yetus sets JAVA_HOME by listing /usr/lib/jvm/java-*
picking the last java found (openjdk-8). So it looks like we were running the
build with openjdk8 compiling for a jdk7 target. Not installing a jdk7 though
causes the below failure.
[ERROR] Failed to execute goal on project hbase-server: Could not resolve
dependencies for project org.apache.hbase:hbase-server:jar:1.2.7-SNAPSHOT:
Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path
/usr/lib/jvm/java-7-openjdk-amd64/jre/../lib/tools.jar -> [Help 1]
We need an openjdk7 install to satisfy the above dependency.
The zulu jvms are in a dir named zulu-[7,8]-amd64 so need to symlink so all
keeps working.
Thats the latest.
> branch-1.2 times out and is taking 6-7 hours to complete
> --------------------------------------------------------
>
> Key: HBASE-19204
> URL: https://issues.apache.org/jira/browse/HBASE-19204
> Project: HBase
> Issue Type: Umbrella
> Components: test
> Reporter: stack
> Assignee: stack
> Attachments: 19024.branch-1.2.004.patch,
> HBASE-19024.branch-1.2.002.patch, HBASE-19024.branch-1.2.002.patch,
> HBASE-19024.branch-1.2.003.patch, HBASE-19204.branch-1.2.001.patch,
> HBASE-19204.branch-1.2.002.patch, HBASE-19204.branch-1.2.003.patch,
> HBASE-19204.branch-1.2.004.patch, HBASE-19204.branch-1.2.005.patch,
> HBASE-19204.branch-1.2.005.patch, HBASE-19204.branch-1.2.005.patch,
> HBASE-19204.branch-1.2.005.patch
>
>
> Sean has been looking at tooling and infra. This Umbrellas is about looking
> at actual tests. For example, running locally on dedicated machine I picked a
> random test, TestPerColumnFamilyFlush. In my test run, it wrote 16M lines. It
> seems to be having zk issues but it is catching interrupts and ignoring them
> ([~carp84] fixed this in later versions over in HBASE-18441).
> Let me try and do some fixup under this umbrella so we can get a 1.2.7 out
> the door.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)