Hi St. Ack,

Thanks for your reply. Yes I wanted to pull everything related to HBase. We
used 0.94.5 before and the dependency looks as follows:


<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase</artifactId>
  <version>0.94.5</version>
</dependency>

So, I expect that the HBase 0.96.0 dependency gets pulled exactly the same
way.

Please let me know if we can do that or if there is an alternate way to do
it.

Thanks and Regards,
Rakesh




On Wed, Mar 26, 2014 at 8:44 PM, Stack <[email protected]> wrote:

> The expectation is that you refer to artifactid 'hbase' and then it
> downloads all published hbase artifacts?
>
> Usually we have you pull just what you need.  See
>
> https://github.com/saintstack/hbase-downstreamer/blob/master/pom.xml.hadoop2for
> an example.
>
> St.Ack
>
>
> On Wed, Mar 26, 2014 at 3:22 AM, rakesh rakshit <
> [email protected]
> > wrote:
>
> > Hi all,
> >
> > I am not able to find the maven dependency for Apache HBase 0.96.0.
> >
> > I tried the following dependency but is not getting the dependency from
> > here:
> >
> > <dependency>
> >   <groupId>org.apache.hbase</groupId>
> >   <artifactId>hbase</artifactId>
> >   <version>0.96.0-hadoop2</version>
> > </dependency>
> >
> > Please help if you are aware of the dependency. Thanks in advance.
> >
> >
> > Regards,
> > Rakesh
> >
>

Reply via email to