RE: IGFS Usage Question

2017-03-31 Thread vkulichenko
If you're using java.io.File, then no, it's not possible. You will have to write the code that starts Ignite, creates IgniteFileSystem, etc. At the same time, all IGFS streams extend standard Java streams, so you should be able to reuse most of you code that read and writes to files. -Val --

RE: IGFS Usage Question

2017-03-31 Thread Chris Parker
[mailto:valentin.kuliche...@gmail.com] Sent: Thursday, March 30, 2017 7:42 PM To: user@ignite.apache.org Subject: Re: IGFS Usage Question Hi Chris, Ignite provides IGFS based implementation of Hadoop file system abstraction. So you can use run you Hadoop applications without changes and connect them

Re: IGFS Usage Question

2017-03-30 Thread vkulichenko
Hi Chris, Ignite provides IGFS based implementation of Hadoop file system abstraction. So you can use run you Hadoop applications without changes and connect them directly to in-memory FS. Did you go through installation instructions [1]? [1]