[ 
https://issues.apache.org/jira/browse/HIVE-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Sichi updated HIVE-1312:
-----------------------------

    Attachment: HIVE-1312.2.patch

Here's an updated patch which also backs out the jsp-2.1 change to the 
classpath in ql/build.xml, since that is breaking 0.17 also.


> hive trunk does not 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
>             Fix For: 0.6.0
>
>         Attachments: HIVE-1312.1.patch, HIVE-1312.2.patch
>
>
> 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

        

Reply via email to