[
https://issues.apache.org/jira/browse/HIVE-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699081#action_12699081
]
Zheng Shao commented on HIVE-395:
---------------------------------
Neil, you might want to completely remove
{code}
<target name="configure" depends="deploy-ant-tasks">
<!-- If not set already make sure that they are defined but empty -->
<taskdef name="getversionpref"
classname="org.apache.hadoop.hive.ant.GetVersionPref"
classpath="${build.dir.hive}/hive_anttasks.jar"/>
<getversionpref property="hadoop.version.prefix" input="${hadoop.version}"/>
<copy todir="${build.dir}/java">
<fileset dir="${src.dir}">
<include name="**/*.java"/>
</fileset>
</copy>
</target>
{code}
from ql/build.xml, and let ql/build.xml to build from src/java instead of
build/java.
What do you think?
> Compile error with Hadoop 0.19.1 + Eclipse
> ------------------------------------------
>
> Key: HIVE-395
> URL: https://issues.apache.org/jira/browse/HIVE-395
> Project: Hadoop Hive
> Issue Type: Bug
> Environment: Hadoop 0.19.1, Eclipse, Java 6
> Reporter: Neil Conway
> Assignee: Neil Conway
> Priority: Minor
> Attachments: JIRA_hive-395.patch.1, JIRA_hive-395.patch.2
>
>
> Compile error with Hadoop 0.19.1:
> The method validateInput(JobConf) is undefined for the type InputFormat
> HiveInputFormat.java hive-trunk/ql/src/java/org/apache/hadoop/hive/ql/io
> line 241
> The ant build apparently hacks around this with the "[exclude_0_19]" comment.
> Easy to just comment this line out for now, but a proper fix would be nice
> eventually.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.