jhl8109 opened a new pull request, #4797: URL: https://github.com/apache/zeppelin/pull/4797
### What is this PR for? This PR aims to enhance the build process in Zeppelin by integrating Thrift Java file generation into the Maven build workflow. It also updates the `genthrift.sh` script to automatically handle Thrift installation. These changes are intended to reduce manual errors and ensure consistent build environments. ### What type of PR is it? Improvement ### Todos * [ ] - Add `exec-maven-plugin` to `pom.xml` to automate the generation of Java files from Thrift IDL during the Maven build process. * [ ] - Enhance `genthrift.sh` to support automatic Thrift installation, including improved checks for Thrift being installed. ### What is the Jira issue? * https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-6060 ### How should this be tested? 1. Verify Thrift installation 2. Confirm Thrift .java file generation through Maven ### Questions: * Does the license files need to update? NO * Is there breaking changes for older versions? NO * Does this needs documentation? NO -- 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]
