Avro tables and kerberized clusters

2015-12-22 Thread Aaron . Dossett
I was researching my ATLAS-381 errors and came across possibly a more fundamental problem. My avro tables define their schema by reference to a schema file on HDFS. The DDL includes: TBLPROPERTIES ('avro.schema.url'='hdfs://redstackambari.vagrant.tgt:8020/user/vagrant/schema/foo.avsc'); When

Re: Avro tables and kerberized clusters

2015-12-22 Thread Aaron . Dossett
To answer my own question, the Hive Bridge needs visibility to the full hadoop class path to successfully interact with HDFS. I¹ll create a JIRA and provide a patch for further feedback. On 12/22/15, 1:16 PM, "Aaron.Dossett" wrote: >I was researching my ATLAS-381 errors and came across possibly