[
https://issues.apache.org/jira/browse/HBASE-16730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16070079#comment-16070079
]
Jan Hentschel commented on HBASE-16730:
---------------------------------------
Not sure where the build failure comes from. It seems to be the same problem
everywhere during compilation
{code}
[ERROR]
/testptch/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java:[1980,27]
cannot find symbol
[ERROR] symbol: variable regionInfos
[ERROR] location: class org.apache.hadoop.hbase.MetaTableAccessor
[ERROR]
/testptch/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java:[1982,39]
cannot find symbol
[ERROR] symbol: variable regionInfos
[ERROR] location: class org.apache.hadoop.hbase.MetaTableAccessor
{code}
> Exclude junit as a transitive dependency from hadoop-common
> -----------------------------------------------------------
>
> Key: HBASE-16730
> URL: https://issues.apache.org/jira/browse/HBASE-16730
> Project: HBase
> Issue Type: Improvement
> Components: hbase
> Reporter: Nils Larsgård
> Assignee: Jan Hentschel
> Priority: Trivial
> Labels: hbase-client, junit
> Fix For: 2.0.0
>
> Attachments: HBASE-16730.master.001.patch,
> HBASE-16730.master.002.patch
>
> Original Estimate: 20m
> Remaining Estimate: 20m
>
> add exclusion to the hadoop-common dependency in hbase-client: exclude junit
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)