Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-830

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • NG alpha 1
    • 1.0.0
    • Build
    • None

    Description

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

      Attachments

        Activity

          People

            esammer Eric Sammer
            will@cloudera.com Will McQueen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: