Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAMZA-2109: Reduce per-partition default buffer sizes #925

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
aff4e3a
Add videos and descriptions from the last Samza meetup
jagadish-v0 Dec 9, 2018
6b4e238
Fix a few typos in video description / minor reword
jagadish-v0 Dec 9, 2018
8b6a1a2
Fix a few typos in video description / minor reword
jagadish-v0 Dec 9, 2018
9c70f8e
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Dec 9, 2018
2604535
Add links to the release page
jagadish-v0 Dec 11, 2018
2912c6c
Add links to the release page
jagadish-v0 Dec 11, 2018
326efbf
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Dec 12, 2018
9c97b52
Fix a broken link. Update instructions
jagadish-v0 Dec 12, 2018
e9e0d7c
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Dec 20, 2018
3ac9f33
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Jan 5, 2019
76568cc
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Jan 17, 2019
b132b69
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Jan 17, 2019
21d68ed
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Jan 17, 2019
5c7713d
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Jan 17, 2019
b05c903
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Feb 1, 2019
e11127d
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Feb 7, 2019
e35b67b
Merge branch 'master' of https://github.com/apache/samza
jagadish-v0 Feb 19, 2019
9e844e1
SAMZA-2109: Reduce default buffer sizes for per-partition queues
jagadish-v0 Feb 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix a broken link. Update instructions
  • Loading branch information
jagadish-v0 committed Dec 12, 2018
commit 9c97b5202b3214f8783df756e39d509c218795ff
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ To build and publish the website to Samza's Apache SVN repository, run:

This command will re-build the Javadocs and website, checkout https://svn.apache.org/repos/asf/samza/site/ locally, copy the site into the directory, and commit the changes.

Sanity-check a couple of links in the website corresponding to the latest release. For example, when releasing Samza 1.0.0, verify that http://samza.apache.org/learn/documentation/1.0.0/ and http://samza.apache.org/learn/documentation/latest/ links work.

## Release-new-version Website Checklist

Assume we want to release x.x.x and the next release is y.y.y in master, need to work on two branches: x.x.x and master.
Expand Down
4 changes: 2 additions & 2 deletions docs/startup/code-examples/versioned/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ These include:

- The [Filter example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/FilterExample.java) demonstrates how to perform stateless operations on a stream.

- The [Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/JoinExample.java]) demonstrates how you can join a Kafka stream of page-views with a stream of ad-clicks
- The [Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/JoinExample.java) demonstrates how you can join a Kafka stream of page-views with a stream of ad-clicks

- The [Stream-Table Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/RemoteTableJoinExample.java) demonstrates how to use the Samza Table API. It joins a Kafka stream with a remote dataset accessed through a REST service.

Expand All @@ -46,4 +46,4 @@ In addition to the cookbook, you can also consult these:
- [Wikipedia Parser](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/wikipedia): An advanced example that builds a streaming pipeline consuming a live-feed of wikipedia edits, parsing each message and generating statistics from them.


- [Amazon Kinesis](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/kinesis) and [Azure Eventhubs](https://github.com/apache/samza-hello-samza/tree/latest/src/main/java/samza/examples/azure) examples that cover how to consume input data from the respective systems.
- [Amazon Kinesis](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/kinesis) and [Azure Eventhubs](https://github.com/apache/samza-hello-samza/tree/latest/src/main/java/samza/examples/azure) examples that cover how to consume input data from the respective systems.