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)