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/02/25 11:53:50 UTC

[incubator-hop] branch master updated (fa5161a -> aa50229)

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 fa5161a  Merge pull request #643 from hansva/master
     new b3cdf51  HOP-2557 : Spark runner : not finishing application
     new a3fd7fa  HOP-2558 : Remote pipeline engine: improve logging
     new 125360a  HOP-2559 : Hop Server: broken icons in web interface
     new c615a68  HOP-2558 : Remote pipeline engine: improve logging
     new 036381a  HOP-2565 : Beam: add a main class for executing using Spark Submit or Flink Run
     new c614b18  HOP-2557 : Spark runner : not finishing application
     new 9809dba  HOP-2558 : Remote pipeline engine: improve logging
     new 5d47105  HOP-2561 : Docker container: Make port configurable
     new 75aef84  HOP-2566 : Docker: libraries like snappy need libc-compat in the container
     new aa50229  Merge pull request #644 from mattcasters/master

The 1667 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:
 .../src/main/resources/static}/images/cleanup.svg  |   16 +-
 .../src/main/resources/static/images/close.svg     |   11 +-
 .../src/main/resources/static/images/view.svg      |   16 +-
 docker/Dockerfile                                  |   27 +-
 docker/resources/load-and-execute.sh               |    4 +-
 .../engines/remote/RemotePipelineEngine.java       | 1075 +++++++++++---------
 .../hop/www/PrepareExecutionPipelineServlet.java   |    2 +-
 .../hop/beam/engines/BeamPipelineEngine.java       |    9 +-
 .../org/apache/hop/beam/gui/HopBeamGuiPlugin.java  |  148 ++-
 .../java/org/apache/hop/beam/run/MainBeam.java     |  119 +++
 10 files changed, 897 insertions(+), 530 deletions(-)
 copy {ui/src/main/resources/ui => assemblies/static/src/main/resources/static}/images/cleanup.svg (76%)
 create mode 100644 plugins/engines/beam/src/main/java/org/apache/hop/beam/run/MainBeam.java