public class EsStorageHandler extends org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
EsStorageHandler
through Hive TBLPROPERTIESConstructor and Description |
---|
EsStorageHandler() |
Modifier and Type | Method and Description |
---|---|
void |
configureInputJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc tableDesc,
Map<String,String> jobProperties) |
void |
configureJobConf(org.apache.hadoop.hive.ql.plan.TableDesc tableDesc,
JobConf jobConf) |
void |
configureOutputJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc tableDesc,
Map<String,String> jobProperties) |
void |
configureTableJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc tableDesc,
Map<String,String> jobProperties)
Deprecated.
|
Class<? extends InputFormat> |
getInputFormatClass() |
org.apache.hadoop.hive.metastore.HiveMetaHook |
getMetaHook() |
Class<? extends OutputFormat> |
getOutputFormatClass() |
Class<? extends org.apache.hadoop.hive.serde2.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 org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
getInputFormatClass
in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
public Class<? extends OutputFormat> getOutputFormatClass()
getOutputFormatClass
in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
getOutputFormatClass
in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
public Class<? extends org.apache.hadoop.hive.serde2.AbstractSerDe> getSerDeClass()
getSerDeClass
in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
getSerDeClass
in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
public org.apache.hadoop.hive.metastore.HiveMetaHook getMetaHook()
getMetaHook
in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
getMetaHook
in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
public void configureInputJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc tableDesc, Map<String,String> jobProperties)
configureInputJobProperties
in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
configureInputJobProperties
in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
public void configureOutputJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc tableDesc, Map<String,String> jobProperties)
configureOutputJobProperties
in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
configureOutputJobProperties
in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
@Deprecated public void configureTableJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc tableDesc, Map<String,String> jobProperties)
configureTableJobProperties
in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
configureTableJobProperties
in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
public void configureJobConf(org.apache.hadoop.hive.ql.plan.TableDesc tableDesc, JobConf jobConf)
configureJobConf
in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
configureJobConf
in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler