Review Request 54647: WIP: job-level fluent API

2016-12-12 Thread Yi Pan (Data Infrastructure)
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54647/ --- Review request for samza, Boris Shkolnik, Chris Pettitt, Jake Maes, Navina Rames

[GitHub] samza pull request #27: Adding Build Status to README.md

2016-12-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/27 --- 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 so, or if the feature is enable

How to gracefully stop samza job

2016-12-12 Thread 舒琦
Hi Guys, How can I stop running samza job gracefully except killing it? Because when samza job was killed, the close and stop method in BaseMessageChooser and SystemProducer will not be called and the container log will be removed automatically, how can resolve this? Th