You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by na...@apache.org on 2020/01/04 00:01:04 UTC

[incubator-hudi] branch master updated (ff1113f -> 290278f)

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

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


    from ff1113f  [HUDI-492]Fix show env all in hudi-cli
     add 290278f  [HUDI-118]: Options provided for passing properties to Cleaner, compactor and importer commands

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/cli/commands/CleansCommand.java    | 37 +++++++++-
 .../hudi/cli/commands/CompactionCommand.java       | 20 ++++--
 .../cli/commands/HDFSParquetImportCommand.java     | 14 ++--
 .../org/apache/hudi/cli/commands/SparkMain.java    | 82 +++++++++++++++++++---
 .../org/apache/hudi/utilities/HoodieCompactor.java |  2 +-
 .../org/apache/hudi/utilities/UtilHelpers.java     |  8 ++-
 6 files changed, 138 insertions(+), 25 deletions(-)