You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2018/10/03 05:49:05 UTC

samza git commit: Fix links corresponding to images in the YARN documentation page

Repository: samza
Updated Branches:
  refs/heads/master 55455921a -> 7beb09ec0


Fix links corresponding to images in the YARN documentation page

Author: Jagadish <jv...@linkedin.com>

Reviewers: Jagadish<ja...@apache.org>

Closes #687 from vjagadish1989/website-reorg3


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/7beb09ec
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/7beb09ec
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/7beb09ec

Branch: refs/heads/master
Commit: 7beb09ec0763b3030be4e3033e59e1c5a9b914a9
Parents: 5545592
Author: Jagadish <jv...@linkedin.com>
Authored: Tue Oct 2 22:49:02 2018 -0700
Committer: Jagadish <jv...@linkedin.com>
Committed: Tue Oct 2 22:49:02 2018 -0700

----------------------------------------------------------------------
 docs/_layouts/default.html                            |  2 +-
 docs/learn/documentation/versioned/deployment/yarn.md | 13 +++++--------
 2 files changed, 6 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/7beb09ec/docs/_layouts/default.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index ba10e8b..bcc4a50 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -112,7 +112,7 @@
       <p>
         Samza allows you to build stateful applications that process data in real-time from multiple sources including Apache Kafka.
         <br/> <br/> 
-        Battle-tested at scale, it supports flexible deployment options to run on <a target="_blank" href="https://kafka.apache.org">YARN</a> or as a 
+        Battle-tested at scale, it supports flexible deployment options to run on <a href="/learn/documentation/latest/deployment/yarn.html">YARN</a> or as a 
         <a href="/learn/documentation/latest/deployment/standalone.html">standalone library</a>.
       </p>
 

http://git-wip-us.apache.org/repos/asf/samza/blob/7beb09ec/docs/learn/documentation/versioned/deployment/yarn.md
----------------------------------------------------------------------
diff --git a/docs/learn/documentation/versioned/deployment/yarn.md b/docs/learn/documentation/versioned/deployment/yarn.md
index d6a8f55..e9e7f03 100644
--- a/docs/learn/documentation/versioned/deployment/yarn.md
+++ b/docs/learn/documentation/versioned/deployment/yarn.md
@@ -116,26 +116,23 @@ yarn.package.path=https://url/to/artifact/artifact-version-dist.tar.gz
 The AM implementation in Samza exposes metadata about the job via both a JSON REST interface and a Web UI.
 This Web UI can be accessed by clicking the Tracking UI (*ApplicationMaster*) link on the YARN RM dashboard.
 
-<img src="/img/versioned/learn/documentation/yarn/yarn-am-ui.png" alt="yarn-ui" class="diagram-small">
-
+![diagram-medium](/img/{{site.version}}/learn/documentation/yarn/yarn-am-ui.png)
 
 The Application Master UI provides you the ability to view:
 
  - Job level runtime metadata
+![diagram-small](/img/{{site.version}}/learn/documentation/yarn/am-runtime-metadata.png)
 
-<img src="/img/versioned/learn/documentation/yarn/am-runtime-metadata.png" alt="yarn-runtime-metadata" class="diagram-small">
 
  - Container information
-
-<img src="/img/versioned/learn/documentation/yarn/am-container-info.png" alt="yam-container-info" class="diagram-small">
+![diagram-small](/img/{{site.version}}/learn/documentation/yarn/am-container-info.png)
 
  - Job model (SystemStreamPartition to Task and Container mapping)
+![diagram-small](/img/{{site.version}}/learn/documentation/yarn/am-job-model.png)
 
-<img src="/img/versioned/learn/documentation/yarn/am-job-model.png" alt="am-job-model" class="diagram-small">
 
 - Runtime configs
-
- <img src="/img/versioned/learn/documentation/yarn/am-runtime-configs.png" alt="am-runtime-configs" class="diagram-small">
+![diagram-small](/img/{{site.version}}/learn/documentation/yarn/am-runtime-configs.png)
 
 
 # Viewing logs