Re: Fwd: Unable to Read/Write Avro RDD on cluster.

2015-03-05 Thread M. Dale
There was a avro-mapred version conflict described in https://issues.apache.org/jira/browse/SPARK-3039. Fixed by https://github.com/apache/spark/pull/4315 for Spark 1.3. Here is a link that describes how to fix Spark 1.2.1 for avro-mapred hadoop2: https://github.com/medale/spark-mail/blob/mast

Fwd: Unable to Read/Write Avro RDD on cluster.

2015-03-04 Thread ๏̯͡๏
I am trying to read RDD avro, transform and write. I am able to run it locally fine but when i run onto cluster, i see issues with Avro. export SPARK_HOME=/home/dvasthimal/spark/spark-1.0.2-bin-2.4.1 export SPARK_YARN_USER_ENV="CLASSPATH=/apache/hadoop/conf" export HADOOP_CONF_DIR=/apache/hadoop/