[ 
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

Reply via email to