public void configureInputJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc arg0,
Map<String,String> arg1)
Specified by:
configureInputJobProperties in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
configureJobConf
public void configureJobConf(org.apache.hadoop.hive.ql.plan.TableDesc arg0,
org.apache.hadoop.mapred.JobConf arg1)
Specified by:
configureJobConf in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
configureOutputJobProperties
public void configureOutputJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc arg0,
Map<String,String> arg1)
Specified by:
configureOutputJobProperties in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
configureTableJobProperties
public void configureTableJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc arg0,
Map<String,String> arg1)
Specified by:
configureTableJobProperties in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
getAuthorizationProvider
public org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider getAuthorizationProvider()
throws org.apache.hadoop.hive.ql.metadata.HiveException
Specified by:
getAuthorizationProvider in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
Throws:
org.apache.hadoop.hive.ql.metadata.HiveException
getInputFormatClass
public Class<? extends org.apache.hadoop.mapred.InputFormat> getInputFormatClass()
Specified by:
getInputFormatClass in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
getMetaHook
public org.apache.hadoop.hive.metastore.HiveMetaHook getMetaHook()
Specified by:
getMetaHook in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
getOutputFormatClass
public Class<? extends org.apache.hadoop.mapred.OutputFormat> getOutputFormatClass()
Specified by:
getOutputFormatClass in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
getSerDeClass
public Class<? extends org.apache.hadoop.hive.serde2.SerDe> getSerDeClass()
Specified by:
getSerDeClass in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
setConf
public void setConf(org.apache.hadoop.conf.Configuration conf)
Specified by:
setConf in interface org.apache.hadoop.conf.Configurable
getConf
public org.apache.hadoop.conf.Configuration getConf()
Specified by:
getConf in interface org.apache.hadoop.conf.Configurable
commitCreateTable
public void commitCreateTable(org.apache.hadoop.hive.metastore.api.Table arg0)
throws org.apache.hadoop.hive.metastore.api.MetaException
Specified by:
commitCreateTable in interface org.apache.hadoop.hive.metastore.HiveMetaHook