Refine 'description' in some docs as @bzz suggested

This commit is contained in:
AhyoungRyu 2016-08-03 13:38:33 +09:00
parent da0cff97aa
commit fa0129942d
19 changed files with 24 additions and 24 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Quick Start"
description: "Welcome to your first trial to explore Apache Zeppelin! This page will help you to get started with some guide about installing Zeppelin, Starting with command line and configuration."
description: "This page will help you to get started and guide you through installation of Apache Zeppelin, running it in the command line and basic configuration options."
group: install
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Manual Zeppelin version upgrade procedure"
description: "Basically, newer version of Zeppelin works with previous version notebook directory and configurations. This document will guide you how to manually upgrade your Zeppelin version."
description: "This document will guide you though a procedure of manual upgrade your Apache Zeppelin instance to a newer version. Apache Zeppelin keeps backward compatibility for the notebook file format."
group: install
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Apache Zeppelin on Vagrant Virtual Machine"
description: "Apache Zeppelin distribution provides a script directory for vagrant virtual machine. This script creates a virtual machine that launches a repeatable, known set of core dependencies required for developing Zeppelin."
description: "Apache Zeppelin provides a script for running a virtual machine for development through Vagrant. The script will create a virtual machine with core dependencies pre-installed, required for developing Apache Zeppelin."
group: install
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Install Zeppelin to connect with existing YARN cluster"
description: "This page describes how to pre-configure a bare metal node, configure Zeppelin and connect it to existing YARN cluster running Hortonworks flavour of Hadoop."
description: "This page describes how to pre-configure a bare metal node, configure Apache Zeppelin and connect it to existing YARN cluster running Hortonworks flavour of Hadoop."
group: install
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "BigQuery Interpreter for Apache Zeppelin"
description: "BigQuery is a highly scalable no-ops data warehouse in the Google Cloud Platform. Querying massive datasets can be time consuming and expensive without the right hardware and infrastructure. Google BigQuery solves this problem by enabling super-fast SQL queries against append-only tables using the processing power of Google's infrastructure. Simply move your data into BigQuery and let us handle the hard work. You can control access to both the project and your data based on your business needs, such as giving others the ability to view or query your data."
description: "BigQuery is a highly scalable no-ops data warehouse in the Google Cloud Platform."
group: interpreter
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Elasticsearch Interpreter for Apache Zeppelin"
description: "Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It is generally used as the underlying engine/technology that powers applications that have complex search features and requirements."
description: "Elasticsearch is a highly scalable open-source full-text search and analytics engine."
group: interpreter
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Flink Interpreter for Apache Zeppelin"
description: "Apache Flink is an open source platform for distributed stream and batch data processing. Flinks core is a streaming dataflow engine that provides data distribution, communication, and fault tolerance for distributed computations over data streams. Flink also builds batch processing on top of the streaming engine, overlaying native iteration support, managed memory, and program optimization."
description: "Apache Flink is an open source platform for distributed stream and batch data processing."
group: interpreter
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "HBase Shell Interpreter for Apache Zeppelin"
description: "HBase Shell is a JRuby IRB client for Apache HBase. This interpreter provides all capabilities of Apache HBase shell within Apache Zeppelin. The interpreter assumes that Apache HBase client software has been installed and it can connect to the Apache HBase cluster from the machine on where Apache Zeppelin is installed."
description: "HBase Shell is a JRuby IRB client for Apache HBase. This interpreter provides all capabilities of Apache HBase shell within Apache Zeppelin."
group: interpreter
---
<!--

View file

@ -1,6 +1,6 @@
---
layout: page
title: "Spark Interpreter for Apache Zeppelin"
title: "Apache Spark Interpreter for Apache Zeppelin"
description: "Apache Spark is a fast and general-purpose cluster computing system. It provides high-level APIs in Java, Scala, Python and R, and an optimized engine that supports general execution graphs."
group: interpreter
---

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Dependency Management for Interpreter"
description: "You can include external libraries to interpreter by setting dependencies in interpreter menu."
title: "Dependency Management for Apache Interpreter"
description: "Include external libraries to Apache Spark Interpreter by setting dependencies in interpreter menu."
group: manual
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Apache Zeppelin Configuration REST API"
description: "Apache Zeppelin provides several REST APIs for interaction and remote activation of zeppelin functionality. This page contains Apache Zeppelin Configuration REST API information."
description: "This page contains Apache Zeppelin Configuration REST API information."
group: rest-api
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Apache Zeppelin Credential REST API"
description: "Apache Zeppelin provides several REST APIs for interaction and remote activation of zeppelin functionality. This page contains Apache Zeppelin Credential REST API information."
description: "This page contains Apache Zeppelin Credential REST API information."
group: rest-api
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Apache Zeppelin Interpreter REST API"
description: "Apache Zeppelin provides several REST APIs for interaction and remote activation of zeppelin functionality. This page contains Apache Zeppelin Interpreter REST API information."
description: "This page contains Apache Zeppelin Interpreter REST API information."
group: rest-api
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Apache Zeppelin Notebook REST API"
description: "Apache Zeppelin provides several REST APIs for interaction and remote activation of zeppelin functionality. This page contains Apache Zeppelin Notebook REST API information."
description: "This page contains Apache Zeppelin Notebook REST API information."
group: rest-api
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Authentication for NGINX"
description: "Authentication is company-specific. One possible option is HTTP Basic Authentication using NGINX."
description: "There are multiple way to enable authentication in Apache Zeppelin. this page describes HTTP basic auth using NGINX."
group: security
---
<!--
@ -23,7 +23,7 @@ limitations under the License.
<div id="toc"></div>
Authentication is company-specific.
There are multiple way to enable authentication in Apache Zeppelin. this page describes HTTP basic auth using NGINX.
One option is to use [Basic Access Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication).
## HTTP Basic Authentication using NGINX

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Data Source Authorization in Apache Zeppelin"
description: "Data source authorization involves authenticating to the data source like a Mysql database and letting it determine user permissions. Apache Zeppelin allows users to use their own credentials to authenticate with Data Sources."
description: "Apache Zeppelin supports protected data sources. In case of a MySql database, every user can set up his own credentials to access it."
group: security
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Notebook Authorization in Apache Zeppelin"
description: "This page will guide you how you can set the permission for Zeppelin notebooks. We assume that there is an Shiro authentication component that associates a user string and a set of group strings with every NotebookSocket."
description: "This page will guide you how you can set the permission for Zeppelin notebooks. This document assumes that Apache Shiro authentication was set up."
group: security
---
<!--

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Shiro Authentication for Apache Zeppelin"
description: "Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. In this documentation, we will explain step by step how Shiro works for Zeppelin notebook authentication."
title: "Apache Shiro Authentication for Apache Zeppelin"
description: "Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. This document explains step by step how Shiro can be used for Zeppelin notebook authentication."
group: security
---
<!--
@ -19,7 +19,7 @@ limitations under the License.
-->
{% include JB/setup %}
# Shiro authentication for Apache Zeppelin
# Apache Shiro authentication for Apache Zeppelin
<div id="toc"></div>

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Notebook Storage Options for Apache Zeppelin"
description: Apache Zeppelin has a pluggable notebook storage mechanism controlled by zeppelin.notebook.storage configuration option with multiple implementations. Currently 4 options(Git, S3, Azure and ZeppelinHub) are available in Apache Zeppelin."
title: "Notebook Storage for Apache Zeppelin"
description: Apache Zeppelin has a pluggable notebook storage mechanism controlled by zeppelin.notebook.storage configuration option with multiple implementations."
group: storage
---
<!--