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

[jira] Created: (HIVE-169) wrong configuration parameter used for determining join interval in JoinOperator

wrong configuration parameter used for determining join interval in JoinOperator
--------------------------------------------------------------------------------

                 Key: HIVE-169
                 URL: https://issues.apache.org/jira/browse/HIVE-169
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: Namit Jain


    joinEmitInterval = HiveConf.getIntVar(hconf, HiveConf.ConfVars.HIVEPARTITIONNAME);


joinEmitInterval should be using HIVEJOINEMITINTERVAL instead

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


[jira] Updated: (HIVE-169) wrong configuration parameter used for determining join interval in JoinOperator

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

Namit Jain updated HIVE-169:
----------------------------

    Attachment: 169.patch

> wrong configuration parameter used for determining join interval in JoinOperator
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-169
>                 URL: https://issues.apache.org/jira/browse/HIVE-169
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: 169.patch
>
>
>     joinEmitInterval = HiveConf.getIntVar(hconf, HiveConf.ConfVars.HIVEPARTITIONNAME);
> joinEmitInterval should be using HIVEJOINEMITINTERVAL instead

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


[jira] Commented: (HIVE-169) wrong configuration parameter used for determining join interval in JoinOperator

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

Zheng Shao commented on HIVE-169:
---------------------------------

Committed revision 726163.
Thanks Namit!

> wrong configuration parameter used for determining join interval in JoinOperator
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-169
>                 URL: https://issues.apache.org/jira/browse/HIVE-169
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: 169.patch
>
>
>     joinEmitInterval = HiveConf.getIntVar(hconf, HiveConf.ConfVars.HIVEPARTITIONNAME);
> joinEmitInterval should be using HIVEJOINEMITINTERVAL instead

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


[jira] Updated: (HIVE-169) wrong configuration parameter used for determining join interval in JoinOperator

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

Carl Steinbach updated HIVE-169:
--------------------------------

    Fix Version/s: 0.3.0

> wrong configuration parameter used for determining join interval in JoinOperator
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-169
>                 URL: https://issues.apache.org/jira/browse/HIVE-169
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.3.0
>
>         Attachments: 169.patch
>
>
>     joinEmitInterval = HiveConf.getIntVar(hconf, HiveConf.ConfVars.HIVEPARTITIONNAME);
> joinEmitInterval should be using HIVEJOINEMITINTERVAL instead

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


[jira] Updated: (HIVE-169) wrong configuration parameter used for determining join interval in JoinOperator

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

Zheng Shao updated HIVE-169:
----------------------------

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

HIVE-169. Fixed configuration parameter used for determining join interval
in JoinOperator. (Namit Jain via zshao)


> wrong configuration parameter used for determining join interval in JoinOperator
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-169
>                 URL: https://issues.apache.org/jira/browse/HIVE-169
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: 169.patch
>
>
>     joinEmitInterval = HiveConf.getIntVar(hconf, HiveConf.ConfVars.HIVEPARTITIONNAME);
> joinEmitInterval should be using HIVEJOINEMITINTERVAL instead

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


[jira] Commented: (HIVE-169) wrong configuration parameter used for determining join interval in JoinOperator

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656093#action_12656093 ] 

Ashish Thusoo commented on HIVE-169:
------------------------------------

+1

looks good to me.

> wrong configuration parameter used for determining join interval in JoinOperator
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-169
>                 URL: https://issues.apache.org/jira/browse/HIVE-169
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: 169.patch
>
>
>     joinEmitInterval = HiveConf.getIntVar(hconf, HiveConf.ConfVars.HIVEPARTITIONNAME);
> joinEmitInterval should be using HIVEJOINEMITINTERVAL instead

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


[jira] Updated: (HIVE-169) wrong configuration parameter used for determining join interval in JoinOperator

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

Namit Jain updated HIVE-169:
----------------------------

    Status: Patch Available  (was: Open)

> wrong configuration parameter used for determining join interval in JoinOperator
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-169
>                 URL: https://issues.apache.org/jira/browse/HIVE-169
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: 169.patch
>
>
>     joinEmitInterval = HiveConf.getIntVar(hconf, HiveConf.ConfVars.HIVEPARTITIONNAME);
> joinEmitInterval should be using HIVEJOINEMITINTERVAL instead

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