You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2011/03/03 05:23:36 UTC

[jira] Created: (HIVE-2025) Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022

Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022
-----------------------------------------------------------------------------

                 Key: HIVE-2025
                 URL: https://issues.apache.org/jira/browse/HIVE-2025
             Project: Hive
          Issue Type: Bug
          Components: Metastore
            Reporter: Carl Steinbach
            Assignee: Paul Yang
            Priority: Critical


The patch for HIVE-2022 broke TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore

https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/590/

@Paul: Assigning this to you.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HIVE-2025) Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022

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

Ning Zhang commented on HIVE-2025:
----------------------------------

This is due to a bug in ObjectStore. I'll upload a patch soon.

> Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2025
>                 URL: https://issues.apache.org/jira/browse/HIVE-2025
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Paul Yang
>            Priority: Critical
>
> The patch for HIVE-2022 broke TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore
> https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/590/
> @Paul: Assigning this to you.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HIVE-2025) Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022

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

Carl Steinbach commented on HIVE-2025:
--------------------------------------

Review request: https://reviews.apache.org/r/464/


> Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2025
>                 URL: https://issues.apache.org/jira/browse/HIVE-2025
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Ning Zhang
>            Priority: Critical
>         Attachments: HIVE-2025.patch
>
>
> The patch for HIVE-2022 broke TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore
> https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/590/
> @Paul: Assigning this to you.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HIVE-2025) Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022

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

Ning Zhang updated HIVE-2025:
-----------------------------

    Attachment: HIVE-2025.patch

null-checking before delete persistent obj in ObjectStore.dropType(). Also added javax.jdo.option.Embedded to HiveConf.java (HIVE-2022).

> Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2025
>                 URL: https://issues.apache.org/jira/browse/HIVE-2025
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Ning Zhang
>            Priority: Critical
>         Attachments: HIVE-2025.patch
>
>
> The patch for HIVE-2022 broke TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore
> https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/590/
> @Paul: Assigning this to you.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HIVE-2025) Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022

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

Ning Zhang updated HIVE-2025:
-----------------------------

    Status: Patch Available  (was: Open)

> Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2025
>                 URL: https://issues.apache.org/jira/browse/HIVE-2025
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Ning Zhang
>            Priority: Critical
>         Attachments: HIVE-2025.patch
>
>
> The patch for HIVE-2022 broke TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore
> https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/590/
> @Paul: Assigning this to you.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HIVE-2025) Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022

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

Carl Steinbach commented on HIVE-2025:
--------------------------------------

+1. Will commit if tests pass.

> Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2025
>                 URL: https://issues.apache.org/jira/browse/HIVE-2025
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Ning Zhang
>            Priority: Critical
>         Attachments: HIVE-2025.patch
>
>
> The patch for HIVE-2022 broke TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore
> https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/590/
> @Paul: Assigning this to you.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HIVE-2025) Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022

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

Ning Zhang reassigned HIVE-2025:
--------------------------------

    Assignee: Ning Zhang  (was: Paul Yang)

> Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2025
>                 URL: https://issues.apache.org/jira/browse/HIVE-2025
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Ning Zhang
>            Priority: Critical
>
> The patch for HIVE-2022 broke TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore
> https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/590/
> @Paul: Assigning this to you.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HIVE-2025) Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022

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

Carl Steinbach updated HIVE-2025:
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks Ning!

> Fix TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore broken by HIVE-2022
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2025
>                 URL: https://issues.apache.org/jira/browse/HIVE-2025
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Ning Zhang
>            Priority: Critical
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2025.patch
>
>
> The patch for HIVE-2022 broke TestEmbeddedHiveMetaStore and TestRemoteHiveMetaStore
> https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/590/
> @Paul: Assigning this to you.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira