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/09/01 06:41:20 UTC

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

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

Jungtaek Lim resolved STORM-2070.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.3
                   1.1.0
                   2.0.0

Merged into master, 1.x, 1.0.x branches.

> 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
>             Fix For: 2.0.0, 1.1.0, 1.0.3
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {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)