org.apache.hadoop.hive.metastore.tools
Class HiveMetaTool

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.tools.HiveMetaTool

public class HiveMetaTool
extends Object

This class provides Hive admins a tool to - execute JDOQL against the metastore using DataNucleus - perform HA name node upgrade


Constructor Summary
HiveMetaTool()
           
 
Method Summary
static void main(String[] args)
           
 void updateFSRootLocation(URI oldURI, URI newURI, String serdePropKey, String tablePropKey, boolean isDryRun)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveMetaTool

public HiveMetaTool()
Method Detail

updateFSRootLocation

public void updateFSRootLocation(URI oldURI,
                                 URI newURI,
                                 String serdePropKey,
                                 String tablePropKey,
                                 boolean isDryRun)

main

public static void main(String[] args)


Copyright © 2011 The Apache Software Foundation