Adrian Sanchez del Campo created DRILL-5206:
-----------------------------------------------
Summary: MongoDb connection & non replica sets deployment
Key: DRILL-5206
URL: https://issues.apache.org/jira/browse/DRILL-5206
Project: Apache Drill
Issue Type: Bug
Reporter: Adrian Sanchez del Campo
Hello,
It looks like Drill is hardwire to only work with replica sets?
```
https://github.com/apache/drill/blob/5a4ad2a88331dfe7561ee76fc87e882afe170681/contrib/storage-mongo/src/main/java/org/apache/drill/exec/store/mongo/MongoGroupScan.java
```
The reason I raise this issue is because while doing some testing I created a
MongoDB deployment at compose.io. Drill is able to connect to it and list
databases and collections/tables. However, when trying to query a particular
collection it times out because it tries to connect to a non-public database
member.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)