You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2013/03/26 19:17:15 UTC

[jira] [Updated] (BIGTOP-311) hadoop does not build in off-line mode

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

Roman Shaposhnik updated BIGTOP-311:
------------------------------------

    Fix Version/s:     (was: 0.6.0)
    
> hadoop does not build in off-line mode
> --------------------------------------
>
>                 Key: BIGTOP-311
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-311
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.2.0
>         Environment: ubuntu 10.10 32bit vm in offline mode.
>            Reporter: Sid Askary
>            Assignee: Roman Shaposhnik
>            Priority: Minor
>
> hadoop's build.xml (as part of the gzipped bundle) does not set the off-line property.  As a result, when attempting to download ivy (Ant target "ivy-download)  it will fail - eventhough it checks for the off-line property ' unless="offline" '.  
> Somewhere in the build file, the offline property needs to be set; something like:
> ========================
> <condition property="offline">
>   <not>
>     <isreachable url="http://ibiblio.org/maven/"/>t is reachable is 
>   </not>
> </condition>
> ========================
> needs to be added.  I suspect, other packages may have the same issue (i,e, PIG).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira