Re: MapR Drill - mongodb collections does not show up

2015-06-09 Thread Kamesh
e patch and hopefully that resolves the > > > issue. > > > > > > > > On Tue, Jun 9, 2015 at 8:59 AM, Rangaswamy, Manoharan < > > > > mran...@qualcomm.com> > > > > wrote: > > > > > > > > > Hi Jacques, > > > > > &

Re: MapR Drill - mongodb collections does not show up

2015-06-09 Thread Jacques Nadeau
> > Hi Jacques, > > > > > > > > We did create a role similar to below in our non-prod instance and it > > > > worked connecting to drill. I will deploy this to prod in a couple of > > > days > > > > and let you know if I run across a

Re: MapR Drill - mongodb collections does not show up

2015-06-09 Thread Adam Gilmore
e similar to below in our non-prod instance and it > > > worked connecting to drill. I will deploy this to prod in a couple of > > days > > > and let you know if I run across any issue. > > > > > > Thank you for all your help, > > > Mano > > >

Re: MapR Drill - mongodb collections does not show up

2015-06-08 Thread Jacques Nadeau
l deploy this to prod in a couple of > days > > and let you know if I run across any issue. > > > > Thank you for all your help, > > Mano > > -----Original Message- > > From: Jacques Nadeau [mailto:jacq...@apache.org] > > Sent: Friday, June 05, 201

Re: MapR Drill - mongodb collections does not show up

2015-06-08 Thread Adam Gilmore
is to prod in a couple of days >> and let you know if I run across any issue. >> >> Thank you for all your help, >> Mano >> -Original Message----- >> From: Jacques Nadeau [mailto:jacq...@apache.org] >> Sent: Friday, June 05, 2015 4:30 PM >> To: user@dr

Re: MapR Drill - mongodb collections does not show up

2015-06-08 Thread Adam Gilmore
run across any issue. > > Thank you for all your help, > Mano > -Original Message- > From: Jacques Nadeau [mailto:jacq...@apache.org] > Sent: Friday, June 05, 2015 4:30 PM > To: user@drill.apache.org > Subject: Re: MapR Drill - mongodb collections does not sho

RE: MapR Drill - mongodb collections does not show up

2015-06-08 Thread Rangaswamy, Manoharan
[mailto:jacq...@apache.org] Sent: Friday, June 05, 2015 4:30 PM To: user@drill.apache.org Subject: Re: MapR Drill - mongodb collections does not show up I think the problem here is you're accessing the system without the listDatabases privilege. There isn't a role that only confers that permis

Re: MapR Drill - mongodb collections does not show up

2015-06-05 Thread Jacques Nadeau
I think the problem here is you're accessing the system without the listDatabases privilege. There isn't a role that only confers that permission so I suggest you create a new role that has only that privilege. From there, you can add that role to the appropriate users. For example: use admin db

RE: MapR Drill - mongodb collections does not show up

2015-06-02 Thread Rangaswamy, Manoharan
"killCursors", "planCacheRead" ] }, { "

RE: MapR Drill - mongodb collections does not show up

2015-06-02 Thread Rangaswamy, Manoharan
] Sent: Monday, June 01, 2015 9:10 PM To: Rangaswamy, Manoharan Cc: user@drill.apache.org; jacq...@apache.org Subject: Re: MapR Drill - mongodb collections does not show up No additional debugging info should need to be enabled (at least initially). You should start by only starting one drillbit and then prov

Re: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Jacques Nadeau
No additional debugging info should need to be enabled (at least initially). You should start by only starting one drillbit and then providing drillbit.log. When I've seen this before there was an associated warning in drillbit.log when this type of failure occurred. I would like to see if we're

Re: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Kamesh
lt; > mran...@qualcomm.com> > wrote: > > > Hi Hanifi, > > > > As you can see in the log file, I am unable to connect to the connect > > to the schema/database and query on the tables. > > > > I did a query like "use meteor" and here is the log file fo

Re: QUALCOMM spoof attempt detected: RE: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Rangaswamy, Manoharan
...@maprtech.com;jacq...@apache.org; Subject:QUALCOMM spoof attempt detected: RE: MapR Drill - mongodb collections does not show up PLEASE RESEND THE INFORMATION USING A PERSONAL EMAIL ADDRESS. -- An email has been sent to

RE: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Rangaswamy, Manoharan
gt; -Original Message- > From: Hanifi Gunes [mailto:hgu...@maprtech.com] > Sent: Monday, June 01, 2015 12:45 PM > To: user > Cc: jacq...@apache.org > Subject: Re: MapR Drill - mongodb collections does not show up > > It would be great if you could give some more context failing que

Re: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Jason Altekruse
From: Hanifi Gunes [mailto:hgu...@maprtech.com] > Sent: Monday, June 01, 2015 12:45 PM > To: user > Cc: jacq...@apache.org > Subject: Re: MapR Drill - mongodb collections does not show up > > It would be great if you could give some more context failing queries, > log, environment

RE: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Rangaswamy, Manoharan
al Message- From: Hanifi Gunes [mailto:hgu...@maprtech.com] Sent: Monday, June 01, 2015 12:45 PM To: user Cc: jacq...@apache.org Subject: Re: MapR Drill - mongodb collections does not show up It would be great if you could give some more context failing queries, log, environment etc. -Hanifi O

Re: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Hanifi Gunes
It would be great if you could give some more context failing queries, log, environment etc. -Hanifi On Mon, Jun 1, 2015 at 10:47 AM, Rangaswamy, Manoharan wrote: > Hi Jacques, > > I saw your reply in the mail list and responding to your question. > > Can you please let me know if you want me t

RE: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Rangaswamy, Manoharan
Hi Jacques, I saw your reply in the mail list and responding to your question. Can you please let me know if you want me to execute the failing operation now and send the log files or setup some more debug info options and send the log file. Please let me know. Thanks, Mano From: Rangaswamy, M

Re: MapR Drill - mongodb collections does not show up

2015-06-01 Thread Jacques Nadeau
There are at least two possibilities here. (Incomplete permissions and Mongo plugin issues.) I've been working with this code lately and I've run across and fixed a couple issues that will likely be merged into 1.1. I'd love to work with you to with a development patch to see whether or not my f