GitHub user nikste opened a pull request: https://github.com/apache/flink/pull/672
[FLINK-1907] Scala shell implementation of Scala Shell, for Scala versions 2.10 and 2.11. Also includes change to "eager" print() You can merge this pull request into a Git repository by running: $ git pull https://github.com/nikste/flink Scala_shell Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/672.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 #672 ---- commit d28f69bb5ed6ce71657f62cf515839ded93f5deb Author: fleischhauf <nikolaas.steenber...@googlemail.com> Date: 2015-05-12T19:54:20Z Added custom Scala shell with ScalaShellRemoteEnvironment from Remote⦠⦠â¦Environment Either started locally, or connecting to remote sever added startup sh script for scala shell works with Scala 2.10 and 2.11 commit 68e8c087f678c53715f65f74dabe367eeb49ada1 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2015-04-28T08:52:29Z [hotfix] Change print() to eager execution print() now uses collect() internally commit 320c95749af97c33bf2245b6db3d659bc3fc0379 Author: Nikolaas Steenbergen <nikolaas.steenber...@googlemail.com> Date: 2015-05-05T08:49:54Z Changed tests and examples for not failing with "eager" print method Added lastJobExecutionResult for getting the result of the last execution, when executing "eager" print commit 0b7cdc5fbd3f3271f23e781722edb75d380b3945 Author: fleischhauf <nikolaas.steenber...@googlemail.com> Date: 2015-05-12T19:58:57Z Added flink scala shell documentation with wordcount example ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---