You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Liyin Tang (JIRA)" <ji...@apache.org> on 2010/11/23 21:56:13 UTC

[jira] Created: (HIVE-1808) but in auto_join25.q

but in auto_join25.q
--------------------

                 Key: HIVE-1808
                 URL: https://issues.apache.org/jira/browse/HIVE-1808
             Project: Hive
          Issue Type: Bug
            Reporter: Liyin Tang


In this test case, there are 2 SET statements:
set hive.mapjoin.localtask.max.memory.usage = 0.0001;
set hive.mapjoin.check.memory.rows = 2;

But in HiveConf, the names of these 2 conf variable do not match with each other.



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


[jira] Resolved: (HIVE-1808) bug in auto_join25.q

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

Namit Jain resolved HIVE-1808.
------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Committed. Thanks Liyin

> bug in auto_join25.q
> --------------------
>
>                 Key: HIVE-1808
>                 URL: https://issues.apache.org/jira/browse/HIVE-1808
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: hive-1808-1.patch
>
>
> In this test case, there are 2 SET statements:
> set hive.mapjoin.localtask.max.memory.usage = 0.0001;
> set hive.mapjoin.check.memory.rows = 2;
> But in HiveConf, the names of these 2 conf variable do not match with each other.

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


[jira] Updated: (HIVE-1808) but in auto_join25.q

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

Liyin Tang updated HIVE-1808:
-----------------------------

    Attachment: hive-1808-1.patch

The bug fixed in this patch

> but in auto_join25.q
> --------------------
>
>                 Key: HIVE-1808
>                 URL: https://issues.apache.org/jira/browse/HIVE-1808
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Liyin Tang
>         Attachments: hive-1808-1.patch
>
>
> In this test case, there are 2 SET statements:
> set hive.mapjoin.localtask.max.memory.usage = 0.0001;
> set hive.mapjoin.check.memory.rows = 2;
> But in HiveConf, the names of these 2 conf variable do not match with each other.

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


[jira] Commented: (HIVE-1808) bug in auto_join25.q

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

Namit Jain commented on HIVE-1808:
----------------------------------

+1

running tests

> bug in auto_join25.q
> --------------------
>
>                 Key: HIVE-1808
>                 URL: https://issues.apache.org/jira/browse/HIVE-1808
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: hive-1808-1.patch
>
>
> In this test case, there are 2 SET statements:
> set hive.mapjoin.localtask.max.memory.usage = 0.0001;
> set hive.mapjoin.check.memory.rows = 2;
> But in HiveConf, the names of these 2 conf variable do not match with each other.

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


[jira] Updated: (HIVE-1808) bug in auto_join25.q

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

Liyin Tang updated HIVE-1808:
-----------------------------

    Summary: bug in auto_join25.q  (was: but in auto_join25.q)

> bug in auto_join25.q
> --------------------
>
>                 Key: HIVE-1808
>                 URL: https://issues.apache.org/jira/browse/HIVE-1808
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: hive-1808-1.patch
>
>
> In this test case, there are 2 SET statements:
> set hive.mapjoin.localtask.max.memory.usage = 0.0001;
> set hive.mapjoin.check.memory.rows = 2;
> But in HiveConf, the names of these 2 conf variable do not match with each other.

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


[jira] Assigned: (HIVE-1808) but in auto_join25.q

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

Liyin Tang reassigned HIVE-1808:
--------------------------------

    Assignee: Liyin Tang

> but in auto_join25.q
> --------------------
>
>                 Key: HIVE-1808
>                 URL: https://issues.apache.org/jira/browse/HIVE-1808
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: hive-1808-1.patch
>
>
> In this test case, there are 2 SET statements:
> set hive.mapjoin.localtask.max.memory.usage = 0.0001;
> set hive.mapjoin.check.memory.rows = 2;
> But in HiveConf, the names of these 2 conf variable do not match with each other.

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