[
https://issues.apache.org/jira/browse/HIVE-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431273#comment-13431273
]
Carl Steinbach commented on HIVE-3344:
--------------------------------------
To make things a little simpler we could try adding a couple additional
property files with version specific information, e.g:
build-0.23.properties:
{noformat}
hadoop.version=0.23.1
hadoop-0.23.version=${hadoop.version}
hadoop.mr.rev=23
{noformat}
And then trigger it like so:
ant -propertyfile build-0.23.properties
or
ant -propertyfile build-0.23.properties -Dhadoop.version=0.23.0
> hive compilation on hadoop 23 is failing
> ----------------------------------------
>
> Key: HIVE-3344
> URL: https://issues.apache.org/jira/browse/HIVE-3344
> Project: Hive
> Issue Type: Bug
> Reporter: Namit Jain
>
> I tried the following:
> ant -Dhadoop.version=0.23.0 package
> ant -Dhadoop.version=0.23.1 package
> But, I am running into some problem all the time
--
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