You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/12/11 05:18:44 UTC

[jira] Updated: (HIVE-162) Fix join0.q failure with hadoop 0.17

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

Zheng Shao updated HIVE-162:
----------------------------

    Attachment: HIVE-162-1.patch

Changed join0.q to make sure the output data is sorted.

> Fix join0.q failure with hadoop 0.17
> ------------------------------------
>
>                 Key: HIVE-162
>                 URL: https://issues.apache.org/jira/browse/HIVE-162
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-162-1.patch
>
>
> The file order is different. We need to use a single reducer.
> {code}
> ant clean
> ant -Dhadoop.version=0.17.0 package
> ant test -Dtestcase=TestCliDriver -Dqfile=join0.q -Dhadoop.version=0.17.0 -logfile test.17.log
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.