-
Notifications
You must be signed in to change notification settings - Fork 980
Import Drill into Eclipse
Paul Rogers edited this page Nov 14, 2019
·
1 revision
- 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 thetarget/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.