[
https://issues.apache.org/jira/browse/FLINK-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481317#comment-16481317
]
ASF GitHub Bot commented on FLINK-1044:
---------------------------------------
GitHub user medcv opened a pull request:
https://github.com/apache/flink/pull/6044
[FLINK-1044] Website: Offer a zip archive with a pre-setup user project
## What is the purpose of the change
This PR will run two tests to build Java and Scala quickstart packages.
After compiling and packaging the jar files, it submit the wordcount class to
a cluster and validate the output. At the very end it should upload the jar
files to `https://flink.apache.org/q` server. Last part not working as I need
more details to find out how to upload the .jar files to the flink server and I
am looking for help from reviewers to point me to the right direction.
## Brief change log
- *add two new e2e tests *
- *Modify run-pre-commit-tests*
## Verifying this change
This change added tests and can be verified as follows:
Run test_build_quickstart_java.sh and test_build_quickstart_scala.sh to
verify this change
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
- The S3 file system connector: (no)
## Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (not applicable / docs /
JavaDocs / not documented)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/medcv/flink FLINK-1044
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6044.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6044
----
commit dd59a8df1662bd1fa06dbfa220802e20a12945c3
Author: Yadan.JS <y_shirvany@...>
Date: 2018-05-18T22:11:40Z
[FLINK-1044] Website: Offer a zip archive with a pre-setup user project
----
> Website: Offer a zip archive with a pre-setup user project
> ----------------------------------------------------------
>
> Key: FLINK-1044
> URL: https://issues.apache.org/jira/browse/FLINK-1044
> Project: Flink
> Issue Type: Improvement
> Components: Project Website
> Reporter: Stephan Ewen
> Priority: Minor
> Labels: starter
> Attachments: flink-project.zip
>
>
> This is basically a shortcut for those that are not familiar with maven
> archetypes or do not have maven installed (other then as part of the Eclipse
> IDE or so).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)