Skip to content

Import Drill into Eclipse

Paul Rogers edited this page Nov 14, 2019 · 1 revision
  1. Clone Drill locally.
  2. Build Drill using Maven: mvn install -DskipTests.
  3. In Eclipse, File → Import..., then Import existing Maven projects.
  4. Choose your Drill root directory.
  5. In drill-java-exec, find the target/generated-sources and mark it a source folder: Build Path → Use as Source Filter.
  6. Do the same for the vector project.
  7. Download the Eclipse Apache format settings]() and import them. Eclipse → Preferences, then Java, Code Style, Formatter an click Import.
  8. 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.
Clone this wiki locally