Skip to content

TouK/flink-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flink-scala

Maven Central Version Docker Image Version

This module is a replacement for the org.apache.flink:flink-scala lib shipped with flink distribution, and allows using flink with higher scala versions than 2.12.8.

For more refer to https://issues.apache.org/jira/browse/FLINK-13414.

Replacing flink-scala in flink distribution

rm $FLINK_HOME/lib/flink-scala*.jar

wget https://repo1.maven.org/maven2/pl/touk/flink-scala_2.12/1.1.3/flink-scala_2.12-1.1.3-assembly.jar -O $FLINK_HOME/lib/flink-scala_2.12-1.1.3-assembly.jar

Using as a lib (probably only sufficient when child-first classloading is enabled on flink)

libraryDependencies += "pl.touk" %% "flink-scala" % "1.1.3"

Prebuild flink images

  • we provide prebuild flink docker images for scala 2.12 and 2.13 on Docker Hub

Publishing (actually on manual github action)

sbt "+publishSigned; sonatypeBundleRelease"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5