org.apache.hadoop.hive.metastore
Class MetaStoreInitListener
java.lang.Object
org.apache.hadoop.hive.metastore.MetaStoreInitListener
- Direct Known Subclasses:
- DummyMetaStoreInitListener, TestMetaStoreListenersError.ErrorInitListener
public abstract class MetaStoreInitListener
- extends Object
This abstract class needs to be extended to provide implementation of actions
that needs to be performed when HMSHandler is initialized
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaStoreInitListener
public MetaStoreInitListener(Configuration config)
onInit
public abstract void onInit(MetaStoreInitContext context)
throws MetaException
- Throws:
MetaException
getConf
public Configuration getConf()
setConf
public void setConf(Configuration config)
Copyright © 2012 The Apache Software Foundation