Andy, The current stable release of flume is 1.3.0 and you can always check which release is current on this page: http://flume.apache.org/releases/index.html
In order to checkout this release from git you can issue the following command: git clone https://git-wip-us.apache.org/repos/asf/flume.git -b flume-1.3.0 That will clone the branch into a directory of the same name in your cwd. Once you have that you can simply follow the next steps. - Change into the previously outchecked directory - Build with "mvn clean" and "mvn package -DskipTests" -Jeff On Thu, Dec 13, 2012 at 12:04 PM, Kartashov, Andy <[email protected]>wrote: > Alex, > > Thanks. > > - download JDK 1.6 - check > - download Maven - check > - set env variables - check > - download msysgit -check > > Now have no idea how to do the next step: > - checkout a git repo > - Change into the previously outchecked directory > - Build with "mvn clean" and "mvn package -DskipTests" > > Please help. > > Thanks, > > > > -----Original Message----- > From: Alexander Alten-Lorenz [mailto:[email protected]] > Sent: Thursday, December 13, 2012 12:49 PM > To: [email protected] > Subject: Re: greetings - Flume on Windows > > You can follow our wiki guide: > > https://cwiki.apache.org/confluence/display/FLUME/Build+Flume+1.3.x+up+on+Windows > > to build Flume on Windows. > > Best, > Alex > > On Dec 13, 2012, at 6:35 PM, Hari Shreedharan <[email protected]> > wrote: > > > The installation instructions you have referenced here is for Flume OG, > not Flume 1.x. Flume 1.x currently does not have a Windows installer or > Windows daemons. > > > > > > Hari > > -- > > Hari Shreedharan > > > > > > On Thursday, December 13, 2012 at 8:53 AM, Kartashov, Andy wrote: > > > >> Flummers, > >> > >> I successfully ran flume-ng 1.2 on two boxes running Unix and would now > like to try to connect to one box running Windows. > >> > >> The installation instructions on Cloudera site are too ambiguous for > me to grasp. > >> > >> 1.1. Installation > >> Flume for Windows is installed using an executable installer generated > by Nullsoft Scriptable Install System (NSIS). It provides a simple wizard > which presents basic options for a node's configuration settings. It will > install the software and optionally start a Flume node as a Windows service > (daemon). > >> I could not get this to work as described. > >> > >> I downloaded NSIS installer and downloaded flume 0.9x zip file from > github. > >> When I tried to drag flume.nsis into to the script compiler window I > got this error: > >> !insertmacro: MUI_PAGE_LICENSE > >> LicenseData: open failed "LICENSE" > >> Usage: LicenseData local_file_that_has_license_text | > >> license_lang_string Error in macro MUI_PAGEDECLARATION_LICENSE on > >> macroline 17 Error in macro MUI_PAGE_LICENSE on macroline 6 Error in > >> script > >> ".....\Flume\flume-master\flume-windows-dist\src\main\nsis\flume.nsi " > >> on line 96 -- aborting creation process > >> > >> Then I tried another option, "installing based on zip file". > Installation went well but there was no prompts for configuration, so when > I ran /bin/flume-node.exe I got this: > >> > >> Sorry for this silly question but how to do it? > >> > >> Thanks, > >> > >> > >> NOTICE: This e-mail message and any attachments are confidential, > >> subject to copyright and may be privileged. Any unauthorized use, > >> copying or disclosure is prohibited. If you are not the intended > >> recipient, please delete and contact the sender immediately. Please > >> consider the environment before printing this e-mail. AVIS : le > >> présent courriel et toute pièce jointe qui l'accompagne sont > >> confidentiels, protégés par le droit d'auteur et peuvent être > >> couverts par le secret professionnel. Toute utilisation, copie ou > >> divulgation non autorisée est interdite. Si vous n'êtes pas le > >> destinataire prévu de ce courriel, supprimez-le et contactez > >> immédiatement l'expéditeur. Veuillez penser à l'environnement avant > >> d'imprimer le présent courriel > >> > > > > > > -- > Alexander Alten-Lorenz > http://mapredit.blogspot.com > German Hadoop LinkedIn Group: http://goo.gl/N8pCF > > NOTICE: This e-mail message and any attachments are confidential, subject > to copyright and may be privileged. Any unauthorized use, copying or > disclosure is prohibited. If you are not the intended recipient, please > delete and contact the sender immediately. Please consider the environment > before printing this e-mail. AVIS : le présent courriel et toute pièce > jointe qui l'accompagne sont confidentiels, protégés par le droit d'auteur > et peuvent être couverts par le secret professionnel. Toute utilisation, > copie ou divulgation non autorisée est interdite. Si vous n'êtes pas le > destinataire prévu de ce courriel, supprimez-le et contactez immédiatement > l'expéditeur. Veuillez penser à l'environnement avant d'imprimer le présent > courriel >
