From be9b02e0b6ab5ec68d8936c25e36d6f863bdde1e Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Sat, 4 Feb 2017 10:58:08 +0900 Subject: [PATCH] HADOOP-14053. Update the link to HTrace SpanReceivers. Contributed by Yiqun Lin. (cherry picked from commit cb8f3f3adf7a22e8fb6fdfc44f3ec781c1526bfd) --- .../hadoop-common/src/site/markdown/Tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/Tracing.md b/hadoop-common-project/hadoop-common/src/site/markdown/Tracing.md index 4e202750397..3da8a34be30 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/Tracing.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/Tracing.md @@ -31,7 +31,7 @@ Setting up tracing is quite simple, however it requires some very minor changes The tracing system works by collecting information in structs called 'Spans'. It is up to you to choose how you want to receive this information -by using implementation of [SpanReceiver](http://htrace.incubator.apache.org/#Span_Receivers) +by using implementation of [SpanReceiver](http://htrace.incubator.apache.org/developer_guide.html#SpanReceivers) interface bundled with HTrace or implementing it by yourself. [HTrace](http://htrace.incubator.apache.org/) provides options such as