[
https://issues.apache.org/jira/browse/HBASE-16373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15557722#comment-15557722
]
Duo Zhang commented on HBASE-16373:
-----------------------------------
[~busbey] I think we need to change the precommit scripts to also use java6
when building?
{noformat}
YETUS_ARGS=(--docker --multijdkdirs="/usr/lib/jvm/java-8-oracle"
--findbugs-home=/opt/findbugs ${YETUS_ARGS[@]})
{noformat}
Currently only java8 is added. I think yetus will just ignore the inexistent
jdk as we do not have jdk6 in the docker file for branches other than 0.98?
Thanks.
> precommit needs a dockerfile with hbase prereqs
> -----------------------------------------------
>
> Key: HBASE-16373
> URL: https://issues.apache.org/jira/browse/HBASE-16373
> Project: HBase
> Issue Type: Bug
> Components: build
> Affects Versions: 1.3.0, 1.4.0, 1.1.6, 1.2.3, 0.98.22
> Reporter: Sean Busbey
> Assignee: Duo Zhang
> Priority: Critical
> Fix For: 1.3.0, 1.4.0, 1.1.7, 0.98.23, 1.2.4
>
> Attachments: HBASE-16373-0.98.patch, HBASE-16373-branch-1.patch
>
>
> specifically, we need protoc. starting with the dockerfile used by default in
> yetus and adding it will probably suffice.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)