Hi, did you checkout the code from git?
git clone git://git.apache.org/flume.git git checkout trunk mvn clean && mvn package -DskipTests After the build is finished the distribution is ready for use in flume-ng-dist/target: flume-ng-dist-1.2.0-incubating-SNAPSHOT-dist.tar.gz flume-ng-dist-1.2.0-incubating-SNAPSHOT-src.tar.gz Now copy the flume-ng-dist-1.2.0-incubating-SNAPSHOT-dist.tar.gz (or the version you've created) to your target system and decompress it. cheers, Alex -- Alexander Alten-Lorenz http://mapredit.blogspot.com German Hadoop LinkedIn Group: http://goo.gl/N8pCF On Jun 5, 2012, at 8:29 AM, vijay k wrote: > Please help me on below query. I'm awaiting for you response. > > On Mon, Jun 4, 2012 at 3:44 PM, vijay k <[email protected]> wrote: > >> Thanks Alex for updating... >> >> I have installed flume for your suggestions. but i am not getting the >> below success massages. >> >> [INFO] Apache Flume ...................................... SUCCESS [7.276s] >> [INFO] Flume NG Core ..................................... SUCCESS [3.043s] >> [INFO] Flume NG Sinks .................................... SUCCESS [0.275s] >> [INFO] Flume NG HDFS Sink ................................ SUCCESS [0.892s] >> [INFO] Flume NG IRC Sink ................................. SUCCESS [0.515s] >> [INFO] Flume NG Channels ................................. SUCCESS [0.214s] >> [INFO] Flume NG JDBC channel ............................. SUCCESS [0.802s] >> [INFO] Flume NG Agent .................................... SUCCESS [0.893s] >> [INFO] Flume NG file-based channel ....................... SUCCESS [0.516s] >> [INFO] Flume NG distribution ............................. SUCCESS >> [16.602s] >> [INFO] Flume legacy Sources .............................. SUCCESS [0.143s] >> [INFO] Flume legacy Thrift Source ........................ SUCCESS [0.599s] >> [INFO] Flume legacy Avro source .......................... SUCCESS [0.458s] >> [INFO] Flume NG Clients .................................. SUCCESS [0.133s] >> [INFO] Flume NG Log4j Appender ........................... SUCCESS [0.385s] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD SUCCESS >> >> >> I have run the $mvn package -DskipTests, i am getting the below build >> success massage. >> >> 1.How can i verify the flume installation successfully installed on my >> machine.? >> >> 2.Please let me know the sample code test procedure.? >> >> root@md-trngpoc2:/usr/local/flume_dir/my-app# mvn package -DskipTests >> [INFO] Scanning for projects... >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building my-app >> [INFO] task-segment: [package] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [resources:resources {execution: default-resources}] >> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered >> resources, i.e. build is platform dependent! >> [INFO] skip non existing resourceDirectory >> /usr/local/flume_dir/my-app/src/main/resources >> [INFO] [compiler:compile {execution: default-compile}] >> [INFO] Compiling 1 source file to >> /usr/local/flume_dir/my-app/target/classes >> [INFO] [resources:testResources {execution: default-testResources}] >> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered >> resources, i.e. build is platform dependent! >> [INFO] skip non existing resourceDirectory >> /usr/local/flume_dir/my-app/src/test/resources >> [INFO] [compiler:testCompile {execution: default-testCompile}] >> [INFO] Compiling 1 source file to >> /usr/local/flume_dir/my-app/target/test-classes >> [INFO] [surefire:test {execution: default-test}] >> [INFO] Tests are skipped. >> [INFO] [jar:jar {execution: default-jar}] >> [INFO] Building jar: >> /usr/local/flume_dir/my-app/target/my-app-1.0-SNAPSHOT.jar >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD SUCCESSFUL >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 1 second >> [INFO] Finished at: Mon Jun 04 13:47:09 IST 2012 >> [INFO] Final Memory: 15M/140M >> >> Thanks >> On Sat, Jun 2, 2012 at 6:31 PM, alo alt <[email protected]> wrote: >> >>> Hi, >>> >>> http://mapredit.blogspot.de/2012/03/flumeng-evolution.html >>> >>> Userguide: >>> http://archive.cloudera.com/cdh4/cdh/4/flume-ng-1.1.0-cdh4.0.0b2/ >>> >>> Download as deb / rpm: >>> http://archive.cloudera.com/cdh4/ >>> >>> Or build from source with maven. >>> >>> - Alex >>> >>> >>> -- >>> Alexander Alten-Lorenz >>> http://mapredit.blogspot.com >>> German Hadoop LinkedIn Group: http://goo.gl/N8pCF >>> >>> On Jun 2, 2012, at 5:35 AM, vijay k wrote: >>> >>>> Hi, >>>> >>>> I'm new to flume. I have installed hadoop 0.20.2 version, i have two >>>> question >>>> >>>> 1. which flume version will support hadoop 0.20.2 >>>> >>>> 2. please let me know the flume installation steps >>>> >>>> Thanks, >>>> Vijay >>> >>> >>
