[
https://issues.apache.org/jira/browse/HCATALOG-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13226524#comment-13226524
]
[email protected] commented on HCATALOG-303:
--------------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4276/
-----------------------------------------------------------
(Updated 2012-03-09 21:55:48.623152)
Review request for Francis Liu and Vandana Ayyalasomayajula.
Changes
-------
Removed IllegalArgumentException to IOException conversion.
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 (updated)
-----
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseBulkOutputFormat.java
1299066
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseDirectOutputFormat.java
1299066
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseHCatStorageHandler.java
1299066
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseInputFormat.java
1299066
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseMapredUtil.java
1299066
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseRevisionManagerUtil.java
1299066
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
>
> Attachments: HCATALOG-303-1.patch
>
>
> 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