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/05/13 14:59:18 UTC

[GitHub] [arrow-cookbook] ira-saktor opened a new issue, #202: Connecting to HDFS using arrow R package

ira-saktor opened a new issue, #202:
URL: https://github.com/apache/arrow-cookbook/issues/202

   Hello!
   
   I would like to be able to read parquet files from HDFS using arrow in R. This functionality is quite well documented for the python version of the package, but in R I have no idea how to do this. Some chapter in the cookbook on connecting to different filesystems would be great.
   
   Thank you!


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

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


[GitHub] [arrow-cookbook] thisisnic commented on issue #202: Connecting to HDFS using arrow R package

Posted by GitBox <gi...@apache.org>.
thisisnic commented on issue #202:
URL: https://github.com/apache/arrow-cookbook/issues/202#issuecomment-1127439440

   Hi @ira-saktor!  The bindings for this are not currently implemented in R; there is a ticket open here on the project JIRA: https://issues.apache.org/jira/browse/ARROW-6981
   
   At present, I think your best bet would be to retrieve the files locally and working with them there.  I'll comment on the JIRA ticket to mention that there is user interest in implementing these bindings.


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