1
0

[HUDI-673] Rename hudi-hive-bundle to hudi-hive-sync-bundle

This commit is contained in:
lamber-ken
2020-03-07 15:55:31 +08:00
committed by leesf
parent 170ee88457
commit 90227eeda7
8 changed files with 8 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ import java.util.stream.Collectors;
/**
* Tool to sync a hoodie HDFS table with a hive metastore table. Either use it as a api
* HiveSyncTool.syncHoodieTable(HiveSyncConfig) or as a command line java -cp hoodie-hive.jar HiveSyncTool [args]
* HiveSyncTool.syncHoodieTable(HiveSyncConfig) or as a command line java -cp hoodie-hive-sync.jar HiveSyncTool [args]
* <p>
* This utility will get the schema from the latest commit and will sync hive table schema Also this will sync the
* partitions incrementally (all the partitions modified since the last commit)