Package | Description |
---|---|
org.apache.hadoop.hive.serde2.avro |
Modifier and Type | Class and Description |
---|---|
class |
BadSchemaException |
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.Schema |
AvroSerdeUtils.determineSchemaOrThrowException(org.apache.hadoop.conf.Configuration conf,
Properties properties)
Determine the schema to that's been provided for Avro serde work.
|
protected abstract Instance |
InstanceCache.makeInstance(SeedObject hv,
Set<SeedObject> seenSchemas) |
Instance |
InstanceCache.retrieve(SeedObject hv)
Retrieve (or create if it doesn't exist) the correct Instance for this
SeedObject
|
Instance |
InstanceCache.retrieve(SeedObject hv,
Set<SeedObject> seenSchemas)
Retrieve (or create if it doesn't exist) the correct Instance for this
SeedObject using 'seenSchemas' to resolve circular references
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.