mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Address @felixcheung feedback
This commit is contained in:
parent
6a788fecb3
commit
d114a9de96
4 changed files with 6 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ group: manual
|
|||
---
|
||||
{% include JB/setup %}
|
||||
|
||||
# PostgreSQL, HAWQ Interpreter for Apache Zeppelin
|
||||
# PostgreSQL, Apache HAWQ (incubating) Interpreter for Apache Zeppelin
|
||||
|
||||
<div id="toc"></div>
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ Postgresql Interpreter will be deprecated and merged into JDBC Interpreter. You
|
|||
This interpreter seamlessly supports the following SQL data processing engines:
|
||||
|
||||
* [PostgreSQL](http://www.postgresql.org/) - OSS, Object-relational database management system (ORDBMS)
|
||||
* [Apache HAWQ](http://pivotal.io/big-data/pivotal-hawq) - Powerful [Open Source](https://wiki.apache.org/incubator/HAWQProposal) SQL-On-Hadoop engine.
|
||||
* [pache HAWQ (incubating)](http://hawq.incubator.apache.org/) - Powerful open source SQL-On-Hadoop engine.
|
||||
* [Greenplum](http://pivotal.io/big-data/pivotal-greenplum-database) - MPP database built on open source PostgreSQL.
|
||||
|
||||
This [Video Tutorial](https://www.youtube.com/watch?v=wqXXQhJ5Uk8) illustrates some of the features provided by the `Postgresql Interpreter`.
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ group: manual
|
|||
<div id="toc"></div>
|
||||
|
||||
## Overview
|
||||
[Apache Spark](http://spark.apache.org) is a fast and general-purpose cluster computing system.
|
||||
[Apache Spark](http://spark.apache.org) 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
|
||||
Apache Spark is supported in Zeppelin with
|
||||
Spark Interpreter group, which consists of five interpreters.
|
||||
|
|
|
|||
|
|
@ -62,11 +62,11 @@ Restart your Zeppelin server
|
|||
./bin/zeppelin-deamon stop
|
||||
./bin/zeppelin-deamon start
|
||||
```
|
||||
That's it! Open your browser and navigate to Zeppelin and see your customized homepage.
|
||||
That's it! Open your browser and navigate to Apache Zeppelin and see your customized homepage.
|
||||
|
||||
<br />
|
||||
## Show notebooks list in your custom homepage
|
||||
If you want to display the list of notebooks on your custom Zeppelin homepage all
|
||||
If you want to display the list of notebooks on your custom Apache Zeppelin homepage all
|
||||
you need to do is use our %angular support.
|
||||
|
||||
Add the following code to a paragraph in you home page and run it... walla! you have your notebooks list.
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ For example,
|
|||
Finally, you can show off your beautiful visualization results in your website.
|
||||
<center><img src="../assets/themes/zeppelin/img/docs-img/your-website.png" height="90%" width="90%"></center>
|
||||
|
||||
> **Note**: To embed the paragraph in a website, Apache Zeppelin needs to be reachable by that website. And please use this feature with caution and in a trusted environment only, as Zeppelin entire Webapp could be accessible for whoever visits your website.
|
||||
> **Note**: To embed the paragraph in a website, Apache Zeppelin needs to be reachable by that website. And please use this feature with caution and in a trusted environment only, as Zeppelin entire Webapp could be accessible by whoever visits your website.
|
||||
|
|
|
|||
Loading…
Reference in a new issue