mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
feat: rename /quickstart
This commit is contained in:
parent
b351cf2375
commit
735946bca0
8 changed files with 98 additions and 9 deletions
|
|
@ -81,6 +81,7 @@
|
|||
<li><a href="{{BASE_PATH}}/setup/cluster/spark_cluster_mode.html#spark-standalone-mode">Spark Cluster Mode: Standalone</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/cluster/spark_cluster_mode.html#spark-on-yarn-mode">Spark Cluster Mode: YARN</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/cluster/spark_cluster_mode.html#spark-on-mesos-mode">Spark Cluster Mode: Mesos</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/cluster/zeppelin_with_flink_and_spark_cluster.html">Zeppelin with Flink, Spark Cluster</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/cluster/cdh.html">Zeppelin on CDH</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/cluster/virtual_machine.html">Zeppelin on VM: Vagrant</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
|
|
|
|||
|
|
@ -49,9 +49,9 @@ limitations under the License.
|
|||
* [Install](./quickstart/install.html) for basic instructions on installing Apache Zeppelin
|
||||
* [Tutorial](./quickstart/tutorial.html)
|
||||
* [Explore UI](./quickstart/explore_ui.html): basic components of Apache Zeppelin home
|
||||
* [Spark with Zeppelin](./quickstart/spark_with_zepplin.html)
|
||||
* [SQL with Zeppelin](./quickstart/sql_with_zepplin.html)
|
||||
* [Python with Zeppelin](./quickstart/python_with_zepplin.html)
|
||||
* [Spark with Zeppelin](./quickstart/spark_with_zeppelin.html)
|
||||
* [SQL with Zeppelin](./quickstart/sql_with_zeppelin.html)
|
||||
* [Python with Zeppelin](./quickstart/python_with_zeppelin.html)
|
||||
|
||||
#### Usage
|
||||
* Dynamic Form
|
||||
|
|
@ -88,6 +88,7 @@ limitations under the License.
|
|||
* [Spark Cluster Mode: Standalone](./setup/cluster/spark_cluster_mode.html#spark-standalone-mode)
|
||||
* [Spark Cluster Mode: YARN](./setup/cluster/spark_cluster_mode.html#spark-on-yarn-mode)
|
||||
* [Spark Cluster Mode: Mesos](./setup/cluster/spark_cluster_mode.html#spark-on-mesos-mode)
|
||||
* [Zeppelin with Flink and Spark Cluster](./setup/cluster/zeppelin_with_flink_and_spark_cluster.html)
|
||||
* [Zeppelin on CDH](./setup/cluster/cdh.html)
|
||||
* [Zeppelin on VM: Vagrant](./setup/cluster/virtual_machine.html)
|
||||
* Security: available security support in Apache Zeppelin
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Quick Start"
|
||||
title: "Install"
|
||||
description: "This page will help you get started and will guide you through installing Apache Zeppelin and running it in the command line."
|
||||
group: install
|
||||
group: quickstart
|
||||
---
|
||||
<!--
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
@ -19,13 +19,13 @@ limitations under the License.
|
|||
-->
|
||||
{% include JB/setup %}
|
||||
|
||||
# Quick Start
|
||||
# Install
|
||||
|
||||
<div id="toc"></div>
|
||||
|
||||
Welcome to Apache Zeppelin! On this page are instructions to help you get started.
|
||||
|
||||
## Installation
|
||||
## Requirements
|
||||
|
||||
Apache Zeppelin officially supports and is tested on the following environments:
|
||||
|
||||
29
docs/quickstart/python_with_zeppelin.md
Normal file
29
docs/quickstart/python_with_zeppelin.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Python 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 %}
|
||||
|
||||
# Python with Zeppelin
|
||||
|
||||
<div id="toc"></div>
|
||||
|
||||
Welcome to Apache Zeppelin! On this page are instructions to help you get started.
|
||||
|
||||
## Requirements
|
||||
|
||||
29
docs/quickstart/spark_with_zeppelin.md
Normal file
29
docs/quickstart/spark_with_zeppelin.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Spark 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 %}
|
||||
|
||||
# Spark with Zeppelin
|
||||
|
||||
<div id="toc"></div>
|
||||
|
||||
Welcome to Apache Zeppelin! On this page are instructions to help you get started.
|
||||
|
||||
## Requirements
|
||||
|
||||
29
docs/quickstart/sql_with_zeppelin.md
Normal file
29
docs/quickstart/sql_with_zeppelin.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
layout: page
|
||||
title: "SQL 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 %}
|
||||
|
||||
# SQL with Zeppelin
|
||||
|
||||
<div id="toc"></div>
|
||||
|
||||
Welcome to Apache Zeppelin! On this page are instructions to help you get started.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Install Zeppelin with Flink and Spark in cluster mode"
|
||||
description: "Tutorial is valid for Spark 1.6.x and Flink 1.1.2"
|
||||
group: tutorial
|
||||
description: ""
|
||||
group: setup/cluster
|
||||
---
|
||||
<!--
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
Loading…
Reference in a new issue