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 2010/02/19 21:22:27 UTC

[jira] Created: (HIVE-1182) Fix TestCliDriver too many open file error

Fix TestCliDriver too many open file error
------------------------------------------

                 Key: HIVE-1182
                 URL: https://issues.apache.org/jira/browse/HIVE-1182
             Project: Hadoop Hive
          Issue Type: Improvement
    Affects Versions: 0.5.0, 0.6.0
            Reporter: Zheng Shao
            Assignee: Zheng Shao
            Priority: Critical


There is a bug in TestCliDriver that loads all .q files for each of the .q test.
We only need to load the .q file for that particular .q test.



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


[jira] Updated: (HIVE-1182) Fix TestCliDriver too many open file error

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

Zheng Shao updated HIVE-1182:
-----------------------------

        Fix Version/s: 0.6.0
                       0.5.0
                       0.4.2
    Affects Version/s: 0.4.1
               Status: Patch Available  (was: Open)

> Fix TestCliDriver too many open file error
> ------------------------------------------
>
>                 Key: HIVE-1182
>                 URL: https://issues.apache.org/jira/browse/HIVE-1182
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.4.1, 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>            Priority: Critical
>             Fix For: 0.4.2, 0.5.0, 0.6.0
>
>         Attachments: HIVE-1182.1.branch-0.4.patch, HIVE-1182.1.branch-0.5.patch, HIVE-1182.1.patch
>
>
> There is a bug in TestCliDriver that loads all .q files for each of the .q test.
> We only need to load the .q file for that particular .q test.

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


[jira] Updated: (HIVE-1182) Fix TestCliDriver too many open file error

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

Zheng Shao updated HIVE-1182:
-----------------------------

    Attachment: HIVE-1182.2.branch-0.4.patch
                HIVE-1182.2.branch-0.5.patch
                HIVE-1182.2.patch

Adopted Ning's suggestions.

> Fix TestCliDriver too many open file error
> ------------------------------------------
>
>                 Key: HIVE-1182
>                 URL: https://issues.apache.org/jira/browse/HIVE-1182
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.4.1, 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>            Priority: Critical
>             Fix For: 0.4.2, 0.5.0, 0.6.0
>
>         Attachments: HIVE-1182.1.branch-0.4.patch, HIVE-1182.1.branch-0.5.patch, HIVE-1182.1.patch, HIVE-1182.2.branch-0.4.patch, HIVE-1182.2.branch-0.5.patch, HIVE-1182.2.patch
>
>
> There is a bug in TestCliDriver that loads all .q files for each of the .q test.
> We only need to load the .q file for that particular .q test.

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


[jira] Updated: (HIVE-1182) Fix TestCliDriver too many open file error

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

Zheng Shao updated HIVE-1182:
-----------------------------

    Attachment: HIVE-1182.1.patch

This patch fixes the problem.


> Fix TestCliDriver too many open file error
> ------------------------------------------
>
>                 Key: HIVE-1182
>                 URL: https://issues.apache.org/jira/browse/HIVE-1182
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>            Priority: Critical
>         Attachments: HIVE-1182.1.patch
>
>
> There is a bug in TestCliDriver that loads all .q files for each of the .q test.
> We only need to load the .q file for that particular .q test.

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


[jira] Commented: (HIVE-1182) Fix TestCliDriver too many open file error

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835952#action_12835952 ] 

Ning Zhang commented on HIVE-1182:
----------------------------------

template file changes look fine. but I'm sure about the changes to SessionState.start(session). This function now returns the old session and previously it returns the new session. It is called in other places as well. Can you make sure that this change of semantics doesn't break our design and other use cases? If what we need here is to be able to get the current session and close it, we can do it without changing the semantics of SessionState.start(session). 

> Fix TestCliDriver too many open file error
> ------------------------------------------
>
>                 Key: HIVE-1182
>                 URL: https://issues.apache.org/jira/browse/HIVE-1182
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.4.1, 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>            Priority: Critical
>             Fix For: 0.4.2, 0.5.0, 0.6.0
>
>         Attachments: HIVE-1182.1.branch-0.4.patch, HIVE-1182.1.branch-0.5.patch, HIVE-1182.1.patch
>
>
> There is a bug in TestCliDriver that loads all .q files for each of the .q test.
> We only need to load the .q file for that particular .q test.

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


[jira] Updated: (HIVE-1182) Fix TestCliDriver too many open file error

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

Carl Steinbach updated HIVE-1182:
---------------------------------

           Issue Type: Bug  (was: Improvement)
        Fix Version/s:     (was: 0.4.2)
                           (was: 0.6.0)
    Affects Version/s:     (was: 0.5.0)
                           (was: 0.4.1)
                           (was: 0.6.0)
          Component/s: Testing Infrastructure

> Fix TestCliDriver too many open file error
> ------------------------------------------
>
>                 Key: HIVE-1182
>                 URL: https://issues.apache.org/jira/browse/HIVE-1182
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>            Priority: Critical
>             Fix For: 0.5.0
>
>         Attachments: HIVE-1182.1.branch-0.4.patch, HIVE-1182.1.branch-0.5.patch, HIVE-1182.1.patch, HIVE-1182.2.branch-0.4.patch, HIVE-1182.2.branch-0.5.patch, HIVE-1182.2.patch
>
>
> There is a bug in TestCliDriver that loads all .q files for each of the .q test.
> We only need to load the .q file for that particular .q test.

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


[jira] Commented: (HIVE-1182) Fix TestCliDriver too many open file error

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835987#action_12835987 ] 

Ning Zhang commented on HIVE-1182:
----------------------------------

+1. Will commit after tests. 

> Fix TestCliDriver too many open file error
> ------------------------------------------
>
>                 Key: HIVE-1182
>                 URL: https://issues.apache.org/jira/browse/HIVE-1182
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.4.1, 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>            Priority: Critical
>             Fix For: 0.4.2, 0.5.0, 0.6.0
>
>         Attachments: HIVE-1182.1.branch-0.4.patch, HIVE-1182.1.branch-0.5.patch, HIVE-1182.1.patch, HIVE-1182.2.branch-0.4.patch, HIVE-1182.2.branch-0.5.patch, HIVE-1182.2.patch
>
>
> There is a bug in TestCliDriver that loads all .q files for each of the .q test.
> We only need to load the .q file for that particular .q test.

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


[jira] Updated: (HIVE-1182) Fix TestCliDriver too many open file error

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

Ning Zhang updated HIVE-1182:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

committed to branch 0.4, 0.5 and trunk. Thanks Zheng!

> Fix TestCliDriver too many open file error
> ------------------------------------------
>
>                 Key: HIVE-1182
>                 URL: https://issues.apache.org/jira/browse/HIVE-1182
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.4.1, 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>            Priority: Critical
>             Fix For: 0.4.2, 0.5.0, 0.6.0
>
>         Attachments: HIVE-1182.1.branch-0.4.patch, HIVE-1182.1.branch-0.5.patch, HIVE-1182.1.patch, HIVE-1182.2.branch-0.4.patch, HIVE-1182.2.branch-0.5.patch, HIVE-1182.2.patch
>
>
> There is a bug in TestCliDriver that loads all .q files for each of the .q test.
> We only need to load the .q file for that particular .q test.

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


[jira] Updated: (HIVE-1182) Fix TestCliDriver too many open file error

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

Zheng Shao updated HIVE-1182:
-----------------------------

    Attachment: HIVE-1182.1.branch-0.5.patch
                HIVE-1182.1.branch-0.4.patch

Patches for 0.4 and 0.5.

> Fix TestCliDriver too many open file error
> ------------------------------------------
>
>                 Key: HIVE-1182
>                 URL: https://issues.apache.org/jira/browse/HIVE-1182
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>            Priority: Critical
>         Attachments: HIVE-1182.1.branch-0.4.patch, HIVE-1182.1.branch-0.5.patch, HIVE-1182.1.patch
>
>
> There is a bug in TestCliDriver that loads all .q files for each of the .q test.
> We only need to load the .q file for that particular .q test.

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