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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira