You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Jinsong Hu <ji...@hotmail.com> on 2010/08/05 01:23:57 UTC

can anybody help to check in this code into hive trunk ?

Please help to check in this code into

http://svn.apache.org/repos/asf/hadoop/hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase

The change is needed for the hive_hbase-handler.jar to be compatible with 
cloudera CDH3 version of hbase.
they are also needed to be compatible with hbase 0.20.4 and 0.20.5. The 
change is very minimal tompared
to today's trunk. only 2 type casting, and one change to use the getVaule() 
API that exists in all versions of hbase.

Jimmy.


 

Re: can anybody help to check in this code into hive trunk ?

Posted by John Sichi <js...@facebook.com>.
Please create a Hive JIRA issue and attach a patch file.

http://wiki.apache.org/hadoop/Hive/HowToContribute#Creating_a_patch

JVS

On Aug 4, 2010, at 4:23 PM, Jinsong Hu wrote:

> Please help to check in this code into
> 
> http://svn.apache.org/repos/asf/hadoop/hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase
> 
> The change is needed for the hive_hbase-handler.jar to be compatible with cloudera CDH3 version of hbase.
> they are also needed to be compatible with hbase 0.20.4 and 0.20.5. The change is very minimal tompared
> to today's trunk. only 2 type casting, and one change to use the getVaule() API that exists in all versions of hbase.
> 
> Jimmy.
> 
>