0
votes

On the Overview site(https://ignite.apache.org/docs/latest/extensions-and-integrations/ignite-for-spark/overview), when you are using Apache Ignite, the back-end storage is HDFS. I don't see how to use HDFS on this link ---> https://ignite.apache.org/docs/latest/persistence/external-storage

1
I don't see anything related to HDFS on either of these pages.alamar
Take a look at the picture. What does the picture say about HDFS? On the Overview site(ignite.apache.org/docs/latest/extensions-and-integrations/…)fuzhiyu
I guess that Ignite could have something to do with HDFS some time ago, but I don't remember that it was ever possible to store native persistence files in HDFS.alamar

1 Answers

0
votes

Ignite doesn’t ship an out-of-the-box implementation of its CacheStore interface for HDFS. You can implement it yourself or keep Ignite and HDFS in sync by other means: https://www.gridgain.com/docs/latest/integrations/datalake-accelerator/getting-started