Re: SparkSQL support for reading Avro files

2015-01-08 Thread yanenli2
thanks for the reply! Now I know that this package is moved here: https://github.com/databricks/spark-avro -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-support-for-reading-Avro-files-tp20981p21040.html Sent from the Apache Spark User List

SparkSQL support for reading Avro files

2015-01-05 Thread yanenli2
Hi All, I want to use the SparkSQL to manipulate the data with Avro format. I found a solution at https://github.com/marmbrus/sql-avro . However it doesn't compile successfully anymore with the latent code of Spark version 1.2.0 or 1.2.1. I then try to pull a copy from github stated at