GitHub user chenliang613 opened a pull request:
https://github.com/apache/flink/pull/1123
[FLINK-2537] Add scala examples.jar to build-target/examples
Currently Scala as functional programming language has been acknowledged by
more and more developers, some starters may want to modify scala examples' code
for further understanding flink mechanism. After changing scala code,they may
select the below steps to check result:
1.go to "build-target/bin" start server
2.use web UI to upload scala examples' jar
3.this time they would get confusion, why changes would be not updated.
Because build-target/examples only copy java examples, suggest adding scala
examples also.
The new directory would like this :
build-target/examples/java
build-target/examples/scala
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chenliang613/flink FLINK-2537
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1123.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 #1123
----
commit 5a6735ce8cdf1555714377dc94f6ad90c41673c3
Author: chenliang613 <[email protected]>
Date: 2015-09-12T15:18:10Z
FLINK-2537 Add scala examples.jar to build-target/examples
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---