Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-311

hadoop does not build in off-line mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.2.0
    • None
    • general
    • None
    • ubuntu 10.10 32bit vm in offline mode.

    Description

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

      Attachments

        Activity

          People

            rvs Roman Shaposhnik
            saskary Sid Askary
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: