[
https://issues.apache.org/jira/browse/FLINK-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220273#comment-15220273
]
ASF GitHub Bot commented on FLINK-2522:
---------------------------------------
Github user nikste commented on a diff in the pull request:
https://github.com/apache/flink/pull/1412#discussion_r58094009
--- Diff:
flink-scala-shell/src/main/scala/org/apache/flink/api/scala/FlinkILoop.scala ---
@@ -124,7 +127,9 @@ class FlinkILoop(
"org.apache.flink.api.java.operators._",
"org.apache.flink.api.java.sampling._",
"org.apache.flink.api.scala._",
- "org.apache.flink.api.scala.utils._"
+ "org.apache.flink.api.scala.utils._",
+ "org.apache.flink.streaming.api.scala._",
+ "org.apache.flink.streaming.api.windowing.time._"
--- End diff --
I've added `streaming.api.scala` and `windowing.time` any other default
imports important for streaming?
> Integrate Streaming Api into Flink-scala-shell
> ----------------------------------------------
>
> Key: FLINK-2522
> URL: https://issues.apache.org/jira/browse/FLINK-2522
> Project: Flink
> Issue Type: Improvement
> Components: Scala Shell
> Reporter: Nikolaas Steenbergen
> Assignee: Nikolaas Steenbergen
>
> startup scala shell with "-s" or "-streaming" flag to use the streaming api
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)