Re: Recording - Storm & Kafka Meetup on April 20th 2017

2017-04-21 Thread Naresh Kosgi
Thank you for posting On Fri, Apr 21, 2017 at 9:08 PM, Roshan Naik wrote: > It was a great meetup and for the benefit of those interested but unable > to attend it, here is a link to the recording : > > > > https://www.youtube.com/watch?v=kCRv6iEd7Ow > > > > List of

Recording - Storm & Kafka Meetup on April 20th 2017

2017-04-21 Thread Roshan Naik
It was a great meetup and for the benefit of those interested but unable to attend it, here is a link to the recording : https://www.youtube.com/watch?v=kCRv6iEd7Ow List of Talks: - Introduction – Suresh Srinivas (Hortonworks) - [4m:31sec] – Overview of Storm 1.1 - Hugo

[GitHub] storm pull request #2082: expose Tuple

2017-04-21 Thread daluu
GitHub user daluu opened a pull request: https://github.com/apache/storm/pull/2082 expose Tuple in case people have uses for it, like in unit testing for example (that's what I was using it for) You can merge this pull request into a Git repository by running: $ git pull

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-21 Thread arunmahadevan
GitHub user arunmahadevan opened a pull request: https://github.com/apache/storm/pull/2081 [STORM-2482] Refactor the Storm auto credential plugins to be more usable 1. Create a new storm module storm-autocreds 2. Move AutoHDFS and AutoHBase to storm-autocreds 3.