Skip to content

Playground for comparing different strategies for dealing with polymorphic datasets in Flink

Notifications You must be signed in to change notification settings

salvalcantara/flink-events-and-polymorphism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Flink application project using Scala and SBT.

To run and test your application locally, you can just execute sbt run then select the main class that contains the Flink job .

You can also package the application into a fat jar with sbt assembly, then submit it as usual, with something like:

flink run -c org.example.WordCount /path/to/your/project/my-app/target/scala-2.11/testme-assembly-0.1-SNAPSHOT.jar

You can also run your application from within IntelliJ: select the classpath of the 'mainRunner' module in the run/debug configurations. Simply open 'Run -> Edit configurations...' and then select 'mainRunner' from the "Use classpath of module" dropbox.

About

Playground for comparing different strategies for dealing with polymorphic datasets in Flink

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages