Repository: incubator-htrace Updated Branches: refs/heads/master af533fa49 -> 50037c7a9
HTRACE-339. Major type in htrace-flume README (Lewis John McGibbney via iwasakims) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/50037c7a Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/50037c7a Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/50037c7a Branch: refs/heads/master Commit: 50037c7a9f8e03e1624d687bd691eb789cf30390 Parents: af533fa Author: Masatake Iwasaki <[email protected]> Authored: Mon Jan 25 06:02:06 2016 +0900 Committer: Masatake Iwasaki <[email protected]> Committed: Sat Jan 30 09:03:59 2016 +0900 ---------------------------------------------------------------------- htrace-flume/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/50037c7a/htrace-flume/README.md ---------------------------------------------------------------------- diff --git a/htrace-flume/README.md b/htrace-flume/README.md index 9181fc8..ed613d1 100644 --- a/htrace-flume/README.md +++ b/htrace-flume/README.md @@ -32,8 +32,8 @@ Tutorial 2) Edit hdfs-site.xml to include the following: <property> - <name>hadoop.trace.spanreceiver.classes</name> - <value>org.htrace.impl.FlumeSpanReceiver</value> + <name>hadoop.htrace.span.receiver.classes</name> + <value>org.apache.htrace.impl.FlumeSpanReceiver</value> </property> <property> <name>hadoop.htrace.flume.hostname</name>
