Hey Assaf, is there anything in the logs? Can you email me them directly or
put on gist (can't attach to mailing list emails).

If nothing there, can you enable Java assertions by adding -ea to
drill-env.sh and see if we get a more helpful log or error messages?

thanks,
Jacques


--
Jacques Nadeau
CTO and Co-Founder, Dremio

On Fri, Mar 4, 2016 at 2:46 AM, Assaf Lowenstein <[email protected]> wrote:

> 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