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

Brock Noland commented on HIVE-4863:
------------------------------------

The following commands end with the error above:
{noformat}
$ ant clean tar binary
$ ant test -Dhadoop.mr.rev=23 -Dtestcase=TestMinimrCliDriver 
-Dminimr.query.files=parallel_orderby.q
{noformat}

These do not:
{noformat}
$ ant clean tar binary -Dhadoop.mr.rev=23
$ ant test -Dhadoop.mr.rev=23 -Dtestcase=TestMinimrCliDriver 
-Dminimr.query.files=parallel_orderby.q
{noformat}

This follows what we are seeing with the builds, this test fails on the normal 
hadoop2 build while it passes on the ptest hadoop2 build. The normal build does 
not specify -Dhadoop.mr.rev=23 when building (only when executing tests) while 
the ptest build specifies -Dhadoop.mr.rev=23 when building and testing.

I believe this makes sense because the change is a JVM level interface change. 
I've add -Dhadoop.mr.rev=23 to the build section of the hadoop2 build and we'll 
see what happens after the next build.
                
> Fix parallel order by on hadoop2
> --------------------------------
>
>                 Key: HIVE-4863
>                 URL: https://issues.apache.org/jira/browse/HIVE-4863
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Edward Capriolo
>            Assignee: Brock Noland
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to