You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by co...@apache.org on 2016/09/30 04:55:57 UTC

zeppelin git commit: Change path to tutorial images

Repository: zeppelin
Updated Branches:
  refs/heads/master b92ed6cd8 -> 15a6ee520


Change path to tutorial images

### What is this PR for?
Fixing the image path of the tutorial made in #418

### What type of PR is it?
Hot Fix

### What is the Jira issue?
None, just a Hotfix

### How should this be tested?
Build, move into full website, you should see the images

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

Author: Damien CORNEAU <co...@gmail.com>

Closes #1474 from corneadoug/fix/FlinkTutorialImg and squashes the following commits:

cabd8df [Damien CORNEAU] Change path to tutorial images


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/15a6ee52
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/15a6ee52
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/15a6ee52

Branch: refs/heads/master
Commit: 15a6ee5208ab7a209ca98474ca24e98fb63df130
Parents: b92ed6c
Author: Damien CORNEAU <co...@gmail.com>
Authored: Fri Sep 30 12:05:18 2016 +0900
Committer: Damien CORNEAU <co...@gmail.com>
Committed: Fri Sep 30 13:56:00 2016 +0900

----------------------------------------------------------------------
 docs/quickstart/install_with_flink_and_spark_cluster.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/15a6ee52/docs/quickstart/install_with_flink_and_spark_cluster.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/install_with_flink_and_spark_cluster.md b/docs/quickstart/install_with_flink_and_spark_cluster.md
index b7aad13..e653c77 100644
--- a/docs/quickstart/install_with_flink_and_spark_cluster.md
+++ b/docs/quickstart/install_with_flink_and_spark_cluster.md
@@ -284,7 +284,7 @@ build-target/bin/start-cluster.sh
 
 In a browser, navigate to http://`yourip`:8082 to see the Flink Web-UI.  Click on 'Task Managers' in the left navigation bar. Ensure there is at least one Task Manager present.
 
-<center>![alt text](../../assets/themes/zeppelin/img/screenshots/flink-webui.png "The Flink Web-UI")</center>
+<center>![alt text](../assets/themes/zeppelin/img/screenshots/flink-webui.png "The Flink Web-UI")</center>
 
 
 If no task managers are present, restart the Flink cluster with the following commands:
@@ -362,7 +362,7 @@ spark/sbin/start-master.sh --webui-port 8082
 
 Open a browser and navigate to http://`yourip`:8082 to ensure the Spark master is running.
 
-<center>![alt text](../../assets/themes/zeppelin/img/screenshots/spark-master-webui1.png "It should look like this...")</center>
+<center>![alt text](../assets/themes/zeppelin/img/screenshots/spark-master-webui1.png "It should look like this...")</center>
 
 Toward the top of the page there will be a *URL*: spark://`yourhost`:7077.  Note this URL, the Spark Master URI, it will be needed in subsequent steps.