Paolo Di Tommaso wrote > 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?
In my understanding yes, each node that was requested to do the file operation will store the file locally. Paolo Di Tommaso wrote > Could it be used to save the data over a NFS mount ? LocalFileSystem runs over OS file system with "/" being the roott of the file system, so if an NFS path is mounted , say, in /mnt/nfs/, the files written under there will be shared. We may think about some kind of "chroot" there to isolate the Ignite file system from other things. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IGFS-backed-by-persistence-on-physical-filesystem-tp1882p1991.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
