As far as I understand, https://wiki.apache.org/hadoop/LibHDFS is generic enough, and should work with any org.apache.hadoop.fs.FileSystem implementation (IGFS , HDFS, or another). May it be an option for you?
On Wed, May 3, 2017 at 12:51 PM, dkarachentsev <[email protected]> wrote: > Hi Sergey, > > To use IGFS from non-JVM languages you may configure it as FS for Hadoop in > IgfsMode.PRIMARY mode. After that you can configure connectivity from any > supported language to Hadoop and it's file system. > > Thanks! > -Dmitry > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/IGFS-Python-and-R-clients-tp12361p12381.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
