saurfang / sparksql-protobuf

Read SparkSQL parquet file as RDD[Protobuf]
http://spark-packages.org/package/saurfang/sparksql-protobuf
Apache License 2.0
93 stars 36 forks source link

[Question] Is there a release compatible with Scala 2.11 available? #7

Closed anshbansal closed 6 years ago

anshbansal commented 6 years ago

Looking at https://bintray.com/saurfang/maven/sparksql-protobuf I can see that the release is compatible to Scala 2.10. Is it hosted somewhere else also with Scala 2.11 compatibility?

saurfang commented 6 years ago

It would be easiest to compile yourself and publish to an internal repo if you are working in a company. I can also publish a new version. Do you need Scala 2.11 with Spark 2.x or Scala 2.11 with Spark 1.x since they are not backward compatible AFAIK?

anshbansal commented 6 years ago

Spark 2.x.

saurfang commented 6 years ago

Okay. Released 0.1.3 with Scala 2.11 and Spark 2.3. Let me know if you any trouble using it.