IsisPolei commented on issue #6720:
URL: https://github.com/apache/hudi/issues/6720#issuecomment-1254475342
The origin problem is offline compaction. The HoodieJavaWriteClient doesn't
support compact inline.
@Override
protected List<WriteStatus> compact(String compactionInstantTime,
boolean shouldComplete) {
throw new HoodieNotSupportedException("Compact is not supported in
HoodieJavaClient");
}
So i change my hudi client to SparkRDDWriteClient. This client works like a
treat when using spark local mode and standalone mode(in the same host machine).
--
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]