[
https://issues.apache.org/jira/browse/HBASE-22471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848678#comment-16848678
]
Guanghao Zhang commented on HBASE-22471:
----------------------------------------
This should not be a blocker for release 2.2.0? The hadoop-2 dir is created by
the following cmd.
{code:java}
artifact=$(ls -1 "${WORKSPACE}"/hadoop-2*.tar.gz | head -n 1)
tar --strip-components=1 -xzf "${artifact}" -C "hadoop-2"
{code}
And I checked
[https://dist.apache.org/repos/dist/dev/hbase/2.2.0RC4/hbase-2.2.0-bin.tar.gz.]
The hadoop jar's verion in lib is 2.8.5. And I created namespace and table by
shell and there are no problem.
> Our nightly jobs for master and branch-2 are still using hadoop-2.7.1 in
> integration test
> -----------------------------------------------------------------------------------------
>
> Key: HBASE-22471
> URL: https://issues.apache.org/jira/browse/HBASE-22471
> Project: HBase
> Issue Type: Bug
> Components: build
> Reporter: Duo Zhang
> Priority: Major
> Fix For: 3.0.0, 2.2.1
>
>
> We use ls to get the hadoop 2 jars, so maybe the problem is that the 2.7.1
> jars are already there for a long time. We need to clean the workspace.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)