You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the migrator uses Scala 2.13 whereas EMR provides out-of-the-box support for Spark on Scala 2.12. This makes it impossible to use the Migrator on EMR using the built-in Spark images.
There two possible solutions:
Switch to Scala 2.12 in the migrator. This should be simple to do (maybe we have to add a dependency on scala-collection-compat).
Document how to build custom EMR images, or provide our own EMR images correctly pre-configured. This option needs to be investigated.
The text was updated successfully, but these errors were encountered:
Currently, the migrator uses Scala 2.13 whereas EMR provides out-of-the-box support for Spark on Scala 2.12. This makes it impossible to use the Migrator on EMR using the built-in Spark images.
There two possible solutions:
scala-collection-compat
).The text was updated successfully, but these errors were encountered: