YARN-8577. Fix the broken anchor in SLS site-doc. Contributed by Weiwei Yang.
(cherry picked from commit 3d3158cea4580eb2e3b2af635c3a7d30f4dbb873) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d2212c20 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d2212c20 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d2212c20 Branch: refs/remotes/origin/branch-3.1 Commit: d2212c20c56944b974d10609f73387fd44df6ce1 Parents: 8e65057 Author: bibinchundatt <[email protected]> Authored: Wed Jul 25 16:19:14 2018 +0530 Committer: bibinchundatt <[email protected]> Committed: Wed Jul 25 19:00:12 2018 +0530 ---------------------------------------------------------------------- .../hadoop-sls/src/site/markdown/SchedulerLoadSimulator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d2212c20/hadoop-tools/hadoop-sls/src/site/markdown/SchedulerLoadSimulator.md ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-sls/src/site/markdown/SchedulerLoadSimulator.md b/hadoop-tools/hadoop-sls/src/site/markdown/SchedulerLoadSimulator.md index 9df4998..e487267 100644 --- a/hadoop-tools/hadoop-sls/src/site/markdown/SchedulerLoadSimulator.md +++ b/hadoop-tools/hadoop-sls/src/site/markdown/SchedulerLoadSimulator.md @@ -27,7 +27,7 @@ YARN Scheduler Load Simulator (SLS) * [Metrics](#Metrics) * [Real-time Tracking](#Real-time_Tracking) * [Offline Analysis](#Offline_Analysis) - * [Synthetic Load Generator](#SynthGen) + * [Synthetic Load Generator](#Synthetic_Load_Generator) * [Appendix](#Appendix) * [Resources](#Resources) * [SLS JSON input file format](#SLS_JSON_input_file_format) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
