Skip to content

Commit

Permalink
[ZEPPELIN-5350] Broken example file link at "usage/zeppelin_sdk/sessi…
Browse files Browse the repository at this point in the history
…on_api.html"

### What is this PR for?
Fix broken links and typos in document

### What type of PR is it?
[Documentation]

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-5350

### How should this be tested?
* Checked updated document locally

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: cuspymd <[email protected]>

Closes apache#4103 from cuspymd/fix-example-link and squashes the following commits:

604167f [cuspymd] Fix broken link and typos in document
  • Loading branch information
cuspymd authored and zjffdu committed May 3, 2021
1 parent 9787462 commit 8eaa6f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/sql_with_zeppelin.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following guides explain how to use Apache Zeppelin that enables you to writ
* [MySQL](../interpreter/jdbc.html#mysql)
* [MariaDB](../interpreter/jdbc.html#mariadb)
* [AWS Redshift](../interpreter/jdbc.html#redshift)
* [Apache Hive](../interpreter/jdbc.html#hive)
* [Apache Hive](../interpreter/jdbc.html#apache-hive)
* [Apache Phoenix](../interpreter/jdbc.html#apache-phoenix)
* [Apache Drill](../interpreter/jdbc.html#apache-drill)
* [Apache Tajo](../interpreter/jdbc.html#apache-tajo)
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/zeppelin_sdk/client_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ public ParagraphResult waitUtilParagraphFinish(String noteId, String paragraphId

For more detailed usage of zeppelin client api, you can check the examples in module `zeppelin-client-examples`

* [ZeppelinClientExample](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/ZeppelinClientExample.java)]
* [ZeppelinClientExample2](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/ZeppelinClientExample2.java)]
* [ZeppelinClientExample](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/ZeppelinClientExample.java)
* [ZeppelinClientExample2](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/ZeppelinClientExample2.java)
2 changes: 1 addition & 1 deletion docs/usage/zeppelin_sdk/session_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ For more detailed usage of session api, you can check the examples in module `ze
* [FlinkExample](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/FlinkExample.java)
* [FlinkAdvancedExample](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/FlinkAdvancedExample.java)
* [FlinkAdvancedExample2](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/FlinkAdvancedExample2.java)
* [HiveExample](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/Hive.java)
* [HiveExample](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/HiveExample.java)
* [PythonExample](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/PythonExample.java)
* [RExample](https://github.com/apache/zeppelin/blob/master/zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/RExample.java)

0 comments on commit 8eaa6f4

Please sign in to comment.