1 Star 1 Fork 0

Yikun / flink-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
downloads.md 6.15 KB
一键复制 编辑 原始数据 按行查看 历史
title
Downloads
<script type="text/javascript"> $( document ).ready(function() { // Handler for .ready() called. $('.ga-track').on('click', function() { // we just use the element id for tracking with google analytics ga('send', 'event', 'button', 'click', $(this).attr('id')); }); }); </script>

{% toc %}

Latest stable release (v{{ site.stable }})

Apache Flink {{ site.stable }} is our latest stable release.

You don't have to install Hadoop to use Flink, but if you plan to use Flink with data stored in Hadoop, pick the version matching your installed Hadoop version. If you don't want to do this, pick the Hadoop 1 version.

Flink {{ site.stable }} for Hadoop 1

<p>Pick this package if you plan to use Flink with data stored in Hadoop 1.x.</p>
<p>Also pick this version if you don't plan to use Flink with Hadoop at all.</p>

Flink {{ site.stable }} for Hadoop 2.2.0

Pick this package if you plan to install Flink use Flink with data stored in Hadoop 2.2.0 This version also supports YARN

Flink {{ site.stable }} for Hadoop 2.4.1

Pick this package if you plan to install Flink use Flink with data stored in Hadoop 2.4.1 This version also supports YARN

Flink {{ site.stable }} for Hadoop 2.6.0

Pick this package if you plan to install Flink use Flink with data stored in Hadoop 2.6.0 This version also supports YARN

Flink {{ site.stable }} for Hadoop 2.7.0

Pick this package if you plan to install Flink use Flink with data stored in Hadoop 2.7.0 This version also supports YARN

Flink {{ site.FLINK_VERSION_STABLE }} Source Release

Review the source code or build Flink on your own, using this package

Maven Dependencies

You can add the following dependencies to your pom.xml to include Apache Flink in your project.

<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-java</artifactId>
  <version>{{ site.FLINK_VERSION_STABLE }}</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-clients</artifactId>
  <version>{{ site.FLINK_VERSION_STABLE }}</version>
</dependency>

These dependencies include a local execution environment and thus support local testing.

  • Hadoop 1: If you want to interact with Hadoop 1, use {{ site.FLINK_VERSION_HADOOP_1_STABLE }} as the version.
  • Scala API: To use the Scala API, replace the flink-java artifact id with flink-scala.

All releases

1
https://gitee.com/yikunkero/flink-web.git
git@gitee.com:yikunkero/flink-web.git
yikunkero
flink-web
flink-web
master

搜索帮助