public class HiveShimV110 extends HiveShimV101
| 构造器和说明 |
|---|
HiveShimV110() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<org.apache.hadoop.hive.metastore.api.FieldSchema> |
getFieldsFromDeserializer(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hive.metastore.api.Table table,
boolean skipConfError)
Get Hive table schema from deserializer.
|
Class |
getHiveOutputFormatClass(Class outputFormatClz)
For a given OutputFormat class, get the corresponding
HiveOutputFormat class. |
org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter |
getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jobConf,
Class outputFormatClz,
Class<? extends org.apache.hadoop.io.Writable> outValClz,
boolean isCompressed,
Properties tableProps,
org.apache.hadoop.fs.Path outPath)
Get Hive's FileSinkOperator.RecordWriter.
|
alterPartition, alterTable, createUDAFParameterInfo, getBuiltInFunctionInfo, getDateDataTypeClass, getHiveMetastoreClient, getHiveMetaStoreUtilsClass, getMetaStoreUtilsClass, getNotNullColumns, getPrimaryKey, getTimestampDataTypeClass, getViews, hivePrimitiveToWritable, isDateStats, listBuiltInFunctions, toFlinkDate, toFlinkDateColStats, toFlinkTimestamp, toHiveDate, toHiveDateColStats, toHiveTimestamppublic org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jobConf,
Class outputFormatClz,
Class<? extends org.apache.hadoop.io.Writable> outValClz,
boolean isCompressed,
Properties tableProps,
org.apache.hadoop.fs.Path outPath)
HiveShimgetHiveRecordWriter 在接口中 HiveShimgetHiveRecordWriter 在类中 HiveShimV100public Class getHiveOutputFormatClass(Class outputFormatClz)
HiveShimHiveOutputFormat class.getHiveOutputFormatClass 在接口中 HiveShimgetHiveOutputFormatClass 在类中 HiveShimV100public List<org.apache.hadoop.hive.metastore.api.FieldSchema> getFieldsFromDeserializer(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hive.metastore.api.Table table, boolean skipConfError)
HiveShimgetFieldsFromDeserializer 在接口中 HiveShimgetFieldsFromDeserializer 在类中 HiveShimV100Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.