Uses of Class
org.apache.hadoop.hive.serde2.avro.AvroSerdeException

Packages that use AvroSerdeException
org.apache.hadoop.hive.serde2.avro   
 

Uses of AvroSerdeException in org.apache.hadoop.hive.serde2.avro
 

Subclasses of AvroSerdeException in org.apache.hadoop.hive.serde2.avro
 class BadSchemaException
           
 

Methods in org.apache.hadoop.hive.serde2.avro that throw AvroSerdeException
 void TestAvroSerdeUtils.detemineSchemaTriesToOpenUrl()
           
 void TestAvroSerdeUtils.determineSchemaCanReadSchemaFromHDFS()
           
static org.apache.avro.Schema AvroSerdeUtils.determineSchemaOrThrowException(Properties properties)
          Determine the schema to that's been provided for Avro serde work.
 void TestAvroSerdeUtils.determineSchemaThrowsExceptionIfNoSchema()
           
 void TestInstanceCache.instanceCacheReturnsCorrectInstances()
           
 void TestInstanceCache.instanceCachesOnlyCreateOneInstance()
           
protected abstract  Instance InstanceCache.makeInstance(SeedObject hv)
           
 void TestAvroSerdeUtils.noneOptionWorksForSpecifyingSchemas()
           
 Instance InstanceCache.retrieve(SeedObject hv)
          Retrieve (or create if it doesn't exist) the correct Instance for this SeedObject
 



Copyright © 2012 The Apache Software Foundation