Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/touk/flink-scala-2.13


https://github.com/touk/flink-scala-2.13

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# flink-scala-2.13

For now Flink does not support Scala 2.13. For more refer to .

Our solution to deploy Scala 2.13 code to Flink, until it's officially supported (or Flink becomes really scala-free):

```bash
rm $FLINK_HOME/lib/flink-scala*.jar
wget https://repo1.maven.org/maven2/pl/touk/flink-scala-2-13_2.13/1.1.2/flink-scala-2-13_2.13-1.1.2-assembly.jar -O $FLINK_HOME/lib/flink-scala-2-13_2.13-1.1.1-assembly.jar
```

```scala
libraryDependencies += "pl.touk" %% "flink-scala-2-13" % "1.1.2"
```

## Publishing
```
sbt publishSigned sonatypeBundleRelease
```