You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Bhushan Mandhani (JIRA)" <ji...@apache.org> on 2012/06/13 05:16:42 UTC

[jira] [Created] (HIVE-3124) Error in Removing ProtectMode from a Table

Bhushan Mandhani created HIVE-3124:
--------------------------------------

             Summary: Error in Removing ProtectMode from a Table
                 Key: HIVE-3124
                 URL: https://issues.apache.org/jira/browse/HIVE-3124
             Project: Hive
          Issue Type: Bug
            Reporter: Bhushan Mandhani
            Assignee: Bhushan Mandhani
            Priority: Minor


hive> alter table table_name disable NO_DROP CASCADE;
Failed with exception null
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Carl Steinbach updated HIVE-3124:
---------------------------------

    Component/s: Query Processor
                 Metastore
    
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Query Processor
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Kevin Wilfong updated HIVE-3124:
--------------------------------

    Status: Patch Available  (was: Open)
    
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Carl Steinbach commented on HIVE-3124:
--------------------------------------

+1.

@Bhushan: Please attach the most recent version of the patch. I will test and commit. Thanks.
                
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Query Processor
>    Affects Versions: 0.9.0
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>         Attachments: HIVE-3124.1.patch.txt
>
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Carl Steinbach updated HIVE-3124:
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.10.0
           Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks Bhushan!
                
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Query Processor
>    Affects Versions: 0.9.0
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3124.1.patch.txt
>
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Carl Steinbach updated HIVE-3124:
---------------------------------

    Status: Open  (was: Patch Available)

@Bhushan: Please see my comments on phabricator. Thanks.
                
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Kevin Wilfong commented on HIVE-3124:
-------------------------------------

+1 I will start running tests.

I realize this is just after it was marked Patch Available so I will give it some time before I commit.
                
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Carl Steinbach commented on HIVE-3124:
--------------------------------------

Cool. I'll test that then.
                
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Query Processor
>    Affects Versions: 0.9.0
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>         Attachments: HIVE-3124.1.patch.txt
>
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Bhushan Mandhani commented on HIVE-3124:
----------------------------------------

Carl, the uploaded version is the most recent version.
                
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Query Processor
>    Affects Versions: 0.9.0
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>         Attachments: HIVE-3124.1.patch.txt
>
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Bhushan Mandhani updated HIVE-3124:
-----------------------------------

    Attachment: HIVE-3124.1.patch.txt
    
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Query Processor
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>         Attachments: HIVE-3124.1.patch.txt
>
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Carl Steinbach updated HIVE-3124:
---------------------------------

    Hadoop Flags: Reviewed
    
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Query Processor
>    Affects Versions: 0.9.0
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3124.1.patch.txt
>
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Bhushan Mandhani commented on HIVE-3124:
----------------------------------------

Diff out at https://reviews.facebook.net/D3615
                
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3124) Error in Removing ProtectMode from a Table

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

Bhushan Mandhani updated HIVE-3124:
-----------------------------------

    Affects Version/s: 0.9.0
               Status: Patch Available  (was: Open)
    
> Error in Removing ProtectMode from a Table
> ------------------------------------------
>
>                 Key: HIVE-3124
>                 URL: https://issues.apache.org/jira/browse/HIVE-3124
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Query Processor
>    Affects Versions: 0.9.0
>            Reporter: Bhushan Mandhani
>            Assignee: Bhushan Mandhani
>            Priority: Minor
>         Attachments: HIVE-3124.1.patch.txt
>
>
> hive> alter table table_name disable NO_DROP CASCADE;
> Failed with exception null
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira