Dear Wiki user, You have subscribed to a wiki page or wiki category on "Samza Wiki" for change notification.
The "ContributorsCorner" page has been changed by ChrisRiccomini: https://wiki.apache.org/samza/ContributorsCorner?action=diff&rev1=1&rev2=2 Interested in contributing patches to Samza? This page will get you started. == Rules == + + == Style == + + == Tests == == Setup == @@ -14, +18 @@ sudo easy_install -U RBTools }}} - == Git == + == Workflow == After setting up, you'll want to checkout the code. @@ -34, +38 @@ git checkout SAMZA-2_fine-grain-control-over-stream-consumption }}} - Once you've made some changes, you can submit your patch to [[https://reviews.apache.org/groups/samza/|Review Board]]. + Once you've committed some changes to the branch, you can submit your patch to [[https://reviews.apache.org/groups/samza/|Review Board]]. {{{ rbt post --summary=SAMZA-2 @@ -46, +50 @@ rbt publish 13725 }}} - == Review Board == + The JIRA for the bug you're working on should be updated as well. Start by downloading the diff from Review Board. - == Style == + {{{ + curl https://reviews.apache.org/r/13725/diff/raw/ > /tmp/SAMZA-2.0.patch + }}} - == Tests == + Next, visit the JIRA page (e.g. [[https://issues.apache.org/jira/browse/SAMZA-2|https://issues.apache.org/jira/browse/SAMZA-2]]), and attach the patch file with a comment that points to the review board. See [[https://issues.apache.org/jira/browse/SAMZA-2?focusedCommentId=13747191&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13747191|this]] example.
