You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Will McQueen (Created) (JIRA)" <ji...@apache.org> on 2011/11/02 03:18:32 UTC

[jira] [Created] (FLUME-830) flume uber jar is missing files from flume-file-channel project

flume uber jar is missing files from flume-file-channel project
---------------------------------------------------------------

                 Key: FLUME-830
                 URL: https://issues.apache.org/jira/browse/FLUME-830
             Project: Flume
          Issue Type: Bug
          Components: Build
    Affects Versions: NG alpha 1
            Reporter: Will McQueen
            Priority: Critical


After following the getting Flume NG Getting Started guide, you should see this file:
     flume-ng-dist/target/flume-ng-dist-0.9.5-SNAPSHOT-jar-with-dependencies.jar
The jar doesn't contain any of the files from the flume-file-channel project (org.apache.flume.channel.file.*) because the pom file's groupId is incorrect (see below).

flume-ng-channels/flume-file-channel/pom.xml has:

  <groupId>org.apache.flume</groupId>
  <artifactId>flume-file-channel</artifactId>
  <version>0.9.5-SNAPSHOT</version>
  <name>Flume NG file-based channel</name>

...but should be:

  <groupId>org.apache.flume.flume-ng-channels</groupId>
  <artifactId>flume-file-channel</artifactId>
  <version>0.9.5-SNAPSHOT</version>
  <name>Flume NG file-based channel</name>

(only a change to the <groupId> element to append ".flume-ng-channels")

--
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

        

[jira] [Resolved] (FLUME-830) flume uber jar is missing files from flume-file-channel project

Posted by "E. Sammer (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

E. Sammer resolved FLUME-830.
-----------------------------

       Resolution: Fixed
    Fix Version/s: v1.0.0
         Assignee: E. Sammer

This was fixed in 1.0.0.
                
> flume uber jar is missing files from flume-file-channel project
> ---------------------------------------------------------------
>
>                 Key: FLUME-830
>                 URL: https://issues.apache.org/jira/browse/FLUME-830
>             Project: Flume
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: NG alpha 1
>            Reporter: Will McQueen
>            Assignee: E. Sammer
>            Priority: Critical
>             Fix For: v1.0.0
>
>
> After following the getting Flume NG Getting Started guide, you should see this file:
>      flume-ng-dist/target/flume-ng-dist-0.9.5-SNAPSHOT-jar-with-dependencies.jar
> The jar doesn't contain any of the files from the flume-file-channel project (org.apache.flume.channel.file.*) because the pom file's groupId is incorrect (see below).
> flume-ng-channels/flume-file-channel/pom.xml has:
>   <groupId>org.apache.flume</groupId>
>   <artifactId>flume-file-channel</artifactId>
>   <version>0.9.5-SNAPSHOT</version>
>   <name>Flume NG file-based channel</name>
> ...but should be:
>   <groupId>org.apache.flume.flume-ng-channels</groupId>
>   <artifactId>flume-file-channel</artifactId>
>   <version>0.9.5-SNAPSHOT</version>
>   <name>Flume NG file-based channel</name>
> (only a change to the <groupId> element to append ".flume-ng-channels")

--
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