You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/09/10 18:45:02 UTC

[incubator-hudi] branch pom-bundle-cleanup updated (83b7bc6 -> 5fad0ae)

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

vinoth pushed a change to branch pom-bundle-cleanup
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git.


 discard 83b7bc6  [HUDI-143] Excluding javax.* from utilities and spark bundles
    omit ffe67ac  [HUDI-159] Redesigning bundles for lighter-weight integrations
     add 5c2da60  [HUDI-225] Create Hudi Timeline Server Fat Jar
     add 40dd4dd  [HUDI-229] Fix mvn notice:generate issue in windows
     add a6908ef  HUDI-170 Updating hoodie record before inserting it into ExternalSpillableMap (#866)
     add 376b59a  [HUDI-227] : DeltaStreamer Improvements : Commit empty input batch with progressing checkpoints and allow users to override configs through properties. Original PR : PR-805 and PR-806 (#863)
     add 8b150a3  [HUDI-230] Add missing Apache License in some files
     add 555dd55  Support nested ordering fields
     add 821e0dc  [HUDI-236] Failed to close stream
     add 07a0ea8  [hotfix] fix typo
     add 0e6f078  Fix logging in HoodieSparkSqlWriter
     add 8c6b0d7  [HUDI-159] Redesigning bundles for lighter-weight integrations
     add 5fad0ae  [HUDI-143] Excluding javax.* from utilities and spark bundles

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (83b7bc6)
            \
             N -- N -- N   refs/heads/pom-bundle-cleanup (5fad0ae)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  15 ++
 NOTICE.txt                                         |   3 +-
 _config.yml                                        |  15 ++
 deploy/maven/sonatype-settings.xml                 |  16 ++
 .../docker-compose_hadoop284_hive233_spark231.yml  |  15 ++
 docker/setup_demo.sh                               |   2 +
 docker/stop_demo.sh                                |   2 +
 hudi-cli/hudi-cli.sh                               |  18 ++
 .../java/org/apache/hudi/cli/utils/HiveUtil.java   |   5 +-
 .../java/org/apache/hudi/cli/utils/SparkUtil.java  |   2 +-
 .../java/org/apache/hudi/io/HoodieMergeHandle.java |   3 +-
 .../org/apache/hudi/io/TestHoodieMergeHandle.java  |  22 ++-
 .../table/view/AbstractTableFileSystemView.java    |   2 +-
 .../org/apache/hudi/common/util/StringUtils.java   |   2 +-
 hudi-hive/run_sync_tool.sh                         |  20 +-
 .../org/apache/hudi/hive/HoodieHiveClient.java     |   3 +-
 hudi-spark/run_hoodie_app.sh                       |  18 ++
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |   2 +-
 hudi-timeline-service/run_server.sh                |  14 --
 .../hudi/utilities/HoodieWithTimelineServer.java   |  28 ++-
 .../adhoc/UpgradePayloadFromUberToApache.java      |   9 +-
 .../hudi/utilities/deltastreamer/DeltaSync.java    |  46 +++--
 .../hudi/utilities/transform/Transformer.java      |   4 +-
 .../hudi/utilities/TestHoodieDeltaStreamer.java    |  47 ++++-
 .../hudi/utilities/sources/TestDataSource.java     |   2 +-
 packaging/hudi-timeline-server-bundle/pom.xml      | 208 +++++++++++++++++++++
 .../hudi-timeline-server-bundle/run_server.sh      |  26 +--
 .../apache/hudi/timeline/server}/bundle/Main.java  |   8 +-
 .../src/main/resources/META-INF/HUDI_LICENSE.txt   |   0
 .../src/main/resources/META-INF/HUDI_NOTICE.txt    |   1 +
 pom.xml                                            |   5 +-
 release/config/license-mappings.xml                |  16 ++
 style/checkstyle-suppressions.xml                  |  17 +-
 style/checkstyle.xml                               |  16 ++
 style/eclipse-java-google-style.xml                |  16 ++
 style/intellij-java-google-style.xml               |  16 ++
 style/scalastyle-config.xml                        |  16 ++
 tools/run_travis_tests.sh                          |  18 ++
 38 files changed, 587 insertions(+), 91 deletions(-)
 delete mode 100755 hudi-timeline-service/run_server.sh
 create mode 100644 packaging/hudi-timeline-server-bundle/pom.xml
 copy docker/hoodie/hadoop/namenode/run_nn.sh => packaging/hudi-timeline-server-bundle/run_server.sh (59%)
 copy packaging/{hudi-presto-bundle/src/main/java/org/apache/hudi/presto => hudi-timeline-server-bundle/src/main/java/org/apache/hudi/timeline/server}/bundle/Main.java (86%)
 copy packaging/{hudi-utilities-bundle => hudi-timeline-server-bundle}/src/main/resources/META-INF/HUDI_LICENSE.txt (100%)
 copy hudi-timeline-service/src/main/resources/META-INF/NOTICE.txt => packaging/hudi-timeline-server-bundle/src/main/resources/META-INF/HUDI_NOTICE.txt (99%)