/commented by alexandre verri/
I am trying to write a class to implement IgfsSecondaryFileSystem in order
to use the local file system as a secondary file system. Each Ignite path is
mapped to a path in the local file system, example: if the Ignite path is
'/myDir/test.txt', the file is created in '/home/user/myDir/test.txt'.
I have created the following test using two nodes of Ignite:
1) Create a file in the local filesystem on the first node (ex:
/home/user/myDir/test.txt). 2) Start a second node in other host, and call
the listFiles(new IgfsPath("/myDir")) in the IgniteFileSystem instance.
The file 'test.txt' is not returned by the method listFiles in the second
node.
-----
/This post is migrated from now discontinued Apache Ignite forum at
http://apacheignite.readme.io/v1.0/discuss/
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Local-secondary-file-system-problem-to-list-files-tp243.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.