Import Drill into Eclipse - apache/drill GitHub Wiki
- Clone Drill locally.
- Build Drill using Maven:
mvn install -DskipTests.
- In Eclipse, File → Import..., then Import existing Maven projects.
- Choose your Drill root directory.
- In
drill-java-exec, find the target/generated-sources and mark it a source folder: Build Path → Use as Source Filter.
- Do the same for the
vector project.
- Download the Eclipse Apache format settings]() and import them. Eclipse → Preferences, then Java, Code Style, Formatter an click Import.
- Adjust some save settings. Eclipse → Preferences, Java, Editor, Save Actions.
- Enable Perform the selected actions on save
- Enable Organize imports
- Enable additional actions
- Click Configure...
- Code Organizing, enable Remove trailing whitespace
- Code Style, enable Use modifier final where possible, but only enable Private fields.