Repository: incubator-samza Updated Branches: refs/heads/master 05298ef7a -> bbf7b2da1
SAMZA-454: Add line breaks to config table, to make it easier to read. Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/f1d595dc Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/f1d595dc Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/f1d595dc Branch: refs/heads/master Commit: f1d595dc815b908d32b276a0bf344c3d1cf4ecef Parents: 05298ef Author: Martin Kleppmann <[email protected]> Authored: Thu Nov 6 14:25:09 2014 +0000 Committer: Martin Kleppmann <[email protected]> Committed: Thu Nov 6 14:25:09 2014 +0000 ---------------------------------------------------------------------- docs/learn/documentation/versioned/jobs/configuration-table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/f1d595dc/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 e7a4d3c..fbb5ea4 100644 --- a/docs/learn/documentation/versioned/jobs/configuration-table.html +++ b/docs/learn/documentation/versioned/jobs/configuration-table.html @@ -188,8 +188,8 @@ </tr> <tr> - <td class="property" id="job-systemstreampartition-grouper-factory">job.systemstreampartition.grouper.factory</td> - <td class="default">org.apache.samza.container.grouper.stream.GroupByPartitionFactory</td> + <td class="property" id="job-systemstreampartition-grouper-factory">job.systemstreampartition.<br>grouper.factory</td> + <td class="default">org.apache.samza.<br>container.grouper.stream.<br>GroupByPartitionFactory</td> <td class="description"> A factory class that is used to determine how input SystemStreamPartitions are grouped together for processing in individual StreamTask instances. The factory must implement the SystemStreamPartitionGrouperFactory interface. Once this configuration is set, it can't be changed, since doing so could violate state semantics, and lead to a loss of data.
