Created
April 26, 2018 07:42
-
-
Save VladimirCores/ca92b58adf50ccd07b8e80c056fd212b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://ci.apache.org/projects/flink/flink-docs-release-1.2/quickstart/java_api_quickstart.html | |
curl https://flink.apache.org/q/quickstart.sh | bash | |
mvn archetype:generate \ | |
-DarchetypeGroupId=org.apache.flink \ | |
-DarchetypeArtifactId=flink-quickstart-java \ | |
-DarchetypeVersion=1.2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment