You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/04 11:08:25 UTC

[jira] [Commented] (FLINK-2522) Integrate Streaming Api into Flink-scala-shell

    [ https://issues.apache.org/jira/browse/FLINK-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223849#comment-15223849 ] 

ASF GitHub Bot commented on FLINK-2522:
---------------------------------------

Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1412#discussion_r58346629
  
    --- 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 --
    
    Sounds good.


> 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)