You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/07/09 13:10:14 UTC

[incubator-hop] branch master updated: HOP-3032: fix table layout

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new c6e1182  HOP-3032: fix table layout
     new 64ded87  Merge pull request #924 from hansva/master
c6e1182 is described below

commit c6e1182ba9d57114f3b156dbacdf17adf27e8b72
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Jul 9 15:09:45 2021 +0200

    HOP-3032: fix table layout
---
 .../pipeline-run-configurations/beam-spark-pipeline-engine.adoc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-run-configurations/beam-spark-pipeline-engine.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-run-configurations/beam-spark-pipeline-engine.adoc
index c29159c..931b25c 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-run-configurations/beam-spark-pipeline-engine.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-run-configurations/beam-spark-pipeline-engine.adoc
@@ -46,7 +46,7 @@ Check the https://beam.apache.org/documentation/runners/spark/[Apache Beam Spark
 |Streaming: maximum records per batch|The maximum records per batch interval.|
 |Streaming: minimum read time (ms)|Mimimum elapsed read time.|
 |Bundle size|The maximum number of elements in a bundle.|
-|User agent|A user agent string as per https://tools.ietf.org/html/rfc2616[RFC2616], describing the pipeline to external services.
+|User agent|A user agent string as per https://tools.ietf.org/html/rfc2616[RFC2616], describing the pipeline to external services.|
 |Temp location|Path for temporary files.|
 |Plugins to stage (, delimited)|Comma separated list of plugins.|
 |Transform plugin classes|List of transform plugin classes.|