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 fixes also resolve your issue.
Before we take that route, though, let's do a little more debugging. The easiest way to understand what is failing is by dropping to a single Drillbit, executing the failing operations, and then providing the logs for that node. Is this possible? thanks, Jacques On Mon, Jun 1, 2015 at 8:23 AM, Rangaswamy, Manoharan <[email protected]> wrote: > We are using MapR Drill 1.0 and configured a mongodb storage plugin as > below. > > { > "type": "mongo", > "connection": "mongodb://uid:pwd@host:port/dbname", > "enabled": true > } > > We are able to connect through CLI and Drill Explorer, but it does display > any databases and query against any collection fail as well. > > Robomongo connects well with the same user and it works. > > Are we missing any additional configuration? Please let us know. > > Thanks, > Mano > > >
