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/01/14 21:55:13 UTC

[hop] branch master updated (a2dd81223e -> c0bec5c370)

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


    from a2dd81223e Merge pull request #2162 from bamaer/2127
     new 670c18a2a5 hive standalone dependency + integration tests #2143
     new e2538b95a5 pom and assembly cleanup #2143
     new c0bec5c370 Merge pull request #2161 from bamaer/2143

The 5200 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:
 .../plugins/databases/hive-assemblies/pom.xml      |  25 ++--
 .../hive-assemblies/src/assembly/assembly.xml      |   7 -
 .../integration-tests/integration-tests-spark.yaml |   3 +
 docker/integration-tests/spark/scripts/master.sh   |   3 +
 .../0003-read-hive-date.hpl}                       | 141 ++++++++++----------
 .../0003-write-hive-date.hpl}                      | 145 ++++++++++-----------
 integration-tests/spark/dev-env-config.json        |  22 +++-
 .../main-0002-test-hive-connection.hwf}            |  26 ++--
 .../main-0003-test-hive-write-read.hwf}            | 116 ++++++++---------
 .../testdb.json => spark/metadata/rdbms/hive.json} |  21 +--
 plugins/databases/hive/pom.xml                     |   3 +-
 11 files changed, 251 insertions(+), 261 deletions(-)
 copy integration-tests/{parameters_and_variables/0010-run-env-check-test.hpl => spark/0003-read-hive-date.hpl} (71%)
 copy integration-tests/{mdi/0010-database-lookup-populate.hpl => spark/0003-write-hive-date.hpl} (69%)
 copy integration-tests/{monetdb/main-0001-check-connection.hwf => spark/main-0002-test-hive-connection.hwf} (86%)
 copy integration-tests/{mdi/main-0013-tableinput-mdi.hwf => spark/main-0003-test-hive-write-read.hwf} (76%)
 copy integration-tests/{beam_directrunner/metadata/rdbms/testdb.json => spark/metadata/rdbms/hive.json} (52%)