You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by "Kartashov, Andy" <An...@mpac.ca> on 2012/12/13 17:53:13 UTC

greetings - Flume on Windows

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:
[cid:image001.png@01CDD927.AC0FA1F0]
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

RE: greetings - Flume on Windows

Posted by "Kartashov, Andy" <An...@mpac.ca>.
Thanks Jeff,

Got stuck now.  Need to bypass the proxy firewall somehow.

From: Jeff Lord [mailto:jlord@cloudera.com]
Sent: Thursday, December 13, 2012 5:09 PM
To: user@flume.apache.org
Subject: Re: greetings - Flume on Windows

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 <An...@mpac.ca>> 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:wget.null@gmail.com<ma...@gmail.com>]
Sent: Thursday, December 13, 2012 12:49 PM
To: user@flume.apache.org<ma...@flume.apache.org>
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 <hs...@cloudera.com>> 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

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

Re: greetings - Flume on Windows

Posted by Jeff Lord <jl...@cloudera.com>.
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 <An...@mpac.ca>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:wget.null@gmail.com]
> Sent: Thursday, December 13, 2012 12:49 PM
> To: user@flume.apache.org
> 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 <hs...@cloudera.com>
> 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
>

RE: greetings - Flume on Windows

Posted by "Kartashov, Andy" <An...@mpac.ca>.
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:wget.null@gmail.com]
Sent: Thursday, December 13, 2012 12:49 PM
To: user@flume.apache.org
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 <hs...@cloudera.com> 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

Re: greetings - Flume on Windows

Posted by Alexander Alten-Lorenz <wg...@gmail.com>.
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 <hs...@cloudera.com> 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


RE: greetings - Flume on Windows

Posted by "Kartashov, Andy" <An...@mpac.ca>.
Hari,

Thanks. I am aware that  1.x doesnot support windows that’s why I am trying to install flume-og instead. But have no idea how to do the part 1.1 below.

Any help please?

QTE
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).
Unqte

Rgds,


From: Hari Shreedharan [mailto:hshreedharan@cloudera.com]
Sent: Thursday, December 13, 2012 12:36 PM
To: user@flume.apache.org
Subject: Re: greetings - Flume on Windows

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:

[cid:image001.png@01CDD93B.528AAC10]

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

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

Re: greetings - Flume on Windows

Posted by Hari Shreedharan <hs...@cloudera.com>.
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  
>