public interface SchemaInference
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.hive.metastore.api.FieldSchema> |
readSchema(org.apache.hadoop.conf.Configuration conf,
String file)
Infer Hive compatible schema from provided file.
|
List<org.apache.hadoop.hive.metastore.api.FieldSchema> readSchema(org.apache.hadoop.conf.Configuration conf, String file) throws SerDeException
file - Fully qualified path to file to infer schema from (hadoop compatible URI + filename)SerDeExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.