[
https://issues.apache.org/jira/browse/HBASE-22574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862477#comment-16862477
]
Andrew Purtell edited comment on HBASE-22574 at 6/12/19 9:33 PM:
-----------------------------------------------------------------
I get pretty far with this patch but then run up against this
$ mvn clean install -Dhbase.profile=1
[ERROR]
/Users/apurtell/src/hbase-filesystem/hbase-oss/src/test/java/org/apache/hadoop/hbase/oss/EmbeddedZK.java:[24,31]
cannot find symbol
[ERROR] symbol: class HBaseZKTestingUtility
[ERROR] location: package org.apache.hadoop.hbase
[~wchevreuil] [~busbey] [~mackrorysd] Are there plans for HBOSS to support the
stable HBase versions? Stable pointer is currently 1.4.10.
was (Author: apurtell):
I get pretty far with this patch but then run up against this
[ERROR]
/Users/apurtell/src/hbase-filesystem/hbase-oss/src/test/java/org/apache/hadoop/hbase/oss/EmbeddedZK.java:[24,31]
cannot find symbol
[ERROR] symbol: class HBaseZKTestingUtility
[ERROR] location: package org.apache.hadoop.hbase
[~wchevreuil] [~busbey] [~mackrorysd] Are there plans for HBOSS to support the
stable HBase versions? Stable pointer is currently 1.4.10.
> 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
> Reporter: Andrew Purtell
> Priority: Major
> Attachments: 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)