You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Neerja Bhatnagar <bn...@gmail.com> on 2011/08/01 22:35:06 UTC

Hive-HBase Integration - Jar question

Hi,

I am using

hive-hbase-handler-0.7.0-cdh3u0.jar (under hive-0.7.0-cdh3u0/lib)
thrift-fb303-0.5.0.jar (under hive-0.7.0-cdh3u0/lib)
thrift-0.2.0.jar (under hbase-0.90.1-cdh3u0/lib)

in my project.

We use Maven; could anyone please tell me where I can get the pom
information for these jars?

-- 
Thank you! Neerja

Re: Hive-HBase Integration - Jar question

Posted by Neerja Bhatnagar <bn...@gmail.com>.
Hi Carl,

Thank you very much!

Cheers, Neerja

On Tue, Aug 2, 2011 at 11:31 PM, Carl Steinbach <ca...@cloudera.com> wrote:

> Hi Neerja,
>
> Ordinarily a POM for the hive-hbase-handler would be available
> from Cloudera's Maven repository, but it looks like we haven't
> generated one. We will get this resolved in CDH3u2. You can
> track progress on this issue here:
>
> https://issues.cloudera.org/browse/DISTRO-286
>
>
> thrift-fb303-0.5.0.jar (under hive-0.7.0-cdh3u0/lib)
>>
>
> Another issue is that Apache Hive only manages a subset of it's
> dependencies
> using Maven/Ivy, and most of the Apache Hive POMs contain incomplete
> dependency information. The CDH version of Hive will not be able to provide
> this information until the situation is rectified in the upstream project.
> Unfortunately,
> the POM for thrift-fb303-0.5.0 falls into this category -- it doesn't
> exist.
>
>
>> thrift-0.2.0.jar (under hbase-0.90.1-cdh3u0/lib)
>>
>
> The POM for the thrift-0.2.0.jar is located here:
>
> https://repository.cloudera.com/content/repositories/temp-thrift/org/apache/thrift/thrift/0.2.0/thrift-0.2.0.pom
>
> Thanks.
>
> Carl
>
>


-- 
Thank you! Neerja

Re: Hive-HBase Integration - Jar question

Posted by Carl Steinbach <ca...@cloudera.com>.
Hi Neerja,

Ordinarily a POM for the hive-hbase-handler would be available
from Cloudera's Maven repository, but it looks like we haven't
generated one. We will get this resolved in CDH3u2. You can
track progress on this issue here:

https://issues.cloudera.org/browse/DISTRO-286


thrift-fb303-0.5.0.jar (under hive-0.7.0-cdh3u0/lib)
>

Another issue is that Apache Hive only manages a subset of it's dependencies
using Maven/Ivy, and most of the Apache Hive POMs contain incomplete
dependency information. The CDH version of Hive will not be able to provide
this information until the situation is rectified in the upstream project.
Unfortunately,
the POM for thrift-fb303-0.5.0 falls into this category -- it doesn't exist.


> thrift-0.2.0.jar (under hbase-0.90.1-cdh3u0/lib)
>

The POM for the thrift-0.2.0.jar is located here:
https://repository.cloudera.com/content/repositories/temp-thrift/org/apache/thrift/thrift/0.2.0/thrift-0.2.0.pom

Thanks.

Carl