blob: 7abfc261a6ce74db39ebe600d9f1fe98c6382c27 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Apache Flink 0.10-SNAPSHOT Documentation: Java 8 Programming Guide</title>
<link rel="shortcut icon" href="http://flink.apache.org/docs/master/page/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://flink.apache.org/docs/master/page/favicon.ico" type="image/x-icon">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="http://flink.apache.org/docs/master/page/css/flink.css">
<link rel="stylesheet" href="http://flink.apache.org/docs/master/page/css/syntax.css">
<link rel="stylesheet" href="http://flink.apache.org/docs/master/page/css/codetabs.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Top navbar. -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- The logo. -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-logo">
<a href="http://flink.apache.org"><img alt="Apache Flink" src="http://flink.apache.org/docs/master/page/img/navbar-brand-logo.jpg"></a>
</div>
</div><!-- /.navbar-header -->
<!-- The navigation links. -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="http://flink.apache.org/docs/master/index.html">Overview<span class="hidden-sm hidden-xs"> 0.10</span></a></li>
<!-- Setup -->
<li class="dropdown">
<a href="http://flink.apache.org/docs/master/setup" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Setup <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://flink.apache.org/docs/master/setup/building.html">Get Flink 0.10-SNAPSHOT</a></li>
<li class="divider"></li>
<li role="presentation" class="dropdown-header"><strong>Deployment</strong></li>
<li><a href="http://flink.apache.org/docs/master/setup/local_setup.html" class="active">Local</a></li>
<li><a href="http://flink.apache.org/docs/master/setup/cluster_setup.html">Cluster (Standalone)</a></li>
<li><a href="http://flink.apache.org/docs/master/setup/yarn_setup.html">YARN</a></li>
<li><a href="http://flink.apache.org/docs/master/setup/gce_setup.html">GCloud</a></li>
<li><a href="http://flink.apache.org/docs/master/setup/flink_on_tez.html">Flink on Tez <span class="badge">Beta</span></a></li>
<li class="divider"></li>
<li><a href="http://flink.apache.org/docs/master/setup/config.html">Configuration</a></li>
</ul>
</li>
<!-- Programming Guides -->
<li class="dropdown">
<a href="http://flink.apache.org/docs/master/apis" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Programming Guides <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://flink.apache.org/docs/master/apis/programming_guide.html"><strong>Batch: DataSet API</strong></a></li>
<li><a href="http://flink.apache.org/docs/master/apis/streaming_guide.html"><strong>Streaming: DataStream API</strong> <span class="badge">Beta</span></a></li>
<li><a href="http://flink.apache.org/docs/master/apis/python.html">Python API <span class="badge">Beta</span></a></li>
<li class="divider"></li>
<li><a href="scala_shell.html">Interactive Scala Shell</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/dataset_transformations.html">Dataset Transformations</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/best_practices.html">Best Practices</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/example_connectors.html">Connectors</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/examples.html">Examples</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/local_execution.html">Local Execution</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/cluster_execution.html">Cluster Execution</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/cli.html">Command Line Interface</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/web_client.html">Web Client</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/iterations.html">Iterations</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/java8.html">Java 8</a></li>
<li><a href="http://flink.apache.org/docs/master/apis/hadoop_compatibility.html">Hadoop Compatability <span class="badge">Beta</span></a></li>
</ul>
</li>
<!-- Libraries -->
<li class="dropdown">
<a href="http://flink.apache.org/docs/master/libs" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Libraries <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://flink.apache.org/docs/master/libs/spargel_guide.html">Graphs: Spargel</a></li>
<li><a href="http://flink.apache.org/docs/master/libs/gelly_guide.html">Graphs: Gelly <span class="badge">Beta</span></a></li>
<li><a href="http://flink.apache.org/docs/master/libs/ml/">Machine Learning <span class="badge">Beta</span></a></li>
<li><a href="http://flink.apache.org/docs/master/libs/table.html">Relational: Table <span class="badge">Beta</span></a></li>
</ul>
</li>
<!-- Internals -->
<li class="dropdown">
<a href="http://flink.apache.org/docs/master/internals" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Internals <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
<li><a href="http://flink.apache.org/docs/master/internals/how_to_contribute.html">How to Contribute</a></li>
<li><a href="http://flink.apache.org/docs/master/internals/coding_guidelines.html">Coding Guidelines</a></li>
<li><a href="http://flink.apache.org/docs/master/internals/ide_setup.html">IDE Setup</a></li>
<li><a href="http://flink.apache.org/docs/master/internals/logging.html">Logging</a></li>
<li class="divider"></li>
<li role="presentation" class="dropdown-header"><strong>Internals</strong></li>
<li><a href="http://flink.apache.org/docs/master/internals/general_arch.html">Architecture &amp; Process Model</a></li>
<li><a href="http://flink.apache.org/docs/master/internals/types_serialization.html">Type Extraction &amp; Serialization</a></li>
<li><a href="http://flink.apache.org/docs/master/internals/job_scheduling.html">Jobs &amp; Scheduling</a></li>
<li><a href="http://flink.apache.org/docs/master/internals/add_operator.html">How-To: Add an Operator</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-right hidden-sm hidden-md" role="search" action="http://flink.apache.org/docs/master/search-results.html">
<div class="form-group">
<input type="text" class="form-control" name="q" placeholder="Search all pages">
</div>
<button type="submit" class="btn btn-default">Search</button>
</form>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- Main content. -->
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h1>Java 8 Programming Guide</h1>
<p>Java 8 introduces several new language features designed for faster and clearer coding. With the most important feature,
the so-called “Lambda Expressions”, Java 8 opens the door to functional programming. Lambda Expressions allow for implementing and
passing functions in a straightforward way without having to declare additional (anonymous) classes.</p>
<p>The newest version of Flink supports the usage of Lambda Expressions for all operators of the Java API.
This document shows how to use Lambda Expressions and describes current limitations. For a general introduction to the
Flink API, please refer to the <a href="programming_guide.html">Programming Guide</a></p>
<ul id="markdown-toc">
<li><a href="#examples" id="markdown-toc-examples">Examples</a></li>
<li><a href="#compiler-limitations" id="markdown-toc-compiler-limitations">Compiler Limitations</a></li>
</ul>
<h3 id="examples">Examples</h3>
<p>The following example illustrates how to implement a simple, inline <code>map()</code> function that squares its input using a Lambda Expression.
The types of input <code>i</code> and output parameters of the <code>map()</code> function need not to be declared as they are inferred by the Java 8 compiler.</p>
<div class="highlight"><pre><code class="language-java"><span class="n">env</span><span class="o">.</span><span class="na">fromElements</span><span class="o">(</span><span class="mi">1</span><span class="o">,</span> <span class="mi">2</span><span class="o">,</span> <span class="mi">3</span><span class="o">)</span>
<span class="c1">// returns the squared i</span>
<span class="o">.</span><span class="na">map</span><span class="o">(</span><span class="n">i</span> <span class="o">-&gt;</span> <span class="n">i</span><span class="o">*</span><span class="n">i</span><span class="o">)</span>
<span class="o">.</span><span class="na">print</span><span class="o">();</span></code></pre></div>
<p>The next two examples show different implementations of a function that uses a <code>Collector</code> for output.
Functions, such as <code>flatMap()</code>, require a output type (in this case <code>String</code>) to be defined for the <code>Collector</code> in order to be type-safe.
If the <code>Collector</code> type can not be inferred from the surrounding context, it need to be declared in the Lambda Expression’s parameter list manually.
Otherwise the output will be treated as type <code>Object</code> which can lead to undesired behaviour.</p>
<div class="highlight"><pre><code class="language-java"><span class="n">DataSet</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">input</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">fromElements</span><span class="o">(</span><span class="mi">1</span><span class="o">,</span> <span class="mi">2</span><span class="o">,</span> <span class="mi">3</span><span class="o">);</span>
<span class="c1">// collector type must be declared</span>
<span class="n">input</span><span class="o">.</span><span class="na">flatMap</span><span class="o">((</span><span class="n">Integer</span> <span class="n">number</span><span class="o">,</span> <span class="n">Collector</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">out</span><span class="o">)</span> <span class="o">-&gt;</span> <span class="o">{</span>
<span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="n">number</span><span class="o">;</span> <span class="n">i</span><span class="o">++)</span> <span class="o">{</span>
<span class="n">out</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="s">&quot;a&quot;</span><span class="o">);</span>
<span class="o">}</span>
<span class="o">})</span>
<span class="c1">// returns &quot;a&quot;, &quot;a&quot;, &quot;aa&quot;, &quot;a&quot;, &quot;aa&quot; , &quot;aaa&quot;</span>
<span class="o">.</span><span class="na">print</span><span class="o">();</span></code></pre></div>
<div class="highlight"><pre><code class="language-java"><span class="n">DataSet</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">input</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">fromElements</span><span class="o">(</span><span class="mi">1</span><span class="o">,</span> <span class="mi">2</span><span class="o">,</span> <span class="mi">3</span><span class="o">);</span>
<span class="c1">// collector type must not be declared, it is inferred from the type of the dataset</span>
<span class="n">DataSet</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">manyALetters</span> <span class="o">=</span> <span class="n">input</span><span class="o">.</span><span class="na">flatMap</span><span class="o">((</span><span class="n">number</span><span class="o">,</span> <span class="n">out</span><span class="o">)</span> <span class="o">-&gt;</span> <span class="o">{</span>
<span class="k">for</span><span class="o">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="n">number</span><span class="o">;</span> <span class="n">i</span><span class="o">++)</span> <span class="o">{</span>
<span class="n">out</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="s">&quot;a&quot;</span><span class="o">);</span>
<span class="o">}</span>
<span class="o">});</span>
<span class="c1">// returns &quot;a&quot;, &quot;a&quot;, &quot;aa&quot;, &quot;a&quot;, &quot;aa&quot; , &quot;aaa&quot;</span>
<span class="n">manyALetters</span><span class="o">.</span><span class="na">print</span><span class="o">();</span></code></pre></div>
<p>The following code demonstrates a word count which makes extensive use of Lambda Expressions.</p>
<div class="highlight"><pre><code class="language-java"><span class="n">DataSet</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">input</span> <span class="o">=</span> <span class="n">env</span><span class="o">.</span><span class="na">fromElements</span><span class="o">(</span><span class="s">&quot;Please count&quot;</span><span class="o">,</span> <span class="s">&quot;the words&quot;</span><span class="o">,</span> <span class="s">&quot;but not this&quot;</span><span class="o">);</span>
<span class="c1">// filter out strings that contain &quot;not&quot;</span>
<span class="n">input</span><span class="o">.</span><span class="na">filter</span><span class="o">(</span><span class="n">line</span> <span class="o">-&gt;</span> <span class="o">!</span><span class="n">line</span><span class="o">.</span><span class="na">contains</span><span class="o">(</span><span class="s">&quot;not&quot;</span><span class="o">))</span>
<span class="c1">// split each line by space</span>
<span class="o">.</span><span class="na">map</span><span class="o">(</span><span class="n">line</span> <span class="o">-&gt;</span> <span class="n">line</span><span class="o">.</span><span class="na">split</span><span class="o">(</span><span class="s">&quot; &quot;</span><span class="o">))</span>
<span class="c1">// emit a pair &lt;word,1&gt; for each array element</span>
<span class="o">.</span><span class="na">flatMap</span><span class="o">((</span><span class="n">String</span><span class="o">[]</span> <span class="n">wordArray</span><span class="o">,</span> <span class="n">Collector</span><span class="o">&lt;</span><span class="n">Tuple2</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;&gt;</span> <span class="n">out</span><span class="o">)</span>
<span class="o">-&gt;</span> <span class="n">Arrays</span><span class="o">.</span><span class="na">stream</span><span class="o">(</span><span class="n">wordArray</span><span class="o">).</span><span class="na">forEach</span><span class="o">(</span><span class="n">t</span> <span class="o">-&gt;</span> <span class="n">out</span><span class="o">.</span><span class="na">collect</span><span class="o">(</span><span class="k">new</span> <span class="n">Tuple2</span><span class="o">&lt;&gt;(</span><span class="n">t</span><span class="o">,</span> <span class="mi">1</span><span class="o">)))</span>
<span class="o">)</span>
<span class="c1">// group and sum up</span>
<span class="o">.</span><span class="na">groupBy</span><span class="o">(</span><span class="mi">0</span><span class="o">).</span><span class="na">sum</span><span class="o">(</span><span class="mi">1</span><span class="o">)</span>
<span class="c1">// print</span>
<span class="o">.</span><span class="na">print</span><span class="o">();</span></code></pre></div>
<h3 id="compiler-limitations">Compiler Limitations</h3>
<p>Currently, Flink only supports jobs containing Lambda Expressions completely if they are <strong>compiled with the Eclipse JDT compiler contained in Eclipse Luna 4.4.2 (and above)</strong>.</p>
<p>Only the Eclipse JDT compiler preserves the generic type information necessary to use the entire Lambda Expressions feature type-safely.
Other compilers such as the OpenJDK’s and Oracle JDK’s <code>javac</code> throw away all generic parameters related to Lambda Expressions. This means that types such as <code>Tuple2&lt;String,Integer</code> or <code>Collector&lt;String&gt;</code> declared as a Lambda function input or output parameter will be pruned to <code>Tuple2</code> or <code>Collector</code> in the compiled <code>.class</code> files, which is too little information for the Flink Compiler.</p>
<p>How to compile a Flink job that contains Lambda Expressions with the JDT compiler will be covered in the next section.</p>
<p>However, it is possible to implement functions such as <code>map()</code> or <code>filter()</code> with Lambda Expressions in Java 8 compilers other than the Eclipse JDT compiler as long as the function has no <code>Collector</code>s or <code>Iterable</code>s <em>and</em> only if the function handles unparameterized types such as <code>Integer</code>, <code>Long</code>, <code>String</code>, <code>MyOwnClass</code> (types without Generics!).</p>
<h4 id="compile-flink-jobs-with-the-eclipse-jdt-compiler-and-maven">Compile Flink jobs with the Eclipse JDT compiler and Maven</h4>
<p>If you are using the Eclipse IDE, you can run and debug your Flink code within the IDE without any problems after some configuration steps. The Eclipse IDE by default compiles its Java sources with the Eclipse JDT compiler. The next section describes how to configure the Eclipse IDE.</p>
<p>If you are using a different IDE such as IntelliJ IDEA or you want to package your Jar-File with Maven to run your job on a cluster, you need to modify your project’s <code>pom.xml</code> file and build your program with Maven. The <a href="http://flink.apache.org/docs/master/quickstart/setup_quickstart.html">quickstart</a> contains preconfigured Maven projects which can be used for new projects or as a reference. Uncomment the mentioned lines in your generated quickstart <code>pom.xml</code> file if you want to use Java 8 with Lambda Expressions.</p>
<p>Alternatively, you can manually insert the following lines to your Maven <code>pom.xml</code> file. Maven will then use the Eclipse JDT compiler for compilation.</p>
<div class="highlight"><pre><code class="language-xml"><span class="c">&lt;!-- put these lines under &quot;project/build/pluginManagement/plugins&quot; of your pom.xml --&gt;</span>
<span class="nt">&lt;plugin&gt;</span>
<span class="c">&lt;!-- Use compiler plugin with tycho as the adapter to the JDT compiler. --&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>maven-compiler-plugin<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;configuration&gt;</span>
<span class="nt">&lt;source&gt;</span>1.8<span class="nt">&lt;/source&gt;</span>
<span class="nt">&lt;target&gt;</span>1.8<span class="nt">&lt;/target&gt;</span>
<span class="nt">&lt;compilerId&gt;</span>jdt<span class="nt">&lt;/compilerId&gt;</span>
<span class="nt">&lt;/configuration&gt;</span>
<span class="nt">&lt;dependencies&gt;</span>
<span class="c">&lt;!-- This dependency provides the implementation of compiler &quot;jdt&quot;: --&gt;</span>
<span class="nt">&lt;dependency&gt;</span>
<span class="nt">&lt;groupId&gt;</span>org.eclipse.tycho<span class="nt">&lt;/groupId&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>tycho-compiler-jdt<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>0.21.0<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span>
<span class="nt">&lt;/dependencies&gt;</span>
<span class="nt">&lt;/plugin&gt;</span></code></pre></div>
<p>If you are using Eclipse for development, the m2e plugin might complain about the inserted lines above and marks your <code>pom.xml</code> as invalid. If so, insert the following lines to your <code>pom.xml</code>.</p>
<div class="highlight"><pre><code class="language-xml"><span class="c">&lt;!-- put these lines under &quot;project/build/pluginManagement/plugins/plugin[groupId=&quot;org.eclipse.m2e&quot;, artifactId=&quot;lifecycle-mapping&quot;]/configuration/lifecycleMappingMetadata/pluginExecutions&quot; of your pom.xml --&gt;</span>
<span class="nt">&lt;pluginExecution&gt;</span>
<span class="nt">&lt;pluginExecutionFilter&gt;</span>
<span class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span class="nt">&lt;/groupId&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>maven-compiler-plugin<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;versionRange&gt;</span>[3.1,)<span class="nt">&lt;/versionRange&gt;</span>
<span class="nt">&lt;goals&gt;</span>
<span class="nt">&lt;goal&gt;</span>testCompile<span class="nt">&lt;/goal&gt;</span>
<span class="nt">&lt;goal&gt;</span>compile<span class="nt">&lt;/goal&gt;</span>
<span class="nt">&lt;/goals&gt;</span>
<span class="nt">&lt;/pluginExecutionFilter&gt;</span>
<span class="nt">&lt;action&gt;</span>
<span class="nt">&lt;ignore&gt;&lt;/ignore&gt;</span>
<span class="nt">&lt;/action&gt;</span>
<span class="nt">&lt;/pluginExecution&gt;</span></code></pre></div>
<h4 id="run-and-debug-flink-jobs-within-the-eclipse-ide">Run and debug Flink jobs within the Eclipse IDE</h4>
<p>First of all, make sure you are running a current version of Eclipse IDE (4.4.2 or later). Also make sure that you have a Java 8 Runtime Environment (JRE) installed in Eclipse IDE (<code>Window</code> -&gt; <code>Preferences</code> -&gt; <code>Java</code> -&gt; <code>Installed JREs</code>).</p>
<p>Create/Import your Eclipse project.</p>
<p>If you are using Maven, you also need to change the Java version in your <code>pom.xml</code> for the <code>maven-compiler-plugin</code>. Otherwise right click the <code>JRE System Library</code> section of your project and open the <code>Properties</code> window in order to switch to a Java 8 JRE (or above) that supports Lambda Expressions.</p>
<p>The Eclipse JDT compiler needs a special compiler flag in order to store type information in <code>.class</code> files. Open the JDT configuration file at <code>{project directoy}/.settings/org.eclipse.jdt.core.prefs</code> with your favorite text editor and add the following line:</p>
<div class="highlight"><pre><code>org.eclipse.jdt.core.compiler.codegen.lambda.genericSignature=generate
</code></pre></div>
<p>If not already done, also modify the Java versions of the following properties to <code>1.8</code> (or above):</p>
<div class="highlight"><pre><code>org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.source=1.8
</code></pre></div>
<p>After you have saved the file, perform a complete project refresh in Eclipse IDE.</p>
<p>If you are using Maven, right click your Eclipse project and select <code>Maven</code> -&gt; <code>Update Project...</code>.</p>
<p>You have configured everything correctly, if the following Flink program runs without exceptions:</p>
<div class="highlight"><pre><code class="language-java"><span class="kd">final</span> <span class="n">ExecutionEnvironment</span> <span class="n">env</span> <span class="o">=</span> <span class="n">ExecutionEnvironment</span><span class="o">.</span><span class="na">getExecutionEnvironment</span><span class="o">();</span>
<span class="n">env</span><span class="o">.</span><span class="na">fromElements</span><span class="o">(</span><span class="mi">1</span><span class="o">,</span> <span class="mi">2</span><span class="o">,</span> <span class="mi">3</span><span class="o">).</span><span class="na">map</span><span class="o">((</span><span class="n">in</span><span class="o">)</span> <span class="o">-&gt;</span> <span class="k">new</span> <span class="n">Tuple1</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;(</span><span class="s">&quot; &quot;</span> <span class="o">+</span> <span class="n">in</span><span class="o">)).</span><span class="na">print</span><span class="o">();</span>
<span class="n">env</span><span class="o">.</span><span class="na">execute</span><span class="o">();</span></code></pre></div>
</div>
<div class="col-sm-10 col-sm-offset-1">
<!-- Disqus thread and some vertical offset -->
<div style="margin-top: 75px; margin-bottom: 50px" id="disqus_thread"></div>
</div>
</div>
</div><!-- /.container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="http://flink.apache.org/docs/master/page/js/codetabs.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52545728-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Disqus -->
<script type="text/javascript">
var disqus_shortname = 'stratosphere-eu';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</body>
</html>