Skip to content

Instantly share code, notes, and snippets.

@bcambel
Created November 29, 2015 22:18
Show Gist options
  • Select an option

  • Save bcambel/4dccd6a1166a7826429f to your computer and use it in GitHub Desktop.

Select an option

Save bcambel/4dccd6a1166a7826429f to your computer and use it in GitHub Desktop.
Download and start a embedded drill instance
#!/bin/bash
wget http://getdrill.org/drill/download/apache-drill-1.3.0.tar.gz
tar -xvzf apache-drill-1.3.0.tar.gz
cd apache-drill-1.3.0
./bin/drill-embedded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment