Re: Infinite pending Bug ?

2015-11-13 Thread Boris Chmiel
I think so,There is no Physical plan created, no JSON profil.When I turn my View to Table it works. I'm using 1.2 embedded thanks Le Vendredi 13 novembre 2015 17h33, Hsuan Yi Chu a écrit : Do you know if it is stuck at planning? On Fri, Nov 13, 2015 at 8:03 AM,

Re: Infinite pending Bug ?

2015-11-13 Thread Abdel Hakim Deneche
Boris, this is definitely a bug, the query seems to be blocked in planning. Please open a JIRA. Thanks On Fri, Nov 13, 2015 at 9:03 AM, Abhishek Girish wrote: > I tried this on latest master - looks like its stuck at planning stage > (explain plan hangs). > > Any

Infinite pending Bug ?

2015-11-13 Thread Boris Chmiel
Hello every one, I reach an infinite pending on a quite simple set of queries with very small files. Do you see a flaw in my queries or it is a bug ? View :  create or replace view View1 AS (SELECT B1.columns[0] c0,B1.columns[1] c1FROM dfs.tmp.`TEST\B1.csv` B1LEFT OUTER JOIN

Re: Infinite pending Bug ?

2015-11-13 Thread Hsuan Yi Chu
Do you know if it is stuck at planning? On Fri, Nov 13, 2015 at 8:03 AM, Boris Chmiel < boris.chm...@yahoo.com.invalid> wrote: > Hello every one, > I reach an infinite pending on a quite simple set of queries with very > small files. Do you see a flaw in my queries or it is a bug ? > View : >

Re: Infinite pending Bug ?

2015-11-13 Thread Abdel Hakim Deneche
Hello Boris, What version of Drill are you using ? Thanks On Fri, Nov 13, 2015 at 8:33 AM, Hsuan Yi Chu wrote: > Do you know if it is stuck at planning? > > On Fri, Nov 13, 2015 at 8:03 AM, Boris Chmiel < > boris.chm...@yahoo.com.invalid> wrote: > > > Hello every one, > >

Re: Your Webinar is Starting - It's Time to Log In!

2015-11-13 Thread Neeraja Rentachintala
yes, we will share the slides and the recording. -thanks On Fri, Nov 13, 2015 at 9:31 AM, Sun, Zhan wrote: > Hi, > > > > Thank you for providing this great seminar on Drill today. Could you > please help share the slides? > > > > Thanks, > > Jonathan > >

Does Drill support High Available (HA) Hadoop?

2015-11-13 Thread Sebastian YEPES FERNANDEZ
​Hello, I am evaluating Drill 1.2 but I have not managed to make it work. Does anyone know if Drill supports Hadoop in High Available (HA) mode? ​ Error: ​--- 2015-11-14 00:47:44,674 [Client-1] ERROR o.a.d.exec.server.rest.QueryWrapper - Query Failed

RE: Does Drill support High Available (HA) Hadoop?

2015-11-13 Thread Kevin Verhoeven
Sebastian, I was able to work around that bug by copying the hdfs-site-xml file into Drill's conf folder. Then restart the drillbit. The reason this works is inside the hdfs-site.xml file are definitions of the HDFS HA cluster. Hopefully Drill fixes this bug soon. Kevin -Original