hudi-bot opened a new issue, #17050:
URL: https://github.com/apache/hudi/issues/17050
{code:java}
java.lang.NullPointerException: null
at org.apache.hudi.storage.StoragePath.<init>(StoragePath.java:62)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at
org.apache.hudi.storage.HoodieStorageUtils.getStorage(HoodieStorageUtils.java:34)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at
org.apache.hudi.sync.common.metrics.HoodieMetaSyncMetrics.<init>(HoodieMetaSyncMetrics.java:61)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at
org.apache.hudi.sync.common.HoodieSyncTool.<init>(HoodieSyncTool.java:50)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:112)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:108)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at
org.apache.hudi.sink.utils.HiveSyncContext.hiveSyncTool(HiveSyncContext.java:85)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at
org.apache.hudi.sink.StreamWriteOperatorCoordinator.doSyncHive(StreamWriteOperatorCoordinator.java:346)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at
org.apache.hudi.sink.utils.NonThrownExecutor.lambda$wrapAction$0(NonThrownExecutor.java:130)
~[hudi-flink1.17-bundle-1.0.2.jar:1.0.2]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_351]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_351]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_351] {code}
Flink SQL config `path` activates `hoodie.datasource.meta.sync.base.path`,
however it looks like users need to specify `hoodie.base.path`, need more
config binding or document.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-9510
- Type: Bug
- Affects version(s):
- 1.0.2
--
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]