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 -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IGFS-Usage-Question-tp11584p11632.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
