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/30 01:17:39 UTC

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

     [ https://issues.apache.org/jira/browse/HTRACE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Masatake Iwasaki closed HTRACE-339.
-----------------------------------
          Resolution: Fixed
       Fix Version/s: 4.1
    Target Version/s: 4.1

I committed this to master and branch-4.1. Thanks, [~lewismc].

> 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
>             Fix For: 4.1
>
>         Attachments: HTRACE-339.patch, HTRACE-339v2.patch, HTRACE-339v3.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)