Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Upgrade to spark 2.1.x #205

Closed
koertkuipers opened this issue Dec 31, 2016 · 1 comment
Closed

Upgrade to spark 2.1.x #205

koertkuipers opened this issue Dec 31, 2016 · 1 comment

Comments

@koertkuipers
Copy link
Contributor

The FileFormat APIs are not stable yet so we need a new version of spark-avro for spark 2.1.x

Using spark-avro 3.1.0 with spark 2.1.0 gives:

java.lang.AbstractMethodError
    at org.apache.spark.sql.execution.datasources.FileFormatWriter$SingleDirectoryWriteTask.<init>(FileFormatWriter.scala:232)
    at org.apache.spark.sql.execution.datasources.FileFormatWriter$.org$apache$spark$sql$execution$datasources$FileFormatWriter$$executeTask(FileFormatWriter.scala:182)
    at org.apache.spark.sql.execution.datasources.FileFormatWriter$$anonfun$write$1$$anonfun$3.apply(FileFormatWriter.scala:129)
    at org.apache.spark.sql.execution.datasources.FileFormatWriter$$anonfun$write$1$$anonfun$3.apply(FileFormatWriter.scala:128)
    at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:87)
    at org.apache.spark.scheduler.Task.run(Task.scala:99)
    at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:282)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
@elyast
Copy link

elyast commented Jan 20, 2017

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants