Hi Sanjiv, 3) As to authentication in windows, I think you already got a proper reply, that is you have to implement your own authenticator. Depends on your windows environment, you can decide either call windows API to check user+password, or connect Active Directory either through LDAP or Kerberos to get authenticated, I think there are some example around in mail lists.
2) As to this one, I think you did not provide the requested information -- the plan of the problematic query, you can get the plan by running "explain plan for <your query>" in sqlline. 1) For 1 and 2, I think you can file a JIRA for each of the issues, and post plan and attach drillbit.log to the JIRA. On Tue, May 17, 2016 at 11:41 PM, Khurram Faraaz <[email protected]> wrote: > Hello Sanjiv, > > I work with the Drill team. I don't have your previous email (I joined the > user group recently). I can take a look at your join query problem and your > multiple columns having same name and same type issue. > > Please share/resend your earlier email, and I can take a look. > Two things (1) please share the explain plan for your join query problem, > if you can get one. (2) please share information from drillbit.log related > to your same name same type many columns issue. > > Also I assume your Drillbits are setup on a Linux/UNIX environment. > > Thanks, > Khurram > > On Wed, May 18, 2016 at 11:37 AM, Sanjiv Kumar <[email protected]> > wrote: > > > Hello > > I am facing some problem while using drill. I have also posted > > earlier my problem one by one, but didn't get any proper solution for > that. > > This time again i am posting my problem. > > > > 1) Join Query Problem (for details check in April 16 with *subject*:- > > Regarding > > Join Query Problem) > > > > 2) Multiple Column having same name & same data type problem (for details > > check in April 16 *Subject*:- Multiple Column having same name & same > data > > type problem) > > > > 3) Authentication in Window Operating System (for details check in April > 16 > > *SUBJECT*:- Regarding Drill Authentication) > > > > > > I hope this time i get some proper solution from Drill. > > > > > > > > ...................... > > Thanks & Regards > > *Sanjiv Kumar* > > >
