[
https://issues.apache.org/jira/browse/FLINK-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14503349#comment-14503349
]
Nikolaas Steenbergen commented on FLINK-1907:
---------------------------------------------
Hey, I don't know if im doing this correctly.
I've cloned and branched the flink repository and added a wrapper for the scala
ILoop:
[https://github.com/nikste/flink/tree/Scala_shell]
You can put in a custom welcome message and promt (which is certainly nice).
It can write out the compiled code from user input via "scala-shell>
writeFlinkVD" to the /tmp/ directory.
It will write a bunch of directories (line0,line1 etc.) with a bunch of classes
read.class and eval.class.
Initially I thought you could compile a jar out of it and send it somehow to
flink to process it.
However I am not so sure anymore if this can solve the ClassNotFoundException.
> 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)