This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 8eaa6f4 [ZEPPELIN-5350] Broken example file link at "usage/zeppelin_sdk/session_api.html" 8eaa6f4 is described below commit 8eaa6f42ea4e56d91dc165c217f6032921ce6c47 Author: cuspymd <cusp...@gmail.com> AuthorDate: Fri Apr 30 14:20:17 2021 +0000 [ZEPPELIN-5350] Broken example file link at "usage/zeppelin_sdk/session_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 <cusp...@gmail.com> Closes #4103 from cuspymd/fix-example-link and squashes the following commits: 604167f17 [cuspymd] Fix broken link and typos in document --- docs/quickstart/sql_with_zeppelin.md | 2 +- docs/usage/zeppelin_sdk/client_api.md | 4 ++-- docs/usage/zeppelin_sdk/session_api.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quickstart/sql_with_zeppelin.md b/docs/quickstart/sql_with_zeppelin.md index ada6f09..df63ccd 100644 --- a/docs/quickstart/sql_with_zeppelin.md +++ b/docs/quickstart/sql_with_zeppelin.md @@ -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) diff --git a/docs/usage/zeppelin_sdk/client_api.md b/docs/usage/zeppelin_sdk/client_api.md index d136bb8..c0d6a37 100644 --- a/docs/usage/zeppelin_sdk/client_api.md +++ b/docs/usage/zeppelin_sdk/client_api.md @@ -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) diff --git a/docs/usage/zeppelin_sdk/session_api.md b/docs/usage/zeppelin_sdk/session_api.md index 6597c1d..a8f809c 100644 --- a/docs/usage/zeppelin_sdk/session_api.md +++ b/docs/usage/zeppelin_sdk/session_api.md @@ -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)