[ 
https://issues.apache.org/jira/browse/BIGTOP-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

bikramjit ganguly resolved BIGTOP-293.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0

the correct syntax should be 
sudo apt-get install hadoop\* flume-* whirr-*

originally the package names was flume\*. the command parses flume\* as a posix 
regex and actually interprets it as flume*. this regex then resolves to 0 or 
more matches for the character 'e'. thus it picks up the package flumotion. it 
also picks up the package cortado , as the description for that package has a 
reference to flumotion in it. 
similar analysis holds for whirr-*. when used as whirr\*, it will also install 
some 'whirlpool' related package.
we could, infact, possibly use the trailing hyphen for the other packages also, 
but i haven't done any testing on packages other than flume and whirr.
                
> Update the installation instructions so that 'flume\*' is changed into 
> something that doesn't get the extra stuff
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-293
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-293
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: Debian
>    Affects Versions: 0.2.0
>         Environment: ubuntu 10.04
>            Reporter: bikramjit ganguly
>            Assignee: bikramjit ganguly
>            Priority: Minor
>             Fix For: 0.2.0
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> Update the installation instructions so that 'flume\*' is changed into 
> something that doesn't get the extra stuff
> the install intructions pass in hadoop\* flume\*... to 'sudo apt-get 
> install..'.
> in my case, it also downloaded 'fluomotion'
> have to figure out the correct regex

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to