Skip to content

Spark 2 compatibility #83

Description

@tashoyan

As Spark 2 is not a breaking news anymore, it's time to make reference apps working with it.
I can see at least the following things to do:

  • Use SparkSession instead of SQLContext
  • Use Dataset API
  • Update JavaDStream.foreachRDD() invocations to new contract (returns nothing)
  • Update JavaPairDStream.updateStateByKey() to new contract (uses Spark implementation of Optional)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions