You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Haruhiro Yoshimoto (JIRA)" <ji...@apache.org> on 2016/12/13 10:41:58 UTC

[jira] [Created] (ZEPPELIN-1798) Example in document of Flink not working

Haruhiro Yoshimoto created ZEPPELIN-1798:
--------------------------------------------

             Summary: Example in document of Flink not working
                 Key: ZEPPELIN-1798
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1798
             Project: Zeppelin
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 0.6.2
            Reporter: Haruhiro Yoshimoto
            Priority: Trivial


Target Document Url: https://zeppelin.apache.org/docs/0.6.2/interpreter/flink.html
Target Document Row: val bible:DataSet[String] = env.readTextFile("10.txt.utf-8")

In current Flink interpreter, ExecutionEnvironment is binded as benv instead of env. Therefore, this code does not work, and raises "error: not found: value env".
We should change it to benv.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)