Repository: samza Updated Branches: refs/heads/master 0c64c54eb -> 7d54da21c
SAMZA-828: Fix documentation for BroadcastStream example Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/7d54da21 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/7d54da21 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/7d54da21 Branch: refs/heads/master Commit: 7d54da21ccad26239f7958d73c4a9ef1940ce8bd Parents: 0c64c54 Author: Yi Pan <[email protected]> Authored: Thu Dec 3 17:14:55 2015 -0800 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Thu Dec 3 17:14:55 2015 -0800 ---------------------------------------------------------------------- docs/learn/documentation/versioned/jobs/configuration-table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/7d54da21/docs/learn/documentation/versioned/jobs/configuration-table.html ---------------------------------------------------------------------- diff --git a/docs/learn/documentation/versioned/jobs/configuration-table.html b/docs/learn/documentation/versioned/jobs/configuration-table.html index 2e09cd1..6705530 100644 --- a/docs/learn/documentation/versioned/jobs/configuration-table.html +++ b/docs/learn/documentation/versioned/jobs/configuration-table.html @@ -482,7 +482,7 @@ or <span class="system">system-name</span>.<span class="stream">stream-name</span>#[<i>startingPartitionId</i>-<i>endingPartitionId</i>]</dt> </dl> <dl> - <dt>Example: <code>task.broadcast.inputs=mySystem.broadcastStream#[1-2], mySystem.broadcastStream#1</code></dt> + <dt>Example: <code>task.broadcast.inputs=mySystem.broadcastStream#[0-2], mySystem.broadcastStream#0</code></dt> </dl> </td> </tr>
