realcyh commented on issue #10404:
URL: https://github.com/apache/hudi/issues/10404#issuecomment-1965680933
Run into the same error with Hudi 0.14.1 as well
```
java.lang.IllegalArgumentException: hoodie.properties file seems invalid.
Please check for left over `.updated` files if any, manually copy it to
hoodie.properties and retry
at
org.apache.hudi.common.table.HoodieTableConfig.fetchConfigs(HoodieTableConfig.java:373)
~[hudi-hive-sync-bundle-0.14.1.jar:0.14.1]
at
org.apache.hudi.common.table.HoodieTableConfig.<init>(HoodieTableConfig.java:278)
~[hudi-hive-sync-bundle-0.14.1.jar:0.14.1]
at
org.apache.hudi.common.table.HoodieTableMetaClient.<init>(HoodieTableMetaClient.java:141)
~[hudi-hive-sync-bundle-0.14.1.jar:0.14.1]
at
org.apache.hudi.common.table.HoodieTableMetaClient.newMetaClient(HoodieTableMetaClient.java:692)
~[hudi-hive-sync-bundle-0.14.1.jar:0.14.1]
at
org.apache.hudi.common.table.HoodieTableMetaClient.access$000(HoodieTableMetaClient.java:85)
~[hudi-hive-sync-bundle-0.14.1.jar
:0.14.1]
at
org.apache.hudi.common.table.HoodieTableMetaClient$Builder.build(HoodieTableMetaClient.java:774)
~[hudi-hive-sync-bundle-0.14.1.jar:0.14.1]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]