Repository: incubator-samza
Updated Branches:
  refs/heads/0.8.0 f36a4338d -> e9e3b37fb


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/d751bd7e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/d751bd7e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/d751bd7e

Branch: refs/heads/0.8.0
Commit: d751bd7e19ff767803064a44c05aac624220e2e4
Parents: f36a433
Author: Martin Kleppmann <[email protected]>
Authored: Thu Nov 6 14:25:09 2014 +0000
Committer: Martin Kleppmann <[email protected]>
Committed: Thu Nov 6 14:27:17 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/d751bd7e/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 e3251a6..4266a13 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.
 

Reply via email to