You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/06 07:29:43 UTC

[GitHub] [arrow-datafusion] yahoNanJing commented on issue #2136: No suitable object store found for ***

yahoNanJing commented on issue #2136:
URL: https://github.com/apache/arrow-datafusion/issues/2136#issuecomment-1089921485

   Hi @ZhangqyTJ, my perspective for the object store for a standalone system is that we should leverage the *ObjectStoreRegistry* as a system-level one rather than the session-level one currently implemented. And we should not do the manually registration for object stores. Instead, we should register them by default. Therefore, we proposed #2111 to introduce object stores as optional features in the datafusion core. For HDFS as an example, the detailed implementation will load related configurations from configuration files under specific locations, which may also work for s3. For example, to put and load your configurations from ~/.datafusion/object_stores/s3.json. @matthewmturner 
   
   
   


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org