[GitHub] storm issue #1635: STORM-1434 Support the GROUP BY clause in StormSQL

2016-08-21 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1635 Ready to review now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] storm issue #1635: [WIP] STORM-1434 Support the GROUP BY clause in StormSQL

2016-08-21 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1635 Fixed handling return type of AVG(). If the type of field is a fixed number, AVG() does floor division and returns quotient, and if the type of field is a floating number, AVG() does

[jira] [Commented] (STORM-1949) Backpressure can cause spout to stop emitting and stall topology

2016-08-21 Thread Alessandro Bellina (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15430073#comment-15430073 ] Alessandro Bellina commented on STORM-1949: --- I replicated a halted topology using my own

[GitHub] storm issue #1592: STORM-1994: Add table with per-topology and worker resour...

2016-08-21 Thread abellina
Github user abellina commented on the issue: https://github.com/apache/storm/pull/1592 @HeartSaVioR I pull requested the change to 1.x. Please let me know if you have questions. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: Details about the Storm Scheduler

2016-08-21 Thread Abhishek Agarwal
Auto scaling doesn't exist right now. And yes adding it will definitely add a lot of value On Aug 21, 2016 6:38 PM, "Aakash Khochare" wrote: Greetings, I am Aakash Khochare. I am currently a Masters student in Indian Institute of Science, Bangalore. I know that

Details about the Storm Scheduler

2016-08-21 Thread Aakash Khochare
Greetings, I am Aakash Khochare. I am currently a Masters student in Indian Institute of Science, Bangalore. I know that the number of worker processes to be used by a topology and the number of executors can be changed using storm rebalance. However, is there any facility that does this work

[GitHub] storm pull request #1640: Fix version command in storm.cmd

2016-08-21 Thread zxtwonder
GitHub user zxtwonder opened a pull request: https://github.com/apache/storm/pull/1640 Fix version command in storm.cmd Move version command from shellcommands to corecommands. VersionInfo.main() needs to be executed to print out the version information. You can merge this pull