Replies: 4 comments
-
The HDFS compatible SDK is in the roadmap, currently you can use the Local File System to use JuiceFS in Hadoop. Also, you can use HDFS as an object storage, then you can have POSIX file system by storing the data in HDFS. Alluxio is a NOT a file system itself, it's a caching layer for other file system or object storage, which means you can not have more feature other than the underlying UFS provide. JuiceFS is a feature complete file system, which only use GET/PUT/DELETE API from object storage. Both of them can manage the cache for data to speed the underlying object storage up. |
Beta Was this translation helpful? Give feedback.
-
Hi davis @davies , is it stable enough when use HDFS as an object storage? Is there any user using this in a production environment? We test juicefs + hdfs (as object storage)works well, but I'm not sure if we can use it in production environment . Thanks |
Beta Was this translation helpful? Give feedback.
-
We don't have any known issues around this, also we don't know who use HDFS as obect store in production. It's better to test some failure cases to see how it works before putting into production. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions