You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2016/02/02 01:35:57 UTC

[41/50] [abbrv] samza git commit: SAMZA-828: Fix documentation for BroadcastStream example

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/samza-sql
Commit: 7d54da21ccad26239f7958d73c4a9ef1940ce8bd
Parents: 0c64c54
Author: Yi Pan <ni...@gmail.com>
Authored: Thu Dec 3 17:14:55 2015 -0800
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
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>