Re: how to use 3 party file system

2018-07-20 Thread Ilya Kasnacheev
Hello! As seen on devlist, you can also have your own implementation of IgniteFileSystem if that is desired. Regards, -- Ilya Kasnacheev 2018-07-18 8:32 GMT+03:00 zhouxy1123 : > hi,i want to use 3 party file system like HDFS underneath Ignite. > now dose Ignite support 3 party file system? >

Re: how to use 3 party file system

2018-07-18 Thread Evgenii Zhuravlev
Hi, To connect to the 3rd party store you will need to implement your own CacheStore to interact with 3 party file system. Here is a good documentation with examples: https://apacheignite.readme.io/docs/3rd-party-store I think you can implement it using Hive jdbc driver or you can directly

how to use 3 party file system

2018-07-17 Thread zhouxy1123
hi,i want to use 3 party file system like HDFS underneath Ignite. now dose Ignite support 3 party file system? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/