Add rest server to each drill node

2016-02-25 Thread Jeff Maass
What is the prescribed / appropriate way to do the below in apache drill? We want is to do as one can do with elasticsearch: * Write our rest service endpoint in java * consume the elasticsearch library * deploy our application * have an elasticsearch cluster that also has our code runnin

Re: Drill error with large sort

2016-02-25 Thread Jeff Maass
If you are open to changing the query: # try removing the functions on the 5th column # is there any way you could further limit the query? # does the query finish if u add a limit / top clause? # what do the logs say? From: Paul Friedman Sent: Th

Re: Drill crashes on simple 'like' query

2016-03-04 Thread Jeff Maass
Run the bad query multiple times. Prior to each run, remove the first character of the like string. Stop when the query no longer kills drill. If the condition here, then, that would SEEM to mean that the problem is in parsing the query. If that doesn't work, change the 2nd query to = '%' lim