You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/04/15 18:00:56 UTC

[jira] Commented: (HIVE-1312) hive trunk does compile with hadoop 0.17 any more

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

John Sichi commented on HIVE-1312:
----------------------------------

Whoops, I'll take a look.


> hive trunk does compile with hadoop 0.17 any more
> -------------------------------------------------
>
>                 Key: HIVE-1312
>                 URL: https://issues.apache.org/jira/browse/HIVE-1312
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Zheng Shao
>            Assignee: John Sichi
>
> This is caused by HIVE-1295.
> {code}
> compile:
>      [echo] Compiling: hive
>     [javac] Compiling 527 source files to /hadoop_hive_trunk/.ptest_0/build/ql/classes
>     [javac] /hadoop_hive_trunk/.ptest_0/ql/src/java/org/apache/hadoop/hive/ql/io/HiveNullValueSequenceFileOu\
> tputFormat.java:69: cannot find symbol
>     [javac] symbol  : method getBytes()
>     [javac] location: class org.apache.hadoop.io.BytesWritable
>     [javac]           keyWritable.set(bw.getBytes(), 0, bw.getLength());
>     [javac]                             ^
>     [javac] /hadoop_hive_trunk/.ptest_0/ql/src/java/org/apache/hadoop/hive/ql/io/HiveNullValueSequenceFileOu\
> tputFormat.java:69: cannot find symbol
>     [javac] symbol  : method getLength()
>     [javac] location: class org.apache.hadoop.io.BytesWritable
>     [javac]           keyWritable.set(bw.getBytes(), 0, bw.getLength());
>     [javac]                                               ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 2 errors
> {code}

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