Git seems to be down. Or you've no internet connection. -- Alexander Alten-Lorenz http://mapredit.blogspot.com German Hadoop LinkedIn Group: http://goo.gl/N8pCF
On Jun 5, 2012, at 2:29 PM, vijay k wrote: > Hi, > > I did from starting like as below. > step 1: > I have executed the below command, after that turnk flolder has been > created. > > root@flume:/usr/local/flume_dir# svn checkout > https://svn.apache.org/repos/asf/incubator/flume/trunk/ > > A > trunk/flume-ng-clients/flume-ng-log4jappender/src/main/java/org/apache/flume/clients/log4jappender > A > trunk/flume-ng-clients/flume-ng-log4jappender/src/main/java/org/apache/flume/clients/log4jappender/Log4jAvroHeaders.java > A > trunk/flume-ng-clients/flume-ng-log4jappender/src/main/java/org/apache/flume/clients/log4jappender/Log4jAppender.java > A trunk/flume-ng-clients/flume-ng-log4jappender/pom.xml > A trunk/flume-ng-clients/pom.xml > A trunk/flume-ng-dist > A trunk/flume-ng-dist/src > A trunk/flume-ng-dist/src/main > A trunk/flume-ng-dist/src/main/assembly > A trunk/flume-ng-dist/src/main/assembly/dist.xml > A trunk/flume-ng-dist/src/main/assembly/src.xml > A trunk/flume-ng-dist/pom.xml > A trunk/DISCLAIMER > A trunk/flume-ng-doc > A trunk/flume-ng-doc/site.xml > A trunk/flume-ng-doc/sphinx > A trunk/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst > A trunk/flume-ng-doc/sphinx/images > A trunk/flume-ng-doc/sphinx/images/DevGuide_image00.png > A trunk/flume-ng-doc/sphinx/images/UserGuide_image00.png > A trunk/flume-ng-doc/sphinx/images/DevGuide_image01.png > A trunk/flume-ng-doc/sphinx/images/UserGuide_image01.png > A trunk/flume-ng-doc/sphinx/images/UserGuide_image02.png > A trunk/flume-ng-doc/sphinx/images/UserGuide_image03.png > A trunk/flume-ng-doc/sphinx/images/flume-logo.png > A trunk/flume-ng-doc/sphinx/FlumeUserGuide.rst > A trunk/flume-ng-doc/sphinx/conf.py > A trunk/flume-ng-doc/sphinx/index.rst > A trunk/flume-ng-doc/resources > A trunk/flume-ng-doc/resources/images > A trunk/flume-ng-doc/resources/css > A trunk/flume-ng-doc/xhtml > A trunk/flume-ng-doc/xdoc > U trunk > Checked out revision 1346365. > > root@flume:/usr/local/flume_dir# ls -lrt > total 4 > drwxr-xr-x 17 root root 4096 2012-06-05 17:47 trunk > step 2: $git clone git://git.apache.org/flume.git > > after run the command i am getiing the below error. > > root@flume:/usr/local/flume_dir# git clone git://git.apache.org/flume.git > Cloning into flume... > git.apache.org[0: 192.87.106.249]: errno=Connection refused > fatal: unable to connect a socket (Connection refused) > root@flume:/usr/local/flume_dir# > Please suggest how can i go next step.? > > Thanks, > > On Tue, Jun 5, 2012 at 1:09 PM, alo alt <wget.n...@googlemail.com> wrote: > >> 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 <k.vija...@gmail.com> 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 <wget.n...@googlemail.com> >> 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 >>>>> >>>>> >>>> >> >>