blob: 70f7970b997deb61d50994dfd9f26c2c01ee0e7b [file] [log] [blame] [view]
---
layout: page
title: "Flink with Zeppelin"
description: ""
group: quickstart
---
<!--
Licensed 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.
-->
{% include JB/setup %}
# Flink support in Zeppelin
<div id="toc"></div>
<br/>
For a brief overview of Apache Flink fundamentals with Apache Zeppelin, see the following guide:
- **built-in** Apache Flink integration.
- With [Flink Scala Scala](https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/deployment/repls/scala_shell/) [PyFlink Shell](https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/deployment/repls/python_shell/), [Flink SQL](https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/sql/overview/)
- Inject ExecutionEnvironment, StreamExecutionEnvironment, BatchTableEnvironment, StreamTableEnvironment.
- Canceling job and displaying its progress
- Supports different modes: local, remote, yarn, yarn-application
- Dependency management
- Streaming Visualization
<br/>
For the further information about Flink support in Zeppelin, please check
- [Flink Interpreter](../interpreter/flink.html)