[
https://issues.apache.org/jira/browse/FLINK-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542326#comment-14542326
]
ASF GitHub Bot commented on FLINK-1907:
---------------------------------------
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 <[email protected]>
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 <[email protected]>
Date: 2015-04-28T08:52:29Z
[hotfix] Change print() to eager execution
print() now uses collect() internally
commit 320c95749af97c33bf2245b6db3d659bc3fc0379
Author: Nikolaas Steenbergen <[email protected]>
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 <[email protected]>
Date: 2015-05-12T19:58:57Z
Added flink scala shell documentation with wordcount example
----
> Scala Interactive Shell
> -----------------------
>
> Key: FLINK-1907
> URL: https://issues.apache.org/jira/browse/FLINK-1907
> Project: Flink
> Issue Type: New Feature
> Components: Scala API
> Reporter: Nikolaas Steenbergen
> Assignee: Nikolaas Steenbergen
> Priority: Minor
>
> Build an interactive Shell for the Scala api.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)