cnmoro
10/22/2019 - 2:59 PM

Apache Drill 1.15 Mongo Config

Apache Drill 1.15 Mongo Config

http://localhost:8047

Options>

drill.exec.functions.cast_empty_string_to_null : true.
store.mongo.all_text_mode : true.
store.mongo.bson.record.reader : false.

--

Store > Mongo Plugin >

{
  "type": "mongo",
  "connection": "mongodb://USER:PASS@localhost:27017",
  "enabled": true
}