From ead35a6ce6fd9c4db97fb25a7b4613ec16660cd3 Mon Sep 17 00:00:00 2001 From: hongdongdong Date: Fri, 4 Jan 2019 15:46:41 +0800 Subject: [PATCH] YARN-9176.[Submarine] Repair 404 error of links in documentation --- .../hadoop-yarn-submarine/src/site/markdown/Examples.md | 4 ++-- .../hadoop-yarn-submarine/src/site/markdown/QuickStart.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/site/markdown/Examples.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/site/markdown/Examples.md index 3e7f02f..f197230 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/site/markdown/Examples.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/site/markdown/Examples.md @@ -16,6 +16,6 @@ Here're some examples about Submarine usage. -[Running Distributed CIFAR 10 Tensorflow Job](RunningDistributedCifar10TFJobs.html) +[Running Distributed CIFAR 10 Tensorflow Job](RunningDistributedCifar10TFJobs.md) -[Running Zeppelin Notebook on YARN](RunningZeppelinOnYARN.html) \ No newline at end of file +[Running Zeppelin Notebook on YARN](RunningZeppelinOnYARN.md) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/site/markdown/QuickStart.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/site/markdown/QuickStart.md index da4fb95..22e4824 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/site/markdown/QuickStart.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine/src/site/markdown/QuickStart.md @@ -101,7 +101,7 @@ This will launch a Tensorboard to monitor *all your jobs*. By access YARN UI (th See below screenshot: -![alt text](./images/tensorboard-service.png "Tensorboard service") +![alt text](../resources/images/tensorboard-service.png "Tensorboard service") ### Launch Distributed Tensorflow Application: @@ -162,13 +162,13 @@ yarn jar /tmp/hadoop-yarn-applications-submarine-3.2.0-SNAPSHOT.jar \ You can view multiple job training history like from the `Tensorboard` link: -![alt text](./images/multiple-tensorboard-jobs.png "Tensorboard for multiple jobs") +![alt text](../resources/images/multiple-tensorboard-jobs.png "Tensorboard for multiple jobs") ### Get component logs from a training job There're two ways to get training job logs, one is from YARN UI (new or old): -![alt text](./images/job-logs-ui.png "Job logs UI") +![alt text](../resources/images/job-logs-ui.png "Job logs UI") Or you can use `yarn logs -applicationId ` to get logs from CLI -- 1.8.3.1