Re: how to replace hdfs with a custom distributed fs ?

2017-11-11 Thread Reynold Xin
You can implement the Hadoop FileSystem API for your distributed java fs and just plug into Spark using the Hadoop API. On Sat, Nov 11, 2017 at 9:37 AM, Cristian Lorenzetto < cristian.lorenze...@gmail.com> wrote: > hi i have my distributed java fs and i would like to implement my class > for

how to replace hdfs with a custom distributed fs ?

2017-11-11 Thread Cristian Lorenzetto
hi i have my distributed java fs and i would like to implement my class for storing data in spark. How to do? it there a example how to do?