Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
Description
The flink-java module has a transitive dependency on Scala due to Twitter's Chill library. Chill is used within Flink's KryoSerializer to obtain a Kryo instance that has be initialized for Scala classes.
In order to decouple flink-java from Scala, its dependency on Chill needs to be removed.