You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2017/02/04 01:59:00 UTC

hadoop git commit: HADOOP-14053. Update the link to HTrace SpanReceivers. Contributed by Yiqun Lin.

Repository: hadoop
Updated Branches:
  refs/heads/trunk ba75bc759 -> cb8f3f3ad


HADOOP-14053. Update the link to HTrace SpanReceivers. Contributed by Yiqun Lin.


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

Branch: refs/heads/trunk
Commit: cb8f3f3adf7a22e8fb6fdfc44f3ec781c1526bfd
Parents: ba75bc7
Author: Akira Ajisaka <aa...@apache.org>
Authored: Sat Feb 4 10:58:08 2017 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Sat Feb 4 10:58:08 2017 +0900

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/src/site/markdown/Tracing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/cb8f3f3a/hadoop-common-project/hadoop-common/src/site/markdown/Tracing.md
----------------------------------------------------------------------
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 9b7084d..47b17a2 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


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