public class HiveShimV110 extends HiveShimV101
| Constructor and Description |
|---|
HiveShimV110() |
| Modifier and Type | Method and Description |
|---|---|
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, createOrcBulkWriterFactory, createTableWithConstraints, 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 in interface HiveShimgetHiveRecordWriter in class HiveShimV100public Class getHiveOutputFormatClass(Class outputFormatClz)
HiveShimHiveOutputFormat class.getHiveOutputFormatClass in interface HiveShimgetHiveOutputFormatClass in class 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 in interface HiveShimgetFieldsFromDeserializer in class HiveShimV100Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.