You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/01/07 01:24:23 UTC

[GitHub] hddong closed pull request #455: YARN-9176.[Submarine] Repair 404 error of links in documentation

hddong closed pull request #455: YARN-9176.[Submarine] Repair 404 error of links in documentation
URL: https://github.com/apache/hadoop/pull/455
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 3e7f02feb190..f1972305ec65 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 da4fb95a04fb..22e4824986bc 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 <applicationId>` to get logs from CLI


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org