Quick question on this: defaults.yaml is in both conf and
storm-core.jar, so the first time you start nimbus 0.9.1 you get this
message:
java.lang.RuntimeException: Found multiple defaults.yaml resources.
You're probably bundling the Storm jars with your topology jar.
[file:/scratch/projects/apache-storm-0.9.1-incubating/conf/defaults.yaml, jar:file:/scratch/projects/apache-storm-0.9.1-incubating/lib/storm-core-0.9.1-incubating.jar!/defaults.yaml]
at
backtype.storm.utils.Utils.findAndReadConfigFile(Utils.java:133)
~[storm-core-0.9.1-incubating.jar:0.9.1-incubating]
...
Shouldn't conf/defaults.yaml be called like conf/defaults.yaml.copy or
something? I like that it is in the conf directory, because now I can
easily see all the config options instead of having to go to the source
directory. But it shouldn't prevent startup ...
Thanks,
Lajos
On 22/02/2014 21:09, P. Taylor Goetz wrote:
The Storm team is pleased to announce the release of Apache Storm version
0.9.1-incubating. This is our first Apache release.
Storm is a distributed, fault-tolerant, and high-performance realtime
computation system that provides strong guarantees on the processing of data.
You can read more about Storm on the project website:
http://storm.incubator.apache.org
Downloads of source and binary distributions are listed in our download
section:
http://storm.incubator.apache.org/downloads.html
Distribution artifacts are available in Maven Central at the following
coordinates:
groupId: org.apache.storm
artifactId: storm-core
version: 0.9.1-incubating
The full list of changes is available here[1]. Please let us know [2] if you
encounter any problems.
Enjoy!
[1]: http://s.apache.org/Ki0 (CHANGELOG)
[2]: https://issues.apache.org/jira/browse/STORM