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
             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