This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a471126 add mongodb pr
a471126 is described below
commit a4711267653e170de4301fc990d9100369d44696
Author: Bridget Bevens <bbevens@maprtech.com>
AuthorDate: Mon Nov 26 11:01:00 2018 -0800
add mongodb pr
---
docs/mongodb-storage-plugin/index.html | 4 ++++
feed.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/mongodb-storage-plugin/index.html b/docs/mongodb-storage-plugin/index.html
index 84d9ee9..527d5f3 100644
--- a/docs/mongodb-storage-plugin/index.html
+++ b/docs/mongodb-storage-plugin/index.html
@@ -1326,6 +1326,10 @@ to read, but not write, Mongo data using Drill. Attempting to write
data back to
<p><div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">27017 is the default port for <code>mongodb</code> instances.
</p>
+</div>
+ <div class="admonition note">
+<p class="first admonition-title">Note</p>
+<p class="last">In some cases you will need an authentication to perform certain <code>mongodb</code>
queries. You can add login and password directly to connection URL: 'mongodb://root:password@localhost:27017/'
</p>
</div> </p></li>
<li><p>Click <strong>Enable</strong> to enable the storage plugin.</p></li>
</ol>
diff --git a/feed.xml b/feed.xml
index 8c9b1be..c34af99 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Wed, 14 Nov 2018 14:16:50 -0800</pubDate>
- <lastBuildDate>Wed, 14 Nov 2018 14:16:50 -0800</lastBuildDate>
+ <pubDate>Mon, 26 Nov 2018 09:08:54 -0800</pubDate>
+ <lastBuildDate>Mon, 26 Nov 2018 09:08:54 -0800</lastBuildDate>
<generator>Jekyll v2.5.2</generator>
<item>
|