You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/10/07 03:33:34 UTC

[jira] [Commented] (HIVE-8363) AccumuloStorageHandler compile failure hadoop-1

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

Josh Elser commented on HIVE-8363:
----------------------------------

I was confused as to how this was introduced. My guess is that HIVE-8257 "correctly" broke this. We were inadvertently using a Hadoop 2 method even when Hadoop 1 was specified.

> AccumuloStorageHandler compile failure hadoop-1
> -----------------------------------------------
>
>                 Key: HIVE-8363
>                 URL: https://issues.apache.org/jira/browse/HIVE-8363
>             Project: Hive
>          Issue Type: Bug
>          Components: StorageHandler
>    Affects Versions: 0.14.0
>            Reporter: Szehon Ho
>            Assignee: Josh Elser
>            Priority: Blocker
>
> There's an error about AccumuloStorageHandler compiling on hadoop-1.  It seems the signature of split() is not the same.  Looks like we can should use another utils to fix this.
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hive-accumulo-handler: Compilation failure
> [ERROR] /data/hive-ptest/working/apache-svn-trunk-source/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java:[57,52] no suitable method found for split(java.lang.String,char)
> [ERROR] method org.apache.hadoop.util.StringUtils.split(java.lang.String,char,char) is not applicable
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)