Hello Drillers!
My Drill setup is very simple, querying static gz files that hold jsons.
Everything was running smooth but we're now seeing what seems to be a crash
with a very simple query. here are the details.

This query works
*select `column1`, column2, myTable.`user`, column3 from dfs.drill.myTable
limit 10;*

but this one crashes drill for some reason:
*select `column1 `, column2, myTable.`user`, column3 from
dfs.drill. myTable where myTable.`user` = '[email protected]
<[email protected]>' limit 10;*

I'm using web UI and in console I simply see -
[..]
0: jdbc:drill:zk=local> SLF4J: Failed to load class
"org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
*Killed*
​[..]​
​and prompt returns at this stage and I need to restart drill.

Am I doing anything wrong? missing anything?
Thanks!

Assaf

Reply via email to