Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Storm 0.6.1 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nathanmarz  
View profile  
 More options Dec 26 2011, 2:09 pm
From: nathanmarz <nathan.m...@gmail.com>
Date: Mon, 26 Dec 2011 11:09:36 -0800 (PST)
Local: Mon, Dec 26 2011 2:09 pm
Subject: Storm 0.6.1 released
Storm 0.6.1 has been released. You can download it here:

https://github.com/nathanmarz/storm/downloads

It's also available from Maven with the version "0.6.1".

There's been a few additions to the release since 0.6.1-rc:

1. Nimbus will automatically detect and cleanup corrupt topologies
(this would previously give an error of the form "file storm...ser
cannot be found"). So now even if you delete all of Nimbus's local
data without shutting down the topologies, it will recover.

2. "storm" client will not run unless it's being used from a release.
This is to prevent confusion from people who tried downloading the
source code and running the client from there. If the client detects
that it's not in a release, it will print a helpful message pointing
to the downloads page.

Here are the full release notes:

1. storm client "activate" and "deactivate" commands: These each take
the name of the topology and will activate and deactivate the
topology, respectively. When a topology is deactivated Storm will
stop
calling the nextTuple method of spouts.

2. storm client "rebalance" command: When you expand a cluster you
oftentimes want to spread the load of an existing topology across the
whole cluster without having to resubmit it from scratch. The
rebalance command lets you do this in a safe way. You use it like
this: "storm rebalance mytopology". Storm will then deactivate the
topology for the message timeout, and then it will reassign the
workers and activate the topology. You can override the message
timeout with the "-w" flag, just like the kill command.

3. Nimbus will automatically detect and cleanup corrupt topologies
(this would previously give an error of the form "file storm...ser
cannot be found"). So now even if you delete all of Nimbus's local
data without shutting down the topologies, it will recover.

4. "storm" client will not run unless it's being used from a release.
This is to prevent confusion from people who tried downloading the
source code and running the client from there. If the client detects
that it's not in a release, it will print a helpful message pointing
to the downloads page.

5. Topology jar path now passed in using a java property rather than
an environment variable. This should help with running topologies
from
Windows as well as with building tooling around Storm.

6. LD_LIBRARY_PATH environment variable is now set on worker
processes
appropriately.

7. Replaced jvyaml with snakeyaml. UTF-8 YAML files should now work
properly.

8. Upgraded httpclient, httpcore, and commons-codec dependencies.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »