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 2015/10/23 01:32:29 UTC

samza git commit: SAMZA-796: fix broadcast stream config doc

Repository: samza
Updated Branches:
  refs/heads/master f70a11c4a -> 775d79195


SAMZA-796: fix broadcast stream config doc


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/775d7919
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/775d7919
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/775d7919

Branch: refs/heads/master
Commit: 775d79195a387f71cf85d77c922de5d76fefd398
Parents: f70a11c
Author: Navina Ramesh <na...@gmail.com>
Authored: Thu Oct 22 16:32:12 2015 -0700
Committer: Yi Pan (Data Infrastructure) <yi...@linkedin.com>
Committed: Thu Oct 22 16:32:12 2015 -0700

----------------------------------------------------------------------
 docs/learn/documentation/versioned/jobs/configuration-table.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/775d7919/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 ddfe836..4adac09 100644
--- a/docs/learn/documentation/versioned/jobs/configuration-table.html
+++ b/docs/learn/documentation/versioned/jobs/configuration-table.html
@@ -446,7 +446,7 @@
                 </tr>
 
                 <tr>
-                    <td class="property" id="task-global-inputs">task.global.inputs</td>
+                    <td class="property" id="task-broadcast-inputs">task.broadcast.inputs</td>
                     <td class="default"></td>
                     <td class="description">
                        This property specifies the partitions that all tasks should consume. The systemStreamPartitions you put
@@ -456,7 +456,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.global.inputs=mySystem.globalStream#[1-2], mySystem.anotherGlobalStream#1</code></dt>
+                            <dt>Example: <code>task.broadcast.inputs=mySystem.broadcastStream#[1-2], mySystem.broadcastStream#1</code></dt>
                        </dl>
                     </td>
                 </tr>