Re: Web Console Authentication in Window

2016-04-12 Thread Sanjiv Kumar
Hello John Omernik Thanks for your information. After giving HTTPS in my URL i got following message. "Your connection is not secure __ The owner of localhost has configured their website improperly. To protect your information from being stolen,

Re: Regarding excel adn ms access file problem

2016-04-12 Thread Edmon Begoli
No, but there is JIRA open for it. I started working on the design but my other obligations limited me. Basically, we could use POI for it. On Thursday, March 24, 2016, SanjiV SwaraJ wrote: > Hello. > I am trying to query from excel file(.xsl file), but i am unable to > query from excel

Re: Hangout starting at 10am

2016-04-12 Thread Jacques Nadeau
Note, per the first item above, I've put together an initial proposal of the compatibility commitments we should make to the users. It is important to note that my outline is about our public commitment. As a development community, we should always work to avoid disruptive or backwards incompatible

Re: s3 connection: SLF4J errors

2016-04-12 Thread Abhishek Girish
Can you please share the error snippet as text within the mail or upload it someplace and share a link to it? Attachments aren't always supported on mailing lists. On Tue, Apr 12, 2016 at 6:07 PM, Nick Monetta wrote: > > > Hi, when trying to query an S3 bucket I keep getting these SLF4J errors.

s3 connection: SLF4J errors

2016-04-12 Thread Nick Monetta
Hi, when trying to query an S3 bucket I keep getting these SLF4J errors. What am I doing wrong? [cid:image001.png@01D194FF.2DAAE1C0] Nick Monetta | INRIX |ni...@inrix.com |Movement Intelligence | www.inrix.com | mobile +1 646-248-4105 |

Re: Reading Avro Arrays

2016-04-12 Thread Stefán Baxter
Hi, Should this be posted on the dev list to get the deserved attention? - Stefán On Tue, Apr 12, 2016 at 9:33 PM, Johannes Schulte < johannes.schu...@gmail.com> wrote: > After some evenings of digging into the code i more or less had a lucky > moment and was able to fix the problem. I wonder

Re: Reading Avro Arrays

2016-04-12 Thread Johannes Schulte
After some evenings of digging into the code i more or less had a lucky moment and was able to fix the problem. I wonder why nobody else ran into this problem until now - for me it was a blocker to drill adoption and i am really surprised nobody else ever encountered this issue. I hope that somebod

Re: Hangout starting at 10am

2016-04-12 Thread Jacques Nadeau
Notes: Attendees: Paul, Parth, Zelaine, Jacques, Arrina, Vittali, Aman Main topics of discussion: Backwards compatibility. Everybody thinks that striving for backwards compatibility is good. However, we need to be formal about our goals as well as real costs to maintain. Jacques to put together

Hangout starting at 10am

2016-04-12 Thread Jacques Nadeau
https://plus.google.com/hangouts/_/dremio.com/drillhangout?authuser=0 -- Jacques Nadeau CTO and Co-Founder, Dremio

DBeaver

2016-04-12 Thread Boris Chmiel
Hello drillers, I have seen that DBeaver as Drill pre-configured driver. Does anyone has try this tool? Which is yout favorite to design your Views ? DBeaver 3.5.2 | DBeaver Regs Boris |   | |   |   |   |   |   | | DBeaver 3.5.2 | DBeaverDBeaver 3.5.2 Posted on 2015-10-26 by Serge DBeaver 3.5.2

Re: Web Console Authentication in Window

2016-04-12 Thread John Omernik
Sanjiv, I am guessing you already checked this, but since I stumbled on it when I first enabled SSL, I will admit my silliness, and and the question. If you were doing http://IP-of-my-drillbit:8047, then you restarted drill with the new ssl settings, did you change the http to https in the URL? I

Re: Regarding Drill Authentication

2016-04-12 Thread Sanjiv Kumar
Hello Magnus Pierre, Thanks for reply.Would you please write some custom authenticator for window. .. Thanks & Regards *Sanjiv Kumar*

Web Console Authentication in Window

2016-04-12 Thread Sanjiv Kumar
Hello I need help regarding Web Console Authentication. I am using Drill in Window 8.1 with latest version (1.6) of Drill. I have make changes in drill-override.conf Files. Following Changes i have made:- http: { enabled: true, ssl_enabled: true, port: 8047 session_max_idle

How to get full filter condition, especially IN ?

2016-04-12 Thread WeiWan
Drill version: 1.5.0. I found that Drill will optimize an IN predicate with many values(over 20) into HashJoin, like that: 0: jdbc:drill:drillbit=localhost> explain plan for select campaign_id from campaign where campaign_id in(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20) limit 10; +---