Skip to content

Instantly share code, notes, and snippets.

@tqyq
Created October 3, 2016 02:39
Show Gist options
  • Save tqyq/5979b75449ef38a76c65ec8b00869a6d to your computer and use it in GitHub Desktop.
Save tqyq/5979b75449ef38a76c65ec8b00869a6d to your computer and use it in GitHub Desktop.
apache drill learning
curl -u xxx:xxx -X POST -H "Content-Type: application/json" -d '{"queryType":"SQL", "query": "SELECT * FOM cp.`employee.json` LIMIT 20"}' http://drill.datahunter.cn/query.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment