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 03:46:44 UTC

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

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


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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

HIVE-162. Fix join0.q test failure with hadoop 0.17. (zshao)


> 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Patch Available  (was: Open)

> 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.


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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655498#action_12655498 ] 

Namit Jain commented on HIVE-162:
---------------------------------

+1

> 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655501#action_12655501 ] 

Zheng Shao commented on HIVE-162:
---------------------------------

Committed revision 725571.

> 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.


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

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-162:
--------------------------------

       Issue Type: Test  (was: Bug)
    Fix Version/s: 0.3.0

> 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: Test
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.3.0
>
>         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.