What if you have multiple nodes in a cluster using org.apache.hadoop.fs.LocalFileSystem as a secondary file system? Each node saves the IGFS content locally? Could it be used to save the data over a NFS mount ?
Anyway I think that LocalFileSystem would introduce a dependency the Hadoop components that I would like to avoid. Cheers, Paolo On Tue, Nov 17, 2015 at 4:19 PM, Ivan Veselovsky <[email protected]> wrote: > Hi, guys, > as Vladimir mentioned above, we may think about > org.apache.hadoop.fs.LocalFileSystem. > The below code sample demonstrates how IGFS runs over it. > Do we really need to implement the same in Ignite? > > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/IGFS-backed-by-persistence-on-physical-filesystem-tp1882p1987.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
