You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2015/02/11 08:05:12 UTC

[jira] [Created] (HIVE-9651) FileSinkOperator does not pass in conf to serde.initalize

Brock Noland created HIVE-9651:
----------------------------------

             Summary: FileSinkOperator does not pass in conf to serde.initalize
                 Key: HIVE-9651
                 URL: https://issues.apache.org/jira/browse/HIVE-9651
             Project: Hive
          Issue Type: Bug
            Reporter: Brock Noland


{noformat}
java.lang.NullPointerException
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:366)
	at org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils.getSchemaFromFS(AvroSerdeUtils.java:131)
	at org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils.determineSchemaOrThrowException(AvroSerdeUtils.java:112)
	at org.apache.hadoop.hive.serde2.avro.AvroSerDe.determineSchemaOrReturnErrorSchema(AvroSerDe.java:165)
	at org.apache.hadoop.hive.serde2.avro.AvroSerDe.initialize(AvroSerDe.java:103)
	at org.apache.hadoop.hive.ql.exec.FileSinkOperator.initializeOp(FileSinkOperator.java:337)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)