Re: NPE in using AvroKeyValueInputFormat for newAPIHadoopFile

2015-12-16 Thread Ted Yu
>From Spark's root pom.xml : 1.7.7 FYI On Wed, Dec 16, 2015 at 3:06 PM, Igor Berman wrote: > check version compatibility > I think avro lib should be 1.7.4 > check that no other lib brings transitive dependency of other avro version > > > On 16 December 2015 at 09:44, Jinyuan Zhou wrote:

Re: NPE in using AvroKeyValueInputFormat for newAPIHadoopFile

2015-12-16 Thread Igor Berman
check version compatibility I think avro lib should be 1.7.4 check that no other lib brings transitive dependency of other avro version On 16 December 2015 at 09:44, Jinyuan Zhou wrote: > Hi, I tried to load avro files in hdfs but keep getting NPE. > I am using AvroKeyValueInputFormat inside n