xebia-functional / poc-scala-data-streaming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Create a new module

dagmendez opened this issue · comments

commented

Warning: Spark does not use Scala 3. It relays in Scala 2 and old version of Java. Be ware.

  • Create a new module that depends only in the core-headersmodule. Create a new trait in core-headersand extend it in some class / object in the new spark-streaming module.
  • Add the needed dependencies to the new model, making sure to include all the special option for the compiler to make the code to work.