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 |
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 SerDe> |
getSerDeClass() |
configureJobConf, getAuthorizationProvider, getConf, setConf
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 SerDe> 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