Skip to content

Commit

Permalink
[FLINK-1429] [streaming] Scala programming guide update: intro & oper…
Browse files Browse the repository at this point in the history
…ators, minor fixes

This closes apache#463
  • Loading branch information
mbalassi authored and Gábor Hermann committed Mar 8, 2015
1 parent bd1b916 commit 7582390
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 146 deletions.
2 changes: 1 addition & 1 deletion docs/programming_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class WordCountExample {
public static void main(String[] args) throws Exception {
final ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();

DataSet<String> text = env.fromElements(
DataSet<String> text = env.fromElements(
"Who's there?",
"I think I hear them. Stand, ho! Who's there?");

Expand Down
Loading

0 comments on commit 7582390

Please sign in to comment.