[
https://issues.apache.org/jira/browse/FLINK-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364048#comment-15364048
]
ASF GitHub Bot commented on FLINK-4158:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2204
[FLINK-4158] Fix Scala QS StreamingJob import
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 4158_scala-qs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2204.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 #2204
----
commit 3e3e15d1d35274a6df8c93f6dedfcde5b40c5eaf
Author: zentol <[email protected]>
Date: 2016-07-06T09:31:42Z
[FLINK-4158] Fix Scala QS StreamingJob import
----
> Scala QuickStart StreamingJob fails to compile
> ----------------------------------------------
>
> Key: FLINK-4158
> URL: https://issues.apache.org/jira/browse/FLINK-4158
> Project: Flink
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 1.1.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.1.0
>
>
> The StreamingJob does not compile since it uses
> {code}
> import org.apache.flink.api.scala._
> {code}
> instead of
> {code}
> import org.apache.flink.streaming.api.scala._
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)