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

[email protected] commented on HCATALOG-303:
--------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4276/
-----------------------------------------------------------

Review request for Francis Liu and Vandana Ayyalasomayajula.


Summary
-------

Copied the method from HBaseSerDe to a new class HBaseUtil. 
Changed throws from SerDeException to IllegalArgumentException.


This addresses bug HCATALOG-303.
    https://issues.apache.org/jira/browse/HCATALOG-303


Diffs
-----

  
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseHCatStorageHandler.java
 1299052 
  
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseRevisionManagerUtil.java
 1299052 
  
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseUtil.java
 PRE-CREATION 

Diff: https://reviews.apache.org/r/4276/diff


Testing
-------

Storage Handler unit tests pass.


Thanks,

Rohini


                
> Fix build failure due to HBaseSerDe.parseColumnMapping method signature 
> change in hive
> --------------------------------------------------------------------------------------
>
>                 Key: HCATALOG-303
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-303
>             Project: HCatalog
>          Issue Type: Task
>          Components: hbase
>    Affects Versions: 0.4
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>              Labels: build-failure, hbase
>             Fix For: 0.4
>
>
> The latest snapshot of hive has the method signature for 
> HBaseSerDe.parseColumnMapping changed causing compilation failure.
> https://builds.apache.org/job/Hcatalog-trunk-build/171/console
>  [javac] Compiling 28 source files to 
> /home/jenkins/jenkins-slave/workspace/Hcatalog-trunk-build/trunk/storage-drivers/hbase/build/classes
>     [javac] 
> /home/jenkins/jenkins-slave/workspace/Hcatalog-trunk-build/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseHCatStorageHandler.java:248:
>  cannot find symbol
>     [javac] symbol  : method 
> parseColumnMapping(java.lang.String,java.util.List<java.lang.String>,java.util.List<byte[]>,java.util.List<java.lang.String>,java.util.List<byte[]>)
>     [javac] location: class org.apache.hadoop.hive.hbase.HBaseSerDe
>     [javac]             int iKey = 
> HBaseSerDe.parseColumnMapping(hbaseColumnsMapping,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to