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 8104141  HOP-2547 : Update the Beam plugin to version 2.28.0
     new 91518b0  Merge pull request #719 from mattcasters/master
8104141 is described below

commit 8104141c3fea8b25e7f8002fee54751d92beeb5c
Author: Matt Casters <[email protected]>
AuthorDate: Mon Mar 29 17:33:49 2021 +0200

    HOP-2547 : Update the Beam plugin to version 2.28.0
---
 assemblies/plugins/engines/beam/pom.xml                                 | 2 +-
 plugins/engines/beam/pom.xml                                            | 2 +-
 .../src/main/samples/metadata/pipeline-run-configuration/DataFlow.json  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/assemblies/plugins/engines/beam/pom.xml 
b/assemblies/plugins/engines/beam/pom.xml
index a1e9ee9..01e1f34 100644
--- a/assemblies/plugins/engines/beam/pom.xml
+++ b/assemblies/plugins/engines/beam/pom.xml
@@ -51,7 +51,7 @@
   </repositories>
 
   <properties>
-    <apache-beam-version>2.27.0</apache-beam-version>
+    <apache-beam-version>2.28.0</apache-beam-version>
     <spark-version>2.4.7</spark-version>
     <flink-version>1.9.3</flink-version>
     <json-simple.version>1.1.1</json-simple.version>
diff --git a/plugins/engines/beam/pom.xml b/plugins/engines/beam/pom.xml
index 9efa3e8..9f92695 100644
--- a/plugins/engines/beam/pom.xml
+++ b/plugins/engines/beam/pom.xml
@@ -50,7 +50,7 @@
   </parent>
 
   <properties>
-    <apache-beam-version>2.27.0</apache-beam-version>
+    <apache-beam-version>2.28.0</apache-beam-version>
     <spark-version>2.4.7</spark-version>
     <flink-version>1.9.3</flink-version>
     <json-simple.version>1.1.1</json-simple.version>
diff --git 
a/plugins/engines/beam/src/main/samples/metadata/pipeline-run-configuration/DataFlow.json
 
b/plugins/engines/beam/src/main/samples/metadata/pipeline-run-configuration/DataFlow.json
index b67f576..2ccd766 100644
--- 
a/plugins/engines/beam/src/main/samples/metadata/pipeline-run-configuration/DataFlow.json
+++ 
b/plugins/engines/beam/src/main/samples/metadata/pipeline-run-configuration/DataFlow.json
@@ -14,7 +14,7 @@
       "gcpAppName": "Hop",
       "gcpInitialNumberOfWorkers": "8",
       "gcpStagingLocation": "gs://kettledataflow/binaries/",
-      "fatJar": "/home/matt/parking/hop-0.60-fat.jar",
+      "fatJar": "/home/matt/parking/hop-0.99-fat.jar",
       "streamingHopTransformsFlushInterval": "1000",
       "transformPluginClasses": "",
       "gcpDiskSizeGb": "",

Reply via email to