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/09/03 12:46:14 UTC

[incubator-hop] branch master updated (a2192c5 -> 240213f)

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

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


    from a2192c5  HOP-3248: update docs
     new 6d6134f  HOP-3199 : Error in string to hop row
     new c47bd3b  HOP-3241 : Document how to run with the Beam Spark embedded engine
     new 850b88d  HOP-3234 : Update Apache Beam API to 2.32.0
     new ce2e286  HOP-3222 : Retrieve pipeline and workflow status in JSON format
     new 240213f  Merge pull request #1035 from mattcasters/master

The 2768 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 assemblies/plugins/engines/beam/pom.xml            | 930 ++++++++++-----------
 .../plugins/engines/beam/src/assembly/assembly.xml | 679 +++++++--------
 core/src/main/java/org/apache/hop/core/Result.java |   5 +-
 .../beam-spark-pipeline-engine.adoc                |  21 +
 .../hop/pipeline/transform/TransformStatus.java    |   6 +-
 .../apache/hop/www/GetPipelineStatusServlet.java   |  48 +-
 .../java/org/apache/hop/www/GetStatusServlet.java  |  36 +-
 .../apache/hop/www/GetWorkflowStatusServlet.java   |  57 +-
 .../apache/hop/www/HopServerPipelineStatus.java    |   8 +-
 .../java/org/apache/hop/www/HopServerStatus.java   |  30 +-
 .../apache/hop/www/HopServerWorkflowStatus.java    |   6 +-
 .../hop/www/HopServerPipelineStatusTest.java       |   4 +-
 plugins/engines/beam/pom.xml                       |   2 +-
 .../apache/hop/beam/core/coder/HopRowCoder.java    |  12 +-
 14 files changed, 966 insertions(+), 878 deletions(-)