cxxiii commented on code in PR #3615: URL: https://github.com/apache/amoro/pull/3615#discussion_r2151488073
########## CONTRIBUTING.md: ########## @@ -83,7 +83,94 @@ for reference. ## Building the Project Locally -[Build Guide](https://github.com/apache/amoro?tab=readme-ov-file#building) can be found in GitHub readme. +The following guide describes how to import the Amoro project into IntelliJ IDEA and deploy it. + +### Requirements ++ Java Version: Java 8 or Java 11 is required. + +#### Required Plugins +1. Go to `Settings` → `Plugins` in IntelliJ IDEA. +2. Select the “Marketplace” tab. +3. Search for and install the following plugins: + - Scala +4. Restart IntelliJ IDEA if prompted. + +### Importing Amoro into IntelliJ IDEA +This guide is based on IntelliJ IDEA 2024. Some details might differ in other versions. + +1. Clone the Repository and Create the Configuration File: Review Comment: I have corrected the capitalization issues. -- 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]
