public class EsStorageHandler extends DefaultStorageHandler
EsStorageHandler
through Hive TBLPROPERTIESConstructor and Description |
---|
EsStorageHandler() |
Modifier and Type | Method and Description |
---|---|
void |
configureInputJobProperties(TableDesc tableDesc,
Map<String,String> jobProperties) |
void |
configureJobConf(TableDesc tableDesc,
JobConf jobConf) |
void |
configureOutputJobProperties(TableDesc tableDesc,
Map<String,String> jobProperties) |
void |
configureTableJobProperties(TableDesc tableDesc,
Map<String,String> jobProperties)
Deprecated.
|
Class<? extends InputFormat> |
getInputFormatClass() |
HiveMetaHook |
getMetaHook() |
Class<? extends OutputFormat> |
getOutputFormatClass() |
Class<? extends AbstractSerDe> |
getSerDeClass() |
configureInputJobCredentials, getAuthorizationProvider, getConf, setConf, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLockType, getStorageHandlerInfo
public Class<? extends InputFormat> getInputFormatClass()
getInputFormatClass
in interface HiveStorageHandler
getInputFormatClass
in class DefaultStorageHandler
public Class<? extends OutputFormat> getOutputFormatClass()
getOutputFormatClass
in interface HiveStorageHandler
getOutputFormatClass
in class DefaultStorageHandler
public Class<? extends AbstractSerDe> getSerDeClass()
getSerDeClass
in interface HiveStorageHandler
getSerDeClass
in class DefaultStorageHandler
public HiveMetaHook getMetaHook()
getMetaHook
in interface HiveStorageHandler
getMetaHook
in class DefaultStorageHandler
public void configureInputJobProperties(TableDesc tableDesc, Map<String,String> jobProperties)
configureInputJobProperties
in interface HiveStorageHandler
configureInputJobProperties
in class DefaultStorageHandler
public void configureOutputJobProperties(TableDesc tableDesc, Map<String,String> jobProperties)
configureOutputJobProperties
in interface HiveStorageHandler
configureOutputJobProperties
in class DefaultStorageHandler
@Deprecated public void configureTableJobProperties(TableDesc tableDesc, Map<String,String> jobProperties)
configureTableJobProperties
in interface HiveStorageHandler
configureTableJobProperties
in class DefaultStorageHandler
public void configureJobConf(TableDesc tableDesc, JobConf jobConf)
configureJobConf
in interface HiveStorageHandler
configureJobConf
in class DefaultStorageHandler