Re: [RELEASE] Apache Storm 0.9.1-incubating released (defaults.yaml)

2014-02-26 Thread Lajos

Hi Derek,

Ah! I accidentally unpacked source on top of binary, when I meant to put 
it in a separate directory. That's the problem, thanks.


Cheers,

L


On 26/02/2014 15:32, Derek Dagit wrote:

The defaults.yaml file is part of the source distribution and is
packaged into storm's jar when deployed.

In a storm cluster deployment, it is not meant to be on the file system
in ${storm.home}/conf.

Perhaps you are pointing to your source working tree as storm home?


Re: [RELEASE] Apache Storm 0.9.1-incubating released (defaults.yaml)

2014-02-26 Thread Derek Dagit

The defaults.yaml file is part of the source distribution and is packaged into 
storm's jar when deployed.

In a storm cluster deployment, it is not meant to be on the file system in 
${storm.home}/conf.

Perhaps you are pointing to your source working tree as storm home?
--
Derek

On 2/26/14, 5:59, Lajos wrote:

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