diff --git a/flink-quickstart/quickstart-SNAPSHOT.sh b/flink-quickstart/quickstart-SNAPSHOT.sh deleted file mode 100755 index 9c8bad97a22613a92930411eea713b2eb2be4a0a..0000000000000000000000000000000000000000 --- a/flink-quickstart/quickstart-SNAPSHOT.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/env bash - -################################################################################ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -################################################################################ - - -PACKAGE=quickstart - -mvn archetype:generate \ - -DarchetypeGroupId=org.apache.flink \ - -DarchetypeArtifactId=flink-quickstart-java \ - -DarchetypeVersion=0.9-SNAPSHOT \ - -DgroupId=org.myorg.quickstart \ - -DartifactId=$PACKAGE \ - -Dversion=0.1 \ - -Dpackage=org.myorg.quickstart \ - -DinteractiveMode=false \ - -DarchetypeCatalog=https://repository.apache.org/content/repositories/snapshots/ - -# -# Give some guidance -# -echo -e "\\n\\n" -echo -e "\\tA sample quickstart Flink Job has been created." -echo -e "\\tSwitch into the directory using" -echo -e "\\t\\t cd $PACKAGE" -echo -e "\\tImport the project there using your favorite IDE (Import it as a maven project)" -echo -e "\\tBuild a jar inside the directory using" -echo -e "\\t\\t mvn clean package" -echo -e "\\tYou will find the runnable jar in $PACKAGE/target" -echo -e "\\tConsult our website if you have any troubles: http://flink.apache.org/community.html#mailing-lists" -echo -e "\\n\\n" - diff --git a/flink-quickstart/quickstart-scala-SNAPSHOT.sh b/flink-quickstart/quickstart-scala-SNAPSHOT.sh deleted file mode 100755 index 5f9e6eb61d944c60b4a4074c3fe3e3426b0fa047..0000000000000000000000000000000000000000 --- a/flink-quickstart/quickstart-scala-SNAPSHOT.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/env bash - -################################################################################ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -################################################################################ - - -PACKAGE=quickstart - -mvn archetype:generate \ - -DarchetypeGroupId=org.apache.flink \ - -DarchetypeArtifactId=flink-quickstart-scala \ - -DarchetypeVersion=0.9-SNAPSHOT \ - -DgroupId=org.myorg.quickstart \ - -DartifactId=$PACKAGE \ - -Dversion=0.1 \ - -Dpackage=org.myorg.quickstart \ - -DinteractiveMode=false \ - -DarchetypeCatalog=https://repository.apache.org/content/repositories/snapshots/ - -# -# Give some guidance -# -echo -e "\\n\\n" -echo -e "\\tA sample quickstart Flink Job has been created." -echo -e "\\tSwitch into the directory using" -echo -e "\\t\\t cd $PACKAGE" -echo -e "\\tImport the project there using your favorite IDE (Import it as a maven project)" -echo -e "\\tBuild a jar inside the directory using" -echo -e "\\t\\t mvn clean package" -echo -e "\\tYou will find the runnable jar in $PACKAGE/target" -echo -e "\\tConsult our website if you have any troubles: http://flink.apache.org/community.html#mailing-lists" -echo -e "\\n\\n" - diff --git a/flink-quickstart/quickstart-scala.sh b/flink-quickstart/quickstart-scala.sh deleted file mode 100755 index 2d05968b26a8439b9341ffe263e9ecb34a57f33e..0000000000000000000000000000000000000000 --- a/flink-quickstart/quickstart-scala.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/usr/bin/env bash - -################################################################################ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -################################################################################ - - -PACKAGE=quickstart - -mvn archetype:generate \ - -DarchetypeGroupId=org.apache.flink \ - -DarchetypeArtifactId=flink-quickstart-scala \ - -DarchetypeVersion=0.8.1 \ - -DgroupId=org.myorg.quickstart \ - -DartifactId=$PACKAGE \ - -Dversion=0.1 \ - -Dpackage=org.myorg.quickstart \ - -DinteractiveMode=false - -# -# Give some guidance -# -echo -e "\\n\\n" -echo -e "\\tA sample quickstart Flink Job has been created." -echo -e "\\tSwitch into the directory using" -echo -e "\\t\\t cd $PACKAGE" -echo -e "\\tImport the project there using your favorite IDE (Import it as a maven project)" -echo -e "\\tBuild a jar inside the directory using" -echo -e "\\t\\t mvn clean package" -echo -e "\\tYou will find the runnable jar in $PACKAGE/target" -echo -e "\\tConsult our website if you have any troubles: http://flink.apache.org/community.html#mailing-lists" -echo -e "\\n\\n" - diff --git a/flink-quickstart/quickstart.sh b/flink-quickstart/quickstart.sh deleted file mode 100755 index 1ca86953a5a620655bded3ff176c9c152bf18078..0000000000000000000000000000000000000000 --- a/flink-quickstart/quickstart.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/env bash - -################################################################################ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -################################################################################ - - -PACKAGE=quickstart - -mvn archetype:generate \ - -DarchetypeGroupId=org.apache.flink \ - -DarchetypeArtifactId=flink-quickstart-java \ - -DarchetypeVersion=0.8.1 \ - -DgroupId=org.myorg.quickstart \ - -DartifactId=$PACKAGE \ - -Dversion=0.1 \ - -Dpackage=org.myorg.quickstart \ - -DinteractiveMode=false - -# -# Give some guidance -# -echo -e "\\n\\n" -echo -e "\\tA sample quickstart Flink Job has been created." -echo -e "\\tSwitch into the directory using" -echo -e "\\t\\t cd $PACKAGE" -echo -e "\\tImport the project there using your favorite IDE (Import it as a maven project)" -echo -e "\\tBuild a jar inside the directory using" -echo -e "\\t\\t mvn clean package" -echo -e "\\tYou will find the runnable jar in $PACKAGE/target" -echo -e "\\tConsult our website if you have any troubles: http://flink.apache.org/community.html#mailing-lists" -echo -e "\\n\\n" - -