Memory Leak in drill 1.13.0

2018-06-04 Thread Nitin Pawar
Hi we are seeing memory leak in apache drill 1.13.0 version According to https://issues.apache.org/jira/browse/DRILL-6079, says it is fixed but it is not. Is there way we can avoid this error by setting any config variables?? SYSTEM ERROR: IllegalStateException: Memory was leaked by query. Memor

Re: Apache Drill issue

2018-06-04 Thread rahul challapalli
Additionally to what padma said, it would be helpful if you can post the query that you are trying to execute. Also as a sanity check can you list the tables present in hive? Run the below commands use hive; show tables; On Mon, Jun 4, 2018 at 8:05 AM, Padma Penumarthy wrote: > Did you verify t

Re: OS user and AD user works simultaneously in Drill

2018-06-04 Thread Sorabh Hamirwasia
Hi Divya, You can create a custom PAM profile to allow that and place that in /etc/pam.d/ location. Configure Drill to use that pam-profile by using below parameter in drill-override.conf. drill.exec.security.user.auth.pam_profiles: ["sudo", "login", "customProfile"] Basically in your PAM pr

Re: Apache Drill issue

2018-06-04 Thread Padma Penumarthy
Did you verify the permissions ? Check the drillbit log. That will give some clues. Thanks Padma > On Jun 3, 2018, at 7:28 AM, Samiksha Kapoor > wrote: > > Hi Team, > > I am doing a POC on Apache drill for my organization, I have installed > Drill on my Linux environment. However i am const

Apache Drill issue

2018-06-04 Thread Samiksha Kapoor
Hi Team, I am doing a POC on Apache drill for my organization, I have installed Drill on my Linux environment. However i am constantly facing one issue even after doing so many configurations. When i am trying to view the hive tables, its giving no output to me, the query is executing fine without