You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@htrace.apache.org by "Masatake Iwasaki (JIRA)" <ji...@apache.org> on 2016/01/29 10:12:39 UTC

[jira] [Commented] (HTRACE-339) Major type in htrace-flume README

    [ https://issues.apache.org/jira/browse/HTRACE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123229#comment-15123229 ] 

Masatake Iwasaki commented on HTRACE-339:
-----------------------------------------

Hadoop now uses {{hadoop.htrace.spanreceiver.classes}} as configuration key (in trunk and branch-2 which supports htrace 4). Could you fix the configuration key too?

> Major type in htrace-flume README
> ---------------------------------
>
>                 Key: HTRACE-339
>                 URL: https://issues.apache.org/jira/browse/HTRACE-339
>             Project: HTrace
>          Issue Type: Improvement
>          Components: flume
>    Affects Versions: 4.0.1
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>         Attachments: HTRACE-339.patch
>
>
> There is a major error in the above file 
> {code}
> <property>
>     <name>hadoop.trace.spanreceiver.classes</name>
>     <value>org.htrace.impl.FlumeSpanReceiver</value>
> </property>
> {code} 
> This should be
> {code}
> <property>
>     <name>hadoop.trace.spanreceiver.classes</name>
>     <value>org.apache.htrace.impl.FlumeSpanReceiver</value>
> </property>
> {code}
> PR coming up



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)