You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@htrace.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2014/12/19 23:47:13 UTC

[jira] [Commented] (HTRACE-18) Add htrace-flume, which implements a SpanReceiver that sends spans to Flume

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

Colin Patrick McCabe commented on HTRACE-18:
--------------------------------------------

I wasn't able to compile this patch.

{code}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.494s
[INFO] Finished at: Fri Dec 19 14:45:10 PST 2014
[INFO] Final Memory: 42M/661M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project htrace-flume: Could not resolve dependencies for project org.apache.htrace:htrace-flume:jar:3.1.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.flume:flume-ng-sdk:jar:1.6.0-SNAPSHOT, org.apache.flume:flume-ng-sdk:jar:tests:1.6.0-SNAPSHOT: Could not find artifact org.apache.flume:flume-ng-sdk:jar:1.6.0-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots) -> [Help 1]
{code}

I think perhaps we need to depend on a non-snapshot version of Flume?  In general, we should not depend on snapshot versions of anything (unless it's something we're building ourselves, in our own repo)

> Add htrace-flume, which implements a SpanReceiver that sends spans to Flume
> ---------------------------------------------------------------------------
>
>                 Key: HTRACE-18
>                 URL: https://issues.apache.org/jira/browse/HTRACE-18
>             Project: HTrace
>          Issue Type: Improvement
>            Reporter: Long Zhou
>         Attachments: htrace-flume01.patch, htrace-flume02.patch, htrace-flume03.patch, htrace-flume04.patch
>
>
> Hi htrace devs,
> I have been using htrace for a while and find it very useful.
> I needed a way to collect traces from remote servers via flume, so I implemented the flume receiver (patch attached). If this code is useful to other users, I would like to contribute it to the project.
> Please kindly review the patch, and let me know if anything I should fix/improve.
> Thanks,
> Long Zhou



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