Is it possible to use GridGain file system with storage other than Hadoop

StackOverflow https://stackoverflow.com/questions/23336922

  •  10-07-2023
  •  | 
  •  

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 chose Hadoop FileSystem API as the secondary file system interface. So, the answer is Yes, as long as you wrap another file system into Hadoop FileSystem interface.

Also, you may wish to look at HDFS NFS Gateway project.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top