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 2012/05/26 00:09:22 UTC

[jira] [Created] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

Carl Steinbach created HIVE-3056:
------------------------------------

             Summary: Ability to bulk update location field in Db/Table/Partition records
                 Key: HIVE-3056
                 URL: https://issues.apache.org/jira/browse/HIVE-3056
             Project: Hive
          Issue Type: Bug
          Components: Metastore
            Reporter: Carl Steinbach
            Assignee: Carl Steinbach





--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Hudson commented on HIVE-3056:
------------------------------

Integrated in Hive-trunk-h0.21 #1646 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1646/])
    HIVE-3056. Ability to bulk update location field in Db/Table/Partition records (Shreepadma Venugopalan via cws) (Revision 1380500)

     Result = FAILURE
cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380500
Files : 
* /hive/trunk/bin/ext/metatool.sh
* /hive/trunk/bin/metatool
* /hive/trunk/build.xml
* /hive/trunk/eclipse-templates/TestHiveMetaTool.launchtemplate
* /hive/trunk/metastore/ivy.xml
* /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java
* /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/tools
* /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/tools/HiveMetaTool.java
* /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveMetaStore.java
* /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveMetaTool.java

                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Attachment: HIVE-3056.5.patch.txt
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan commented on HIVE-3056:
----------------------------------------------

Metatool provides the following functionality,

  * Ability to search and replace the HDFS NN location in metastore records that reference the NN. Note that one use is the ability to transition an existing Hive deployment to use HDFS HA NN.
  * A command line tool to execute JDOQL against the metastore. We believe the ability to execute JDOQL against the metastore will be a useful debugging tool for both users and Hive developers.


                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Namit Jain commented on HIVE-3056:
----------------------------------

@Shreepadma, can you add a phabricator/reviewBoard review ?
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Status: Patch Available  (was: Open)
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan commented on HIVE-3056:
----------------------------------------------

Updated patch is available both on this page as well as https://reviews.apache.org/r/6650/diff/
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Carl Steinbach updated HIVE-3056:
---------------------------------

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

Committed to trunk. Thanks Shreepadma!
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Status: Patch Available  (was: Open)
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Carl Steinbach commented on HIVE-3056:
--------------------------------------

@Shreepadma: Please update the diff on reviewboard. Thanks.
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Assignee: Shreepadma Venugopalan  (was: Carl Steinbach)
      Status: Patch Available  (was: Open)
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.patch
>
>


--
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-3056) Create a new metastore tool to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Summary: Create a new metastore tool to bulk update location field in Db/Table/Partition records   (was: Ability to bulk update location field in Db/Table/Partition records)
    
> Create a new metastore tool to bulk update location field in Db/Table/Partition records 
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Attachment: HIVE-3056.2.patch.txt
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Create a new metastore tool to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan commented on HIVE-3056:
----------------------------------------------

Command	Notes
metatool -listFSRoot	 Obtain the NameNode location. The value is prefixed with hdfs:// scheme
metatool -updateLocation [-dryRun] <new-HA-NN-loc> <pre-NN-loc>	 Update records in the Hive metastore to point to the new NameNode location
metatool -updateLocation [-dryRun] [-tablePropKey <table-prop-key>] [-serdePropKey <serde-prop-key>] <new-HA-NN-loc> <pre-NN-loc>	 Updates metastore records, including the ones that reference the Avro SerDe schema URL, to point to the new HDFS NameNode location.
metatool -listFSRoot	 Verify that the update was executed successfully; it should now return the new location that matches the value of the dfs.nameservices property
                
> Create a new metastore tool to bulk update location field in Db/Table/Partition records 
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Carl Steinbach commented on HIVE-3056:
--------------------------------------

@Shreepadma: Can you please provide a link to the reviewboard request? Thanks!
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Carl Steinbach updated HIVE-3056:
---------------------------------

      Issue Type: New Feature  (was: Bug)
    Release Note: This patch added bin/metatool
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Carl Steinbach commented on HIVE-3056:
--------------------------------------

Each Db, Table, and Partition record in the MetaStore includes a location field. We need to develop a mechanism that allows us to do bulk updates on this field. The motivating use case is handling the transition from pre-HA to HA HDFS.

                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>


--
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-3056) Create a new metastore tool to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan commented on HIVE-3056:
----------------------------------------------

The options used for the listFSRoot option are:

<new-HA-NN-loc> – specifies the new location and should match the value of the dfs.nameservices property.
<pre-NN-loc> – return value from the listFSRoot command that references the NameNode location.
dryRun – outputs the location to the console without making persistent changes.
tablePropKey <table-prop-key> – allows users to specify a table property key whose value field may reference the HDFS NameNode location and hence may require an update. To update the Avro SerDe schema URL, specify avro.schema.url for this argument.
serdePropKey <serde-prop-key> – allows users to specify a SerDe property key whose value field may reference the HDFS NameNode location and hence may require an update. To update the Haivvero schema URL, specify schema.url for this argument.
If you are unsure which version of Avro SerDe is used, pass both schemaPropKey and tablePropKey arguments with their respective values for the keys to updateLocation
                
> Create a new metastore tool to bulk update location field in Db/Table/Partition records 
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Carl Steinbach commented on HIVE-3056:
--------------------------------------

+1. Will commit if tests pass.
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan commented on HIVE-3056:
----------------------------------------------

Link to review board review request: https://reviews.apache.org/r/6650/
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan commented on HIVE-3056:
----------------------------------------------

@Namit: Responded to your comments on review board.
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan commented on HIVE-3056:
----------------------------------------------

@Namit: I've also posted the review on Apache reviewboard.
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Attachment: HIVE-3056.3.patch.txt
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Description:     (was: 
)
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Carl Steinbach commented on HIVE-3056:
--------------------------------------

@Shreepadma: Please see my comments on reviewboard. Thanks.
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Attachment: HIVE-3056.7.patch.txt
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.7.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Namit Jain updated HIVE-3056:
-----------------------------

    Status: Open  (was: Patch Available)

comments on review board
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan updated HIVE-3056:
-----------------------------------------

    Attachment: HIVE-3056.patch
    
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.patch
>
>


--
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-3056) Ability to bulk update location field in Db/Table/Partition records

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

Shreepadma Venugopalan commented on HIVE-3056:
----------------------------------------------

@Carl: I've addressed your comments in the new patch. Its on review board at : https://reviews.apache.org/r/6650/diff/ Thanks!
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

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

Carl Steinbach commented on HIVE-3056:
--------------------------------------

@Shreepadma: please remember to set the status to "patch available" after resubmitting a patch. Thanks.
                
> Ability to bulk update location field in Db/Table/Partition records
> -------------------------------------------------------------------
>
>                 Key: HIVE-3056
>                 URL: https://issues.apache.org/jira/browse/HIVE-3056
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3056.2.patch.txt, HIVE-3056.3.patch.txt, HIVE-3056.4.patch.txt, HIVE-3056.5.patch.txt, HIVE-3056.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira