Mulavar opened a new issue, #8253: URL: https://github.com/apache/hudi/issues/8253
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** A clear and concise description of the problem. Every time I run the example, the program is killed by the system as follows: `Process finished with exit code 137 (interrupted by signal 9: SIGKILL)` then I debug the code and found it will always crash at the code snippet:  I tried to increase the memory but it did not work. **To Reproduce** Steps to reproduce the behavior: 1. Just run the HoodieJavaWriteClientExample with the latest code version. **Expected behavior** A clear and concise description of what you expected to happen. How to run the HoodieJavaWriteClientExample successfully. **Environment Description** * Hudi version : branch master * Spark version : * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : * Running on Docker? (yes/no) : no **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
