https://github.com/fluency03/flink-project
https://github.com/fluency03/flink-project
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluency03/flink-project
- Owner: fluency03
- Created: 2017-10-22T20:42:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T21:30:13.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T06:44:58.635Z (12 months ago)
- Language: Scala
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A Flink application project using Scala and SBT.
To run and test your application use SBT invoke: 'sbt run'
In order to run your application from within IntelliJ, you have to 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.