Is there an way to use the GridGain in-memory file system on top of storage other than the Hadoop file system?
Actually my idea it would to use just like a cache on top of a plain file system or shared NFS.
Is there an way to use the GridGain in-memory file system on top of storage other than the Hadoop file system?
Actually my idea it would to use just like a cache on top of a plain file system or shared NFS.
GridGain 选择 Hadoop FileSystem API 作为辅助文件系统接口。所以,答案是肯定的,只要你将另一个文件系统包装到 Hadoop FileSystem接口中。
此外,您可能希望查看HDFS NFS Gateway项目。