HiveStorageHandler insteadpublic abstract class HCatStorageHandler extends java.lang.Object implements HiveStorageHandler
| Constructor and Description |
|---|
HCatStorageHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configureInputJobProperties(TableDesc tableDesc,
java.util.Map<java.lang.String,java.lang.String> jobProperties)
Deprecated.
This method is called to allow the StorageHandlers the chance
to populate the JobContext.getConfiguration() with properties that
maybe be needed by the handler's bundled artifacts (ie InputFormat, SerDe, etc).
|
abstract void |
configureOutputJobProperties(TableDesc tableDesc,
java.util.Map<java.lang.String,java.lang.String> jobProperties)
Deprecated.
This method is called to allow the StorageHandlers the chance
to populate the JobContext.getConfiguration() with properties that
maybe be needed by the handler's bundled artifacts (ie InputFormat, SerDe, etc).
|
void |
configureTableJobProperties(TableDesc tableDesc,
java.util.Map<java.lang.String,java.lang.String> jobProperties)
Deprecated.
|
abstract HiveAuthorizationProvider |
getAuthorizationProvider()
Deprecated.
Returns the implementation specific authorization provider
|
abstract Configuration |
getConf()
Deprecated.
|
abstract void |
setConf(Configuration conf)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureJobConf, getInputFormatClass, getMetaHook, getOutputFormatClass, getSerDeClasspublic abstract void configureInputJobProperties(TableDesc tableDesc, java.util.Map<java.lang.String,java.lang.String> jobProperties)
configureInputJobProperties in interface HiveStorageHandlertableDesc - jobProperties - public abstract void configureOutputJobProperties(TableDesc tableDesc, java.util.Map<java.lang.String,java.lang.String> jobProperties)
configureOutputJobProperties in interface HiveStorageHandlertableDesc - jobProperties - public abstract HiveAuthorizationProvider getAuthorizationProvider() throws HiveException
HiveStorageHandlergetAuthorizationProvider in interface HiveStorageHandlerHiveException@Deprecated public final void configureTableJobProperties(TableDesc tableDesc, java.util.Map<java.lang.String,java.lang.String> jobProperties)
HiveStorageHandlerconfigureTableJobProperties in interface HiveStorageHandlertableDesc - descriptor for the table being accessedjobProperties - receives properties copied or transformed
from the table propertiespublic abstract Configuration getConf()
public abstract void setConf(Configuration conf)
Copyright © 2012 The Apache Software Foundation