diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc b/docs/hop-user-manual/modules/ROOT/nav.adoc index de244235d90..65c6d990bb6 100644 --- a/docs/hop-user-manual/modules/ROOT/nav.adoc +++ b/docs/hop-user-manual/modules/ROOT/nav.adoc @@ -82,14 +82,14 @@ under the License. *** xref:pipeline/transforms/beambigtableoutput.adoc[Beam Bigtable Output] *** xref:pipeline/transforms/beambigqueryinput.adoc[Beam BigQuery Input] *** xref:pipeline/transforms/beambigqueryoutput.adoc[Beam BigQuery Output] +*** xref:pipeline/transforms/beamfileinput.adoc[Beam File Input] +*** xref:pipeline/transforms/beamfileoutput.adoc[Beam File Output] *** xref:pipeline/transforms/beamgcppublisher.adoc[Beam GCP Pub/Sub : Publish] *** xref:pipeline/transforms/beamgcpsubscriber.adoc[Beam GCP Pub/Sub : Subscribe] -*** xref:pipeline/transforms/beaminput.adoc[Beam Input] *** xref:pipeline/transforms/beamkafkaconsume.adoc[Beam Kafka Consume] *** xref:pipeline/transforms/beamkafkaproduce.adoc[Beam Kafka Produce] *** xref:pipeline/transforms/beamkinesisconsume.adoc[Beam Kinesis Consume] *** xref:pipeline/transforms/beamkinesisproduce.adoc[Beam Kinesis Produce] -*** xref:pipeline/transforms/beamoutput.adoc[Beam Output] *** xref:pipeline/transforms/beamtimestamp.adoc[Beam Timestamp] *** xref:pipeline/transforms/beamwindow.adoc[Beam Window] *** xref:pipeline/transforms/blockingtransform.adoc[Blocking transform] diff --git a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/beam-file-definition.adoc b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/beam-file-definition.adoc index 516e1493476..3871ad4d6f2 100644 --- a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/beam-file-definition.adoc +++ b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/beam-file-definition.adoc @@ -30,8 +30,8 @@ A Beam File Definition describes a file layout in a Beam pipeline and specifies Transforms: -* xref:pipeline/transforms/beaminput.adoc[Beam Input] -* xref:pipeline/transforms/beamoutput.adoc[Beam Output] +* xref:pipeline/transforms/beamfileinput.adoc[Beam Input] +* xref:pipeline/transforms/beamfileoutput.adoc[Beam Output] == Options diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc index 7eabadcc590..80a25ee9386 100644 --- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc +++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc @@ -131,7 +131,7 @@ Important to remember is that Beam pipelines try to solve every action in an 'em === Beam specific transforms There are a number of Beam specific transforms available which only work on the provided Beam pipeline execution engines. -For example: xref:pipeline/transforms/beaminput.adoc[Beam Input] which reads text file data from one or more files or xref:pipeline/transforms/beambigqueryoutput.adoc[Beam BigQuery Output] which writes data to BigQuery. +For example: xref:pipeline/transforms/beamfileinput.adoc[Beam Input] which reads text file data from one or more files or xref:pipeline/transforms/beambigqueryoutput.adoc[Beam BigQuery Output] which writes data to BigQuery. You can find these transforms in the `Big Data` category and their names all start with `Beam` to make is easy to recognize them. @@ -242,7 +242,7 @@ If you install or remove plugins or update Hop itself make sure to remember to g == Beam File definitions -The xref:pipeline/transforms/beaminput.adoc[Beam Input] and xref:pipeline/transforms/beamoutput.adoc[Beam Output] transforms expect you to define the layout of the file(s) being read or written. +The xref:pipeline/transforms/beamfileinput.adoc[Beam Input] and xref:pipeline/transforms/beamfileoutput.adoc[Beam Output] transforms expect you to define the layout of the file(s) being read or written. image::beam-getting-started-beam-file-definition.png[Beam File Definition example]