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

[jira] [Commented] (FLUME-835) Issues during clean build of Flume NG

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

E. Sammer commented on FLUME-835:
---------------------------------

1 and 2 should be fixed by disabling / removing the thrift plugin from the pom. We opted to use Avro for the initial cut of the RPC layer.
3 is because flume-ng-dist contains no source. It's an assembly-only module, so the jar that excludes the dependencies is naturally empty. We should create a larger JIRA to build out a meaningful assembly descriptor that builds the proper jars and packages.
4 - n are because the developers use git and git doesn't version empty directories which is annoying in this case for this reason. (hint: the git guys are wrong on this one.)
                
> Issues during clean build of Flume NG
> -------------------------------------
>
>                 Key: FLUME-835
>                 URL: https://issues.apache.org/jira/browse/FLUME-835
>             Project: Flume
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: NG alpha 1
>            Reporter: Will McQueen
>
> I run the following commands from toplevel Flume NG dir:
> 1) mvn clean
> 2) mvn eclipse:clean
> 3) mvn package -DskipTests
> I see these 12 issues. 2 are for missing thrift folder, 1 warning about creating an empty flume-ng-dist-0.9.5-SNAPSHOT.jar, and 9 are for a missing resources dir.
> 1) thrift folder doesn't exist (compile)
> [INFO] --- maven-thrift-plugin:0.1.10:compile (default) @ flume-ng-core ---
> [INFO] /home/will/git/flume-asf/flume-ng-core/src/main/thrift does not exist. Review the configuration or consider disabling the plugin.
> 2) thrift folder doesn't exist (testCompile)
> [INFO] --- maven-thrift-plugin:0.1.10:testCompile (default) @ flume-ng-core ---
> [INFO] /home/will/git/flume-asf/flume-ng-core/src/test/thrift does not exist. Review the configuration or consider disabling the plugin.
> 3) Warning about creating empty jar
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-dist ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar: /home/will/git/flume-asf/flume-ng-dist/target/flume-ng-dist-0.9.5-SNAPSHOT.jar
> 4) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-core/src/main/resources
> 5) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-hdfs-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-sinks/flume-hdfs-sink/src/main/resources
> 6) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-jdbc-channel ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-channels/flume-jdbc-channel/src/main/resources
> 7) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-jdbc-channel ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-channels/flume-jdbc-channel/src/test/resources
> 8) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-node ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-node/src/main/resources
> 9) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-dist ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-dist/src/main/resources
> 10) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-ng-dist ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-dist/src/test/resources
> 11) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-hdfs-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-sinks/flume-hdfs-sink/src/test/resources
> 12) resources dir doesn't exist
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-file-channel ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /home/will/git/flume-asf/flume-ng-channels/flume-file-channel/src/main/resources

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