Repository: hadoop Updated Branches: refs/heads/trunk a8c120222 -> c2575fb04
HADOOP-11186: documentation should talk about hadoop.htrace.spanreceiver.classes, not hadoop.trace.spanreceiver.classes (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c2575fb0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c2575fb0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c2575fb0 Branch: refs/heads/trunk Commit: c2575fb046bb8fab73ee9c55e0ce65d4d0df75d0 Parents: a8c1202 Author: Colin Patrick Mccabe <[email protected]> Authored: Wed Oct 29 12:12:58 2014 -0700 Committer: Colin Patrick Mccabe <[email protected]> Committed: Wed Oct 29 12:14:10 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-common-project/hadoop-common/src/site/apt/Tracing.apt.vm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c2575fb0/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index cd5647f..ce865e1 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -375,6 +375,9 @@ Release 2.7.0 - UNRELEASED HDFS-7227. Fix findbugs warning about NP_DEREFERENCE_OF_READLINE_VALUE in SpanReceiverHost (cmccabe) + HADOOP-11186. documentation should talk about + hadoop.htrace.spanreceiver.classes, not hadoop.trace.spanreceiver.classes (cmccabe) + Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/c2575fb0/hadoop-common-project/hadoop-common/src/site/apt/Tracing.apt.vm ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/apt/Tracing.apt.vm b/hadoop-common-project/hadoop-common/src/site/apt/Tracing.apt.vm index 31c2516..9eda220 100644 --- a/hadoop-common-project/hadoop-common/src/site/apt/Tracing.apt.vm +++ b/hadoop-common-project/hadoop-common/src/site/apt/Tracing.apt.vm @@ -42,7 +42,7 @@ public void receiveSpan(Span span); Configure what SpanReceivers you'd like to use by putting a comma separated list of the fully-qualified class name of classes implementing SpanReceiver - in <<<hdfs-site.xml>>> property: <<<hadoop.trace.spanreceiver.classes>>>. + in <<<hdfs-site.xml>>> property: <<<hadoop.htrace.spanreceiver.classes>>>. +---- <property>
