Skip to content

Commit d114a9d

Browse files
committed
Address @felixcheung feedback
1 parent 6a788fe commit d114a9d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/interpreter/postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ group: manual
66
---
77
{% include JB/setup %}
88

9-
# PostgreSQL, HAWQ Interpreter for Apache Zeppelin
9+
# PostgreSQL, Apache HAWQ (incubating) Interpreter for Apache Zeppelin
1010

1111
<div id="toc"></div>
1212

@@ -58,7 +58,7 @@ Postgresql Interpreter will be deprecated and merged into JDBC Interpreter. You
5858
This interpreter seamlessly supports the following SQL data processing engines:
5959

6060
* [PostgreSQL](http://www.postgresql.org/) - OSS, Object-relational database management system (ORDBMS)
61-
* [Apache HAWQ](http://pivotal.io/big-data/pivotal-hawq) - Powerful [Open Source](https://wiki.apache.org/incubator/HAWQProposal) SQL-On-Hadoop engine.
61+
* [pache HAWQ (incubating)](http://hawq.incubator.apache.org/) - Powerful open source SQL-On-Hadoop engine.
6262
* [Greenplum](http://pivotal.io/big-data/pivotal-greenplum-database) - MPP database built on open source PostgreSQL.
6363

6464
This [Video Tutorial](https://www.youtube.com/watch?v=wqXXQhJ5Uk8) illustrates some of the features provided by the `Postgresql Interpreter`.

docs/interpreter/spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group: manual
1212
<div id="toc"></div>
1313

1414
## Overview
15-
[Apache Spark](http://spark.apache.org) is a fast and general-purpose cluster computing system.
15+
[Apache Spark](http://spark.apache.org) is a fast and general-purpose cluster computing system.
1616
It provides high-level APIs in Java, Scala, Python and R, and an optimized engine that supports general execution graphs
1717
Apache Spark is supported in Zeppelin with
1818
Spark Interpreter group, which consists of five interpreters.

docs/manual/notebookashomepage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ Restart your Zeppelin server
6262
./bin/zeppelin-deamon stop
6363
./bin/zeppelin-deamon start
6464
```
65-
That's it! Open your browser and navigate to Zeppelin and see your customized homepage.
65+
That's it! Open your browser and navigate to Apache Zeppelin and see your customized homepage.
6666

6767
<br />
6868
## Show notebooks list in your custom homepage
69-
If you want to display the list of notebooks on your custom Zeppelin homepage all
69+
If you want to display the list of notebooks on your custom Apache Zeppelin homepage all
7070
you need to do is use our %angular support.
7171

7272
Add the following code to a paragraph in you home page and run it... walla! you have your notebooks list.

docs/manual/publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ For example,
4646
Finally, you can show off your beautiful visualization results in your website.
4747
<center><img src="../assets/themes/zeppelin/img/docs-img/your-website.png" height="90%" width="90%"></center>
4848

49-
> **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.
49+
> **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.

0 commit comments

Comments
 (0)