[GitHub] samza pull request #79: Samza 1123: Create intermediate stream in partitionB...

2017-03-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/79


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] samza pull request #79: Samza 1123: Create intermediate stream in partitionB...

2017-03-08 Thread xinyuiscool
GitHub user xinyuiscool opened a pull request:

https://github.com/apache/samza/pull/79

Samza 1123: Create intermediate stream in partitionBy() operator

For partitionBy() operator, Samza generates an intermediate stream with id 
based on operator name and id, and system based on config. The intermediate 
streams will be materialized later by different execution environments. For 
example, if the intermediate stream is a Kafka stream, the topic will be 
created before the application starts.

Also renamed the config from "job.runner.class" to "app.runner.class".

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/xinyuiscool/samza SAMZA-1123

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/samza/pull/79.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #79


commit b9543d75f5e71034da6935f131791472bc3d8d15
Author: Xinyu Liu 
Date:   2017-03-07T19:46:45Z

SAMZA-1123: Create intermediate stream in partitionBy() operator

commit 56b406b85631f7017a7e69edf951e5b150956925
Author: Xinyu Liu 
Date:   2017-03-07T23:05:18Z

Merge branch 'master' into SAMZA-1123

commit c304005ab30f020b51e4a9a95676f80f5c0f1f20
Author: Xinyu Liu 
Date:   2017-03-08T18:16:50Z

SAMZA-1123: Create intermediate stream in partitionBy() operator




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---