blob: 9be2c609e574b0be8a08525f2edd894ed100052d [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Supported Interpreters</title>
<meta name="description" content="">
<meta name="author" content="The Apache Software Foundation">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="/assets/themes/submarine/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="/assets/themes/submarine/css/style.css?body=1" rel="stylesheet" type="text/css">
<link href="/assets/themes/submarine/css/syntax.css" rel="stylesheet" type="text/css" media="screen" />
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/themes/submarine/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/themes/submarine/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/themes/submarine/img/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" href="/assets/themes/submarine/img/favicon/favicon.ico">
<link rel="manifest" href="/assets/themes/submarine/img/favicon/manifest.json">
<link rel="mask-icon" href="/assets/themes/submarine/img/favicon/safari-pinned-tab.svg" color="#438bc9">
<meta name="theme-color" content="#ffffff">
<!-- Js -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.5.0.js"></script>
<script src="/assets/themes/submarine/bootstrap/js/bootstrap.min.js"></script>
<script src="/assets/themes/submarine/js/docs.js"></script>
<script src="/assets/themes/submarine/js/anchor.min.js"></script>
<script src="/assets/themes/submarine/js/moment.min.js"></script>
<script src="/assets/themes/submarine/js/helium.controller.js"></script>
<script src="/assets/themes/submarine/js/medium.controller.js"></script>
<!-- atom & rss feed -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/assets/themes/submarine/img/submarine_white_logo.png" style="margin-top: -6px;" width="80" alt="I'm submarine">
<span style="margin-left: 0px;"> Apache Submarine </span>
<!-- <span style="margin-left: 4px; font-size: 16px; font-family: Arial;">0.4.0</span> -->
</a>
</div>
<nav class="navbar-collapse collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<!-- Quick Start -->
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Quick Start<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/apache/submarine/blob/master/docs/userdocs/yarn">Submarine on YARN</a></li>
<li><a href="https://github.com/apache/submarine/blob/master/docs/userdocs/k8s">Submarine on K8s</a></li>
</ul>
</li>
<!-- Download -->
<li><a href="/download.html">Download</a></li>
<!-- Docs -->
<li><a href="https://github.com/apache/submarine/tree/master/docs">Docs</a></li>
<!-- GitHub -->
<li>
<a href="https://github.com/apache/submarine">GitHub</a>
</li>
<!-- Community -->
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/community/contributors.html">Contributors</a></li>
<li><a href="/community/member.html">Member</a></li>
</ul>
</li>
<!-- Apache -->
<li class="docs">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
<li><a href="http://www.apache.org/licenses/">Apache License</a></li>
<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="/assets.html">Assets</a></li>
<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<div class="content">
<!--<div class="hero-unit Supported Interpreters">
<h1></h1>
</div>
-->
<div class="row">
<div class="col-md-12">
<!--
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.
-->
<h1>Supported Interpreters</h1>
<p>Thanks to many Zeppelin contributors, we can provide much more interpreters in every release.
Please check the below table before you download Zeppelin package.</p>
<blockquote>
<p><strong>Note :</strong> Only Spark interpreter is included in the netinst binary package by default. If you want to use the other interpreters, you need to install them using net-install script.</p>
</blockquote>
<p><br/></p>
<table class="table-configuration" style="text-align:center" id="comparing-version">
<tr>
<th style="width:10%">Zeppelin</th>
<th style="width:22%">0.8.1</th>
<th style="width:22%">0.8.0</th>
<th style="width:22%">0.7.3</th>
<th style="width:22%">0.7.1 - 0.7.2</th>
<th style="width:22%">0.7.0</th>
<th style="width:22%">0.6.2 - 0.6.1</th>
<th style="width:22%">0.6.0</th>
</tr>
<tr>
<td rowspan="2">
<h6><a href="http://spark.apache.org/" target="_blank">Spark</a><h6>
</td>
<td rowspan="2">
1.5.x, 1.6.x, 2.0.x, 2.1.x, 2.2.x, 2.3.x, <strong>2.4.0</strong>
</td>
<td rowspan="2">
1.5.x, 1.6.x, 2.0.x, 2.1.x, 2.2.x, <strong>2.3.1</strong>
</td>
<td rowspan="2">
1.4.x, 1.5.x, 1.6.x, 2.0.x, 2.1.x, <strong>2.2.0</strong>
</td>
<td rowspan="2">
1.4.x, 1.5.x, 1.6.x, 2.0.x <strong>2.1.0</strong>
</td>
<td rowspan="2">
1.4.x, 1.5.x, 1.6.x, 2.0.x <strong>2.1.0</strong>
</td>
<td>
1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x, <strong>2.0.0</strong>
</td>
<td>
1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x
</td>
</tr>
<tr>
<td>Support Scala 2.11</td>
<td>SparkR is available</td>
</tr>
<tr>
<td><h6>JDBC</h6></td>
<td>
<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>,
<a href="https://www.mysql.com/" target="_blank">MySQL</a>,
<a href="https://mariadb.org/" target="_blank">MariaDB</a>,
<a href="https://aws.amazon.com/documentation/redshift/" target="_blank">Redshift</a>,
<br/>
<a href="https://hive.apache.org/" target="_blank">Hive</a>,
<a href="https://phoenix.apache.org/" target="_blank">Phoenix</a>,
<a href="https://drill.apache.org/" target="_blank">Drill</a>,
<a href="http://tajo.apache.org/" target="_blank">Tajo</a>
are available
</td>
<td>
<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>,
<a href="https://www.mysql.com/" target="_blank">MySQL</a>,
<a href="https://mariadb.org/" target="_blank">MariaDB</a>,
<a href="https://aws.amazon.com/documentation/redshift/" target="_blank">Redshift</a>,
<br/>
<a href="https://hive.apache.org/" target="_blank">Hive</a>,
<a href="https://phoenix.apache.org/" target="_blank">Phoenix</a>,
<a href="https://drill.apache.org/" target="_blank">Drill</a>,
<a href="http://tajo.apache.org/" target="_blank">Tajo</a>
are available
</td>
<td>
<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>,
<a href="https://www.mysql.com/" target="_blank">MySQL</a>,
<a href="https://mariadb.org/" target="_blank">MariaDB</a>,
<a href="https://aws.amazon.com/documentation/redshift/" target="_blank">Redshift</a>,
<br/>
<a href="https://hive.apache.org/" target="_blank">Hive</a>,
<a href="https://phoenix.apache.org/" target="_blank">Phoenix</a>,
<a href="https://drill.apache.org/" target="_blank">Drill</a>,
<a href="http://tajo.apache.org/" target="_blank">Tajo</a>
are available
</td>
<td>
<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>,
<a href="https://www.mysql.com/" target="_blank">MySQL</a>,
<a href="https://mariadb.org/" target="_blank">MariaDB</a>,
<a href="https://aws.amazon.com/documentation/redshift/" target="_blank">Redshift</a>,
<br/>
<a href="https://hive.apache.org/" target="_blank">Hive</a>,
<a href="https://phoenix.apache.org/" target="_blank">Phoenix</a>,
<a href="https://drill.apache.org/" target="_blank">Drill</a>,
<a href="http://tajo.apache.org/" target="_blank">Tajo</a>
are available
</td>
<td>
<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>,
<a href="https://www.mysql.com/" target="_blank">MySQL</a>,
<a href="https://mariadb.org/" target="_blank">MariaDB</a>,
<a href="https://aws.amazon.com/documentation/redshift/" target="_blank">Redshift</a>,
<br/>
<a href="https://hive.apache.org/" target="_blank">Hive</a>,
<a href="https://phoenix.apache.org/" target="_blank">Phoenix</a>,
<a href="https://drill.apache.org/" target="_blank">Drill</a>,
<a href="http://tajo.apache.org/" target="_blank">Tajo</a>
are available
</td>
<td>
<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>,
<a href="https://www.mysql.com/" target="_blank">MySQL</a>,
<a href="https://mariadb.org/" target="_blank">MariaDB</a>,
<a href="https://aws.amazon.com/documentation/redshift/" target="_blank">Redshift</a>,
<br/>
<a href="https://hive.apache.org/" target="_blank">Hive</a>,
<a href="https://phoenix.apache.org/" target="_blank">Phoenix</a>,
<a href="https://drill.apache.org/" target="_blank">Drill</a>,
<a href="http://tajo.apache.org/" target="_blank">Tajo</a>
are available
</td>
<td>
<a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>,
<a href="https://www.mysql.com/" target="_blank">MySQL</a>,
<a href="https://mariadb.org/" target="_blank">MariaDB</a>,
<a href="https://aws.amazon.com/documentation/redshift/" target="_blank">Redshift</a>,
<br/>
<a href="https://hive.apache.org/" target="_blank">Hive</a>,
<a href="https://phoenix.apache.org/" target="_blank">Phoenix</a>,
<a href="https://drill.apache.org/" target="_blank">Drill</a>,
<a href="http://tajo.apache.org/" target="_blank">Tajo</a>
are available
</td>
</tr>
<tr>
<td>
<h6><a href="https://pig.apache.org/" target="_blank">Pig</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>N/A</td>
<td>N/A</td>
</tr>
<tr>
<td>
<h6 style="display: inline;"><a href="https://beam.apache.org/" target="_blank">Beam</a></h6>
<i class="fa fa-info-circle" data-toggle="tooltip" title="Not included in binary package. Use interpreter install script or build from source with -Pbeam to use this interpreter"></i>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>N/A</td>
<td>N/A</td>
</tr>
<tr>
<td>
<h6 style="display: inline;"><a href="https://github.com/spotify/scio/" target="_blank">Scio</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>N/A</td>
<td>N/A</td>
</tr>
<tr>
<td>
<h6><a href="https://cloud.google.com/bigquery/" target="_blank">BigQuery</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>N/A</td>
</tr>
<tr>
<td>
<h6><a href="https://www.python.org/" target="_blank">Python</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="http://livy.io/" target="_blank">Livy</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html" target="_blank">HDFS</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="http://www.alluxio.org/" target="_blank">Alluxio</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="https://hbase.apache.org/" target="_blank">Hbase</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6 style="display: inline;"><a href="https://github.com/twitter/scalding" target="_blank">Scalding</a></h6>
<i class="fa fa-info-circle" data-toggle="tooltip" title="Not included in binary package. Use interpreter install script or build from source with -Pscalding to use this interpreter"></i>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="https://www.elastic.co/products/elasticsearch" target="_blank">Elasticsearch</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="https://angularjs.org/" target="_blank">Angular</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="http://pegdown.org/" target="_blank">Markdown</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="https://commons.apache.org/" target="_blank">Shell</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="https://flink.apache.org/" target="_blank">Flink</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="http://cassandra.apache.org/" target="_blank">Cassandra</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6 style="display: inline;"><a href="http://geode.incubator.apache.org/" target="_blank">Geode</a></h6>
<i class="fa fa-info-circle" data-toggle="tooltip" title="Not included in binary package. Use interpreter install script or build from source with -Pgeode to use this interpreter"></i>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="https://ignite.apache.org/" target="_blank">Ignite</a></h6>
</td>
<td>1.9.0</td>
<td>1.9.0</td>
<td>1.9.0</td>
<td>1.9.0</td>
<td>1.7.0</td>
<td>1.7.0</td>
<td>1.6.0</td>
</tr>
<tr>
<td>
<h6><a href="http://kylin.apache.org/" target="_blank">Kylin</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="https://lens.apache.org/" target="_blank">Lens</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<td>
<h6><a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a></h6>
</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
</tr>
</table>
</div>
</div>
</div>
<footer>
<!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
</footer>
</body>
</html>