Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade spark to 2.2.0 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

upgrade spark to 2.2.0 #8

wants to merge 1 commit into from

Conversation

flisky
Copy link

@flisky flisky commented Apr 27, 2017

Mainly, KafkaSourceOffset serialization doesn't work any more,
so I do it modeled after spark-sql-kafka-010 by hand,
and keep the same interface map[TopicAndPartition, LeaderOffset].

Some function like parseVersion is private under org.apache.spark.sql,
so I move the package namespace.

Spark supports the serialization version, and default VERSION is 1 under kafka-010.
I decrease to 0 in our package, just FYI.

Should fix #7.

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

Successfully merging this pull request may close these issues.

maven clean package failed
1 participant