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
- Host: GitHub
- URL: https://github.com/guru107/flinkjobuploadplugin
- Owner: Guru107
- License: mit
- Created: 2017-09-21T12:44:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T06:18:13.000Z (over 2 years ago)
- Last Synced: 2025-04-02T06:22:20.642Z (about 1 year ago)
- Topics: apache-flink, java, maven-plugin
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
````