| <!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: Flink 1.1.1 Released</title> | 
 |     <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> | 
 |     <link rel="icon" href="/favicon.ico" type="image/x-icon"> | 
 |  | 
 |     <!-- Bootstrap --> | 
 |     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> | 
 |     <link rel="stylesheet" href="/css/flink.css"> | 
 |     <link rel="stylesheet" href="/css/syntax.css"> | 
 |  | 
 |     <!-- Blog RSS feed --> | 
 |     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" /> | 
 |  | 
 |     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | 
 |     <!-- We need to load Jquery in the header for custom google analytics event tracking--> | 
 |     <script src="/js/jquery.min.js"></script> | 
 |  | 
 |     <!-- 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>   | 
 |      | 
 |  | 
 |     <!-- Main content. --> | 
 |     <div class="container"> | 
 |     <div class="row"> | 
 |  | 
 |        | 
 |      <div id="sidebar" class="col-sm-3"> | 
 |          | 
 |  | 
 | <!-- Top navbar. --> | 
 |     <nav class="navbar navbar-default"> | 
 |         <!-- 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="/"> | 
 |               <img alt="Apache Flink" src="/img/flink-header-logo.svg" width="147px" height="73px"> | 
 |             </a> | 
 |           </div> | 
 |         </div><!-- /.navbar-header --> | 
 |  | 
 |         <!-- The navigation links. --> | 
 |         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | 
 |           <ul class="nav navbar-nav navbar-main"> | 
 |  | 
 |             <!-- First menu section explains visitors what Flink is --> | 
 |  | 
 |             <!-- What is Stream Processing? --> | 
 |             <!-- | 
 |             <li><a href="/streamprocessing1.html">What is Stream Processing?</a></li> | 
 |             --> | 
 |  | 
 |             <!-- What is Flink? --> | 
 |             <li><a href="/flink-architecture.html">What is Apache Flink?</a></li> | 
 |  | 
 |              | 
 |  | 
 |             <!-- Use cases --> | 
 |             <li><a href="/usecases.html">Use Cases</a></li> | 
 |  | 
 |             <!-- Powered by --> | 
 |             <li><a href="/poweredby.html">Powered By</a></li> | 
 |  | 
 |  | 
 |               | 
 |             <!-- Second menu section aims to support Flink users --> | 
 |  | 
 |             <!-- Downloads --> | 
 |             <li><a href="/downloads.html">Downloads</a></li> | 
 |  | 
 |             <!-- Getting Started --> | 
 |             <li> | 
 |               <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.10/getting-started/index.html" target="_blank">Getting Started <small><span class="glyphicon glyphicon-new-window"></span></small></a> | 
 |             </li> | 
 |  | 
 |             <!-- Documentation --> | 
 |             <li class="dropdown"> | 
 |               <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> | 
 |               <ul class="dropdown-menu"> | 
 |                 <li><a href="https://ci.apache.org/projects/flink/flink-docs-release-1.10" target="_blank">1.10 (Latest stable release) <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> | 
 |                 <li><a href="https://ci.apache.org/projects/flink/flink-docs-master" target="_blank">Master (Latest Snapshot) <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> | 
 |               </ul> | 
 |             </li> | 
 |  | 
 |             <!-- getting help --> | 
 |             <li><a href="/gettinghelp.html">Getting Help</a></li> | 
 |  | 
 |             <!-- Blog --> | 
 |             <li class="active"><a href="/blog/"><b>Flink Blog</b></a></li> | 
 |  | 
 |  | 
 |             <!-- Flink-packages --> | 
 |             <li> | 
 |               <a href="https://flink-packages.org" target="_blank">flink-packages.org <small><span class="glyphicon glyphicon-new-window"></span></small></a> | 
 |             </li> | 
 |               | 
 |  | 
 |             <!-- Third menu section aim to support community and contributors --> | 
 |  | 
 |             <!-- Community --> | 
 |             <li><a href="/community.html">Community & Project Info</a></li> | 
 |  | 
 |             <!-- Roadmap --> | 
 |             <li><a href="/roadmap.html">Roadmap</a></li> | 
 |  | 
 |             <!-- Contribute --> | 
 |             <li><a href="/contributing/how-to-contribute.html">How to Contribute</a></li> | 
 |              | 
 |  | 
 |             <!-- GitHub --> | 
 |             <li> | 
 |               <a href="https://github.com/apache/flink" target="_blank">Flink on GitHub <small><span class="glyphicon glyphicon-new-window"></span></small></a> | 
 |             </li> | 
 |  | 
 |               | 
 |  | 
 |             <!-- Language Switcher --> | 
 |             <li> | 
 |                | 
 |                  | 
 |                   <!-- link to the Chinese home page when current is blog page --> | 
 |                   <a href="/zh">中文版</a> | 
 |                  | 
 |                | 
 |             </li> | 
 |  | 
 |           </ul> | 
 |  | 
 |           <ul class="nav navbar-nav navbar-bottom"> | 
 |           <hr /> | 
 |  | 
 |             <!-- Twitter --> | 
 |             <li><a href="https://twitter.com/apacheflink" target="_blank">@ApacheFlink <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> | 
 |  | 
 |             <!-- Visualizer --> | 
 |             <li class=" hidden-md hidden-sm"><a href="/visualizer/" target="_blank">Plan Visualizer <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> | 
 |  | 
 |           <hr /> | 
 |  | 
 |             <li><a href="https://apache.org" target="_blank">Apache Software Foundation <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> | 
 |  | 
 |             <li> | 
 |               <style> | 
 |                 .smalllinks:link { | 
 |                   display: inline-block !important; background: none; padding-top: 0px; padding-bottom: 0px; padding-right: 0px; min-width: 75px; | 
 |                 } | 
 |               </style> | 
 |  | 
 |               <a class="smalllinks" href="https://www.apache.org/licenses/" target="_blank">License</a> <small><span class="glyphicon glyphicon-new-window"></span></small> | 
 |  | 
 |               <a class="smalllinks" href="https://www.apache.org/security/" target="_blank">Security</a> <small><span class="glyphicon glyphicon-new-window"></span></small> | 
 |  | 
 |               <a class="smalllinks" href="https://www.apache.org/foundation/sponsorship.html" target="_blank">Donate</a> <small><span class="glyphicon glyphicon-new-window"></span></small> | 
 |  | 
 |               <a class="smalllinks" href="https://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a> <small><span class="glyphicon glyphicon-new-window"></span></small> | 
 |             </li> | 
 |  | 
 |           </ul> | 
 |         </div><!-- /.navbar-collapse --> | 
 |     </nav> | 
 |  | 
 |       </div> | 
 |       <div class="col-sm-9"> | 
 |       <div class="row-fluid"> | 
 |   <div class="col-sm-12"> | 
 |     <div class="row"> | 
 |       <h1>Flink 1.1.1 Released</h1> | 
 |  | 
 |       <article> | 
 |         <p>11 Aug 2016</p> | 
 |  | 
 | <p>Today, the Flink community released Flink version 1.1.1.</p> | 
 |  | 
 | <p>The Maven artifacts published on Maven central for 1.1.0 had a Hadoop dependency issue: No Hadoop 1 specific version (with version 1.1.0-hadoop1) was deployed and 1.1.0 artifacts have a dependency on Hadoop 1 instead of Hadoop 2.</p> | 
 |  | 
 | <p>This was fixed with this release and we <strong>highly recommend</strong> all users to use this version of Flink by bumping your Flink dependencies to version 1.1.1:</p> | 
 |  | 
 | <div class="highlight"><pre><code class="language-xml"><span class="nt"><dependency></span> | 
 |   <span class="nt"><groupId></span>org.apache.flink<span class="nt"></groupId></span> | 
 |   <span class="nt"><artifactId></span>flink-java<span class="nt"></artifactId></span> | 
 |   <span class="nt"><version></span>1.1.1<span class="nt"></version></span> | 
 | <span class="nt"></dependency></span> | 
 | <span class="nt"><dependency></span> | 
 |   <span class="nt"><groupId></span>org.apache.flink<span class="nt"></groupId></span> | 
 |   <span class="nt"><artifactId></span>flink-streaming-java_2.10<span class="nt"></artifactId></span> | 
 |   <span class="nt"><version></span>1.1.1<span class="nt"></version></span> | 
 | <span class="nt"></dependency></span> | 
 | <span class="nt"><dependency></span> | 
 |   <span class="nt"><groupId></span>org.apache.flink<span class="nt"></groupId></span> | 
 |   <span class="nt"><artifactId></span>flink-clients_2.10<span class="nt"></artifactId></span> | 
 |   <span class="nt"><version></span>1.1.1<span class="nt"></version></span> | 
 | <span class="nt"></dependency></span></code></pre></div> | 
 |  | 
 | <p>You can find the binaries on the updated <a href="http://flink.apache.org/downloads.html">Downloads page</a>.</p> | 
 |  | 
 |       </article> | 
 |     </div> | 
 |  | 
 |     <div class="row"> | 
 |       <div id="disqus_thread"></div> | 
 |       <script type="text/javascript"> | 
 |         /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ | 
 |         var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname | 
 |  | 
 |         /* * * DON'T EDIT BELOW THIS LINE * * */ | 
 |         (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> | 
 |     </div> | 
 |   </div> | 
 | </div> | 
 |       </div> | 
 |     </div> | 
 |  | 
 |     <hr /> | 
 |  | 
 |     <div class="row"> | 
 |       <div class="footer text-center col-sm-12"> | 
 |         <p>Copyright © 2014-2019 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p> | 
 |         <p>Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.</p> | 
 |         <p><a href="/privacy-policy.html">Privacy Policy</a> · <a href="/blog/feed.xml">RSS feed</a></p> | 
 |       </div> | 
 |     </div> | 
 |     </div><!-- /.container --> | 
 |  | 
 |     <!-- 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="https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.0/jquery.matchHeight-min.js"></script> | 
 |     <script src="/js/codetabs.js"></script> | 
 |     <script src="/js/stickysidebar.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> | 
 |   </body> | 
 | </html> |