[jira] [Commented] (STORM-699) storm-jdbc should support customer insert queries.

2015-03-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351341#comment-14351341 ] ASF GitHub Bot commented on STORM-699: -- GitHub user Parth-Brahmbhatt opened a pull req

[GitHub] storm pull request: STORM-699: storm-jdbc should support custom in...

2015-03-06 Thread Parth-Brahmbhatt
GitHub user Parth-Brahmbhatt opened a pull request: https://github.com/apache/storm/pull/458 STORM-699: storm-jdbc should support custom insert queries. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Parth-Brahmbhatt/incubator-s

[jira] [Created] (STORM-699) storm-jdbc should support customer insert queries.

2015-03-06 Thread Parth Brahmbhatt (JIRA)
Parth Brahmbhatt created STORM-699: -- Summary: storm-jdbc should support customer insert queries. Key: STORM-699 URL: https://issues.apache.org/jira/browse/STORM-699 Project: Apache Storm Iss

[jira] [Assigned] (STORM-594) Auto-Scaling Resources in a Topology

2015-03-06 Thread SHAILESH PILARE (JIRA)
[ https://issues.apache.org/jira/browse/STORM-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SHAILESH PILARE reassigned STORM-594: - Assignee: SHAILESH PILARE (was: HARSHA BALASUBRAMANIAN) > Auto-Scaling Resources in a Top

[jira] [Assigned] (STORM-46) Allow scheduler to configure memory per worker

2015-03-06 Thread SHAILESH PILARE (JIRA)
[ https://issues.apache.org/jira/browse/STORM-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SHAILESH PILARE reassigned STORM-46: Assignee: SHAILESH PILARE > Allow scheduler to configure memory per worker >

Re: Storm cluster spanning different data centers

2015-03-06 Thread Bobby Evans
That wouldn't really work.  First of all we don't have Nimbus HA yet, so whichever colo you put nimbus in would be a single point of failure.  Even after nimbus HA all the state is stored in ZK, which uses a quorum to be functional, so whichever colo had the most ZK nodes in it would be the sing

Re: cleaning up storm generated files

2015-03-06 Thread Bobby Evans
In local mode the cleanup method is supposed to be called on shutdown.  The cleanup method is supposed to be called in regular mode on newer versions of storm, so long as it does not take too long to complete. The files that the supervisor downloads from nimbus stormconf.ser etc. how it gets the

Re: cleaning up storm generated files

2015-03-06 Thread clay teahouse
Hi Bobby, Is this the case in local mode as well? If yes, it doesn't seem to be working. If no, how do I go about removing these files? I read a couple of places that the cleanup method is for that, but it doesn't seem that this method is called when a topology is aborted. thanks Clay On Wed, Ma