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 経由で HDFS にアクセスできるため、Python スクリプトを使用します。GPFS ファイルにアクセスする同様の方法はありますか? 解決策を教えてください。
GPFS は実際のファイル システムです (Linux 上の VFS など)。ファイルにアクセスするために特別な API は必要ありません。プログラミング環境でサポートされているオープン、読み取り、および書き込み関数を使用するだけです。