Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 IBM-GPFS 的新手。因为我们可以通过 Java API、python 脚本访问 HDFS。有没有类似的方法来访问 GPFS 文件?请建议我解决方案。
GPFS 是一个实际的文件系统(例如 Linux 上的 VFS)。它不需要特殊的 API 来访问其文件。只需使用您的编程环境支持的打开、读取和写入功能。