You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Mike Percy (Commented) (JIRA)" <ji...@apache.org> on 2012/03/15 21:36:38 UTC

[jira] [Commented] (FLUME-1032) Fix / clean up Flume NG build

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

Mike Percy commented on FLUME-1032:
-----------------------------------

Forgot to mention one more problem with Hadoop 0.23: hadoop-hdfs JAR was not included. Not that hard to miss since Filesystem is included in hadoop-core but DistributedFileSystem is only included in hadoop-hdfs.
                
> Fix / clean up Flume NG build
> -----------------------------
>
>                 Key: FLUME-1032
>                 URL: https://issues.apache.org/jira/browse/FLUME-1032
>             Project: Flume
>          Issue Type: Improvement
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>
> There are problems with the current Flume NG maven build setup:
> 1. Maven build against Hadoop 0.23 is misconfigured:
>    - Referenced Hadoop artifact does not exist in central repo (build fails due to this)
>    - commons-logging gets pulled in, which causes slf4j errors at Flume runtime due to multiple logger implementations (commons & log4j)
> 2. Several artifacts are missing from the -dist archive:
>    - SDK jar
>    - Legacy sources
>    - log4j appender client
> Patch forthcoming to address these issues.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira