[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1982 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-17 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1982#issuecomment-219815351 No, names are OK. Just thought `DataSetJob` / `DataStreamJob` would be more consistent with API and documentation. We can update the names later. --- If your p

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1982#issuecomment-219814739 Race condition ;-) @fhueske I have locally merged this already. To me the names are good, I would keep them unless you feel strongly about the names. --- If yo

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-17 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1982#issuecomment-219814341 Thanks for reworking the quickstart jobs @markreddy. Change look good to me. I am not sure about the naming of the jobs. Should we use `DataSetJob` instead of `BatchJ

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1982#issuecomment-219814154 Merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-17 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1982#issuecomment-219713912 I like the pull request! (You updated the docs, the PR describes the changes). +1 to merge --- If your project is set up for it, you can reply to this email a

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-14 Thread markreddy
Github user markreddy commented on the pull request: https://github.com/apache/flink/pull/1982#issuecomment-219230214 Thanks for the review @tzulitai I've pushed fixes for all your comments :thumbsup: --- If your project is set up for it, you can reply to this email and have your rep

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-11 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/1982#discussion_r62820828 --- Diff: flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java --- @@ -32,28 +32,29 @@ *

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-11 Thread tzulitai
Github user tzulitai commented on the pull request: https://github.com/apache/flink/pull/1982#issuecomment-218413341 Made comments on some rather trivial javadoc / comment related stuff, overall the PR looks good! I like how you've also made effort to tidy up some details in the or

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-11 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/1982#discussion_r62818792 --- Diff: flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java --- @@ -32,28 +32,29 @@ *

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-11 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/1982#discussion_r62818171 --- Diff: flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java --- @@ -32,28 +32,29 @@ *

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-11 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/1982#discussion_r62817913 --- Diff: flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java --- @@ -32,28 +32,29 @@ *

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-11 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/1982#discussion_r62816955 --- Diff: flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/StreamingJob.scala --- @@ -0,0 +1,69 @@ +package

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-11 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/1982#discussion_r62816359 --- Diff: flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java --- @@ -32,28 +32,29 @@ *

[GitHub] flink pull request: [FLINK-3852] update the quickstart module to i...

2016-05-11 Thread markreddy
GitHub user markreddy opened a pull request: https://github.com/apache/flink/pull/1982 [FLINK-3852] update the quickstart module to include a streaming skeleton - Added skeleton StreamingJob - Moved Job to BatchJob - Commented out transformers for the mainClass setting with a