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

2015-03-05 Thread java8964
You can give Spark-Avro a try. It works great for our project. https://github.com/databricks/spark-avro > From: deepuj...@gmail.com > Date: Thu, 5 Mar 2015 10:27:04 +0530 > Subject: Fwd: Unable to Read/Write Avro RDD on cluster. > To: dev@spark.apache.org > > I am trying to read RDD avro, transfo

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

2015-03-05 Thread Akhil Das
Here's a workaround: - Download and put this jar in the SPARK_CLASSPATH in all workers - Make sure that jar is present in the same path in all workers. Thanks Best Regards On Thu, Mar 5, 2015 at 10:2