HI Alex Thank for the post. I have followed the link and done all the steps which you have mentioned. After successfully build the flume, i have unzipe the apache-flume-1.2.0-dist.tar into c:\cygwin\usr\home\Apache-flume.
when I applied the following command then get the error message: Could not find or load main class org.apache.flume.node.Application. bin/flume-ng agent -n agent -c conf -f conf/flume-conf.properties Then I copied the apache-flume-1.2.0-dist.tar into D:\apache-flume and type the following command. D:\apache-flume>"c:\java\jdk1.7.0_01\bin\java.exe" -Dlog4j.configuration=file:///%CD%\conf\log4j.properties -cp "d:\apache-flume\lib\*" org.apache.flume.node.Application -f d:\apache-flume\conf\flume-conf.properties -n agent. getting the error: The system cannot find the path spacified. My java path: c:\java\jdk1.7.0_01. Could please let me suggest the solution. Thanks On Sun, Jul 29, 2012 at 11:47 AM, alo.alt <[email protected]> wrote: > Hi, > > You've to build flume on a windows machine. Follow the steps I written up > here: > http://mapredit.blogspot.de/2012/07/run-flume-13x-on-windows.html > > cheers, > Alex > > > mardan Khan wrote: > > > Hi, > > I have download the flume from the link: > http://flume.apache.org/download.html and Unzip into > c:\cygwin\home\mardan. Now when i am apply the command, getting the > warning message. > > flume$ bin/flume-ng agent -n agent -f conf/flume-conf.properties.template. > > Cygwin Warning: MS-DOS style path detected > > /usr/local/bin/c:\program...................................................................... > bin/flume-ng line:210 exec c:\program not found. > > > Any solution for the problem. > > Many thanks > >
