Description
We should by convention name all of our Flume NG artifacts with the same "flume-ng" prefix. This requires changing the <artifactId> in the pom files. Our current artifactIDs are:
(1) flume-file-channel (change to flume-ng-file-channel)
(2) flume-jdbc-channel (change to flume-ng-jdbc-channel)
(3) flume-hdfs-sink (change to flume-ng-hdfs-sink)
(4) flume-ng-core
(5) flume-ng-node
(6) flume-ng-dist
As a result of this convention, the corresponding eclipse project names would all start with "flume-ng" and be easily distinguishable from Flume OG projects, when both are kept in the same workspace.