[
https://issues.apache.org/jira/browse/DRILL-7585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036631#comment-17036631
]
ASF GitHub Bot commented on DRILL-7585:
---------------------------------------
paul-rogers commented on issue #1983: DRILL-7585: Documentation for mongodb
persistent storage plugin
URL: https://github.com/apache/drill/pull/1983#issuecomment-586057796
Saw this was closed, but thought I'd comment on the error message. A
"PStore" (persistent store) is a place where Drill stores things like storage
plugin configs and system options. Despite the similarity in names, a "PStore"
is not related to a storage plugin. The two currently supported persistent
stores are the local file system (for non-distributed systems) and ZK.
As it turns out, I just had to convert the "local" PStore from using the
Hadoop file system to using the truly local file system. The PStore
implementation is pretty simple, so anyone who is familiar with Mongo could
probably whip up a working one pretty quickly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> MongoDB PStore Plugin is not documented
> ---------------------------------------
>
> Key: DRILL-7585
> URL: https://issues.apache.org/jira/browse/DRILL-7585
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - MongoDB
> Affects Versions: 1.17.0
> Reporter: Dobes Vandermeer
> Assignee: Dobes Vandermeer
> Priority: Major
>
> The documentation describes how to configure PStore for HBase and ZooKeeper,
> but not mongodb.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)