You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Marcel Kornacker (JIRA)" <ji...@apache.org> on 2010/12/21 04:24:01 UTC

[jira] Created: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
---------------------------------------------------------------

                 Key: HIVE-1858
                 URL: https://issues.apache.org/jira/browse/HIVE-1858
             Project: Hive
          Issue Type: New Feature
    Affects Versions: 0.7.0
            Reporter: Marcel Kornacker
            Assignee: Marcel Kornacker


Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW}:
- signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
- this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Updated: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

Marcel Kornacker updated HIVE-1858:
-----------------------------------

    Status: Patch Available  (was: Open)

> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Updated: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

Marcel Kornacker updated HIVE-1858:
-----------------------------------

    Description: 
Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
- signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
- this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

  was:
Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW}:
- signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
- this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true


> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Updated: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

Marcel Kornacker updated HIVE-1858:
-----------------------------------

    Attachment: hive-1858.1.patch

> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW}:
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Commented: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

Marcel Kornacker commented on HIVE-1858:
----------------------------------------

Okay, I updated the wiki, let me know if that's what you had in mind.

> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>             Fix For: 0.7.0
>
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Commented: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

John Sichi commented on HIVE-1858:
----------------------------------

Looks good.


> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>             Fix For: 0.7.0
>
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Commented: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

Marcel Kornacker commented on HIVE-1858:
----------------------------------------

Anytime, John.

I'll update the wiki.

> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>             Fix For: 0.7.0
>
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Issue Comment Edited: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

John Sichi edited comment on HIVE-1858 at 12/27/10 6:28 PM:
------------------------------------------------------------

Committed.  Thanks Marcel!


      was (Author: jvs):
    Commited.  Thanks Marcel!

  
> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>             Fix For: 0.7.0
>
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Commented: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

John Sichi commented on HIVE-1858:
----------------------------------

+1.  Will commit if tests pass.

The wiki is going to need to be updated for this plus HIVE-1856.  Be sure to include a note that the new syntax + conf is only available starting from Hive 0.7.


> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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


[jira] Updated: (HIVE-1858) Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS

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

John Sichi updated HIVE-1858:
-----------------------------

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

Commited.  Thanks Marcel!


> Implement DROP {PARTITION, INDEX, TEMPORARY FUNCTION} IF EXISTS
> ---------------------------------------------------------------
>
>                 Key: HIVE-1858
>                 URL: https://issues.apache.org/jira/browse/HIVE-1858
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Marcel Kornacker
>            Assignee: Marcel Kornacker
>             Fix For: 0.7.0
>
>         Attachments: hive-1858.1.patch
>
>
> Extend HIVE-1856 to support IF EXISTS for {DROP TABLE, VIEW} and ALTER TABLE DROP PARTITION
> - signal an error if the to-be-dropped entity doesn't exist and IF EXISTS isn't specified
> - this behavior can be disabled by setting hive.exec.drop.ignorenonexistent to true

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