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 2023/06/02 07:56:10 UTC

[hop] branch master updated: updated beam versions, inversed version order for better readability. #2981

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/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 05cf4a78a5 updated beam versions, inversed version order for better readability. #2981
     new b2b48e5abb Merge pull request #2985 from bamaer/2981
05cf4a78a5 is described below

commit 05cf4a78a5dd02b5b75ae7cad5798680f4a27aca
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Fri Jun 2 09:38:32 2023 +0200

    updated beam versions, inversed version order for better readability. #2981
---
 .../pipeline/beam/getting-started-with-beam.adoc   | 61 ++++++++++++----------
 1 file changed, 33 insertions(+), 28 deletions(-)

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 549084fea9..9880b4b6cf 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
@@ -52,33 +52,13 @@ Here is the documentation for the relevant plugins:
 |===
 |Hop version |Beam version |Spark version |Flink version
 
-|1.0.0
-|2.32.0
-|2.4.8
-|1.11
+|2.5.0
+|2.48.0
+|3.4.X (scala 2.12)
+|1.16.x
 
-|1.1.0
-|2.35.0
-|3.1.2
-|1.13
-
-|1.2.0
-|2.35.0
-|3.1.2 (scala 2.12)
-|1.13 (scala 2.11)
-
-|2.0.0
-|2.38.0
-|3.1.3 (scala 2.12)
-|1.14.4 (scala 2.11)
-
-|2.1.0
-|2.41.0
-|3.3.0 (scala 2.12)
-|1.15.2
-
-|2.2.0
-|2.43.0
+|2.4.0
+|2.46.0
 |3.3.X (scala 2.12)
 |1.15.x
 
@@ -87,11 +67,36 @@ Here is the documentation for the relevant plugins:
 |3.3.X (scala 2.12)
 |1.15.x
 
-|2.4.0
-|2.46.0
+|2.2.0
+|2.43.0
 |3.3.X (scala 2.12)
 |1.15.x
 
+|2.1.0
+|2.41.0
+|3.3.0 (scala 2.12)
+|1.15.2
+
+|2.0.0
+|2.38.0
+|3.1.3 (scala 2.12)
+|1.14.4 (scala 2.11)
+
+|1.2.0
+|2.35.0
+|3.1.2 (scala 2.12)
+|1.13 (scala 2.11)
+
+|1.1.0
+|2.35.0
+|3.1.2
+|1.13
+
+|1.0.0
+|2.32.0
+|2.4.8
+|1.11
+
 |===
 
 == How are my pipelines executed?