[ 
https://issues.apache.org/jira/browse/HBASE-22574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16863197#comment-16863197
 ] 

Wellington Chevreuil commented on HBASE-22574:
----------------------------------------------

{quote}IIRC from HBASE-22149, Hadoop 2.9 is needed as a floor because we need 
to be on top of s3guard.{quote}
Alright, so we can't go lower than 2.9.0.  

Regarding the ClassNotFoundException issue when specifying hadoop.profile 
together with hbase.profile, ain't sure exactly why, but managed to get it 
sorted on all below command combinations by setting  _<type>test-jar</type>_ to 
both _hadoop-hdfs_ and _hadoop-mapreduce-client-jobclient_ dependencies from 
hboss module pom. Below command combinations passing:
{noformat}
$ mvn clean install
$ mvn -Dhadoop.version=2.9.0 clean install
$ mvn -Dhbase.profile=1 clean install
$ mvn -Dhadoop.profile=2 -Dhbase.profile=1 clean install
$ mvn -Dhadoop.profile=3 -Dhbase.profile=1 clean install
{noformat}

> hbase-filesystem does not build against HBase 1
> -----------------------------------------------
>
>                 Key: HBASE-22574
>                 URL: https://issues.apache.org/jira/browse/HBASE-22574
>             Project: HBase
>          Issue Type: Bug
>          Components: Filesystem Integration
>    Affects Versions: hbase-filesystem-1.0.0-alpha1
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Major
>         Attachments: HBASE-22574.patch, HBASE-22574.patch, HBASE-22574.patch
>
>
> hbase-filesystem does not build against HBase 1 because HBase 1 does not 
> provide a hbase-zookeeper module, which is a required dependency. This could 
> be moved into a version specific build profile. 
> $ mvn clean install package -Dhbase.version=1.4.10 -Dhadoop.version=2.9.2 
> ...
> [ERROR] Failed to execute goal on project hbase-oss: 
> Could not resolve dependencies for project 
> org.apache.hbase.filesystem:hbase-oss:jar:1.0.0-alpha1: 
> The following artifacts could not be resolved: 
> org.apache.hbase:hbase-zookeeper:jar:1.4.10,
> org.apache.hbase:hbase-zookeeper:jar:tests:1.4.10: 
> Could not find artifact org.apache.hbase:hbase-zookeeper:jar:1.4.10 in 
> central (https://repo.maven.apache.org/maven2) 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to