You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/08/30 23:21:20 UTC

[jira] [Created] (STORM-2070) Sigar native binary download link went 404

Jungtaek Lim created STORM-2070:
-----------------------------------

             Summary: Sigar native binary download link went 404
                 Key: STORM-2070
                 URL: https://issues.apache.org/jira/browse/STORM-2070
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-metrics
    Affects Versions: 2.0.0, 1.0.2
            Reporter: Jungtaek Lim
            Assignee: Jungtaek Lim


{code}
  <properties>
    <!-- settings for downloading the sigar native binary complete archive, which is not available in Maven central-->
    <sigar.version>1.6.4</sigar.version>
    <sigar.download.url>https://magelan.googlecode.com/files/hyperic-sigar-${sigar.version}.zip</sigar.download.url>
    <sigar.SHA1>8f79d4039ca3ec6c88039d5897a80a268213e6b7</sigar.SHA1>
    <!-- this will download the sigar ZIP to the local maven repository next to the sigar dependencies,
         so we only download it once -->
    <sigar.download.path>${settings.localRepository}/org/fusesource/sigar/${sigar.version}</sigar.download.path>
  </properties>
{code}

Sigar download url is set to https://magelan.googlecode.com/files/hyperic-sigar-1.6.4.zip which is not working. 
Google Code seems changed their download link. Current link of sigar binary 1.6.4 is https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/magelan/hyperic-sigar-1.6.4.zip



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)