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

https://github.com/guru107/flinkjobuploadplugin

A maven plugin that will submit the created fat-jar to the apache flink cluster
https://github.com/guru107/flinkjobuploadplugin

apache-flink java maven-plugin

Last synced: about 1 year ago
JSON representation

A maven plugin that will submit the created fat-jar to the apache flink cluster

Awesome Lists containing this project

README

          

# flinkjobuploadplugin
This will automate the task of uploading the fat jar to flink cluster right from your IDE (If you have proper access to the cluster).

This maven plugin can be used to automate the process of job running.
Just add this in `pom.xml` file

Default Configurations

````


...

com.github.guru107
flinkjobupload-maven-plugin
1.0

localhost:8081
${project.build.directory}/${finalName}.jar
false

1






runjob




...

````