Have you looked at spark-avro?

https://github.com/databricks/spark-avro

On Tue, Apr 7, 2015 at 3:57 AM, Yamini <yamini.m...@gmail.com> wrote:

> Using spark(1.2) streaming to read avro schema based topics flowing in
> kafka
> and then using spark sql context to register data as temp table. Avro maven
> plugin(1.7.7 version) generates the java bean class for the avro file but
> includes a field named SCHEMA$ of type org.apache.avro.Schema which is not
> supported in the JavaSQLContext class[Method : applySchema].
> How to auto generate java bean class for the avro file and over come the
> above mentioned problem.
>
> Thanks.
>
>
>
>
> -----
> Thanks,
> Yamini
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/scala-MatchError-class-org-apache-avro-Schema-of-class-java-lang-Class-tp22402.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to