[
https://issues.apache.org/jira/browse/STORM-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947984#comment-13947984
]
ASF GitHub Bot commented on STORM-258:
--------------------------------------
GitHub user ptgoetz opened a pull request:
https://github.com/apache/incubator-storm/pull/55
STORM-258: update commons-io dependency version
This fixes a dependency conflict can occur when using the Hadoop 2.x HDFS
client, as well some other projects in a topology.
I have tested this in multiple scenarios on a distributed cluster and not
encountered any issues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptgoetz/incubator-storm STORM-258
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/55.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #55
----
commit b25eeedffb5e9553e8d052a5da47c212fcf53a89
Author: P. Taylor Goetz <[email protected]>
Date: 2014-03-11T18:18:10Z
update commons-io dependency version
----
> Upgrading Apache Commons IO to 2.x
> ----------------------------------
>
> Key: STORM-258
> URL: https://issues.apache.org/jira/browse/STORM-258
> Project: Apache Storm (Incubating)
> Issue Type: Improvement
> Reporter: Daniel Cruver
> Priority: Minor
>
> The version of commons-io is 1.4 in Storm is very old, it was release about 6
> years ago. This can causes issues when deploying applications to Storm that
> are using the newer version of common-io. For example Hadoop is currently
> depending on commons-io-2.1. We currently have issues running our
> application on Storm and we currently are using commons-io 2.4.
> According to the release documentation:
> https://commons.apache.org/proper/commons-io/upgradeto2_0.html
> https://commons.apache.org/proper/commons-io/upgradeto2_2.html
> https://commons.apache.org/proper/commons-io/upgradeto2_4.html
> It only looks like their is some incompatibilities when upgrading to 2.4 but
> these may not apply to Storm.
--
This message was sent by Atlassian JIRA
(v6.2#6252)