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, wait
configureJobConf, getInputFormatClass, getMetaHook, getOutputFormatClass, getSerDeClass
public abstract void configureInputJobProperties(TableDesc tableDesc, java.util.Map<java.lang.String,java.lang.String> jobProperties)
configureInputJobProperties
in interface HiveStorageHandler
tableDesc
- jobProperties
- public abstract void configureOutputJobProperties(TableDesc tableDesc, java.util.Map<java.lang.String,java.lang.String> jobProperties)
configureOutputJobProperties
in interface HiveStorageHandler
tableDesc
- jobProperties
- public abstract HiveAuthorizationProvider getAuthorizationProvider() throws HiveException
HiveStorageHandler
getAuthorizationProvider
in interface HiveStorageHandler
HiveException
@Deprecated public final void configureTableJobProperties(TableDesc tableDesc, java.util.Map<java.lang.String,java.lang.String> jobProperties)
HiveStorageHandler
configureTableJobProperties
in interface HiveStorageHandler
tableDesc
- 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