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]


With regards,
Apache Git Services

Reply via email to