Using hadoop with other distributed filesystems

2014-12-17 Thread Behrooz Shafiee
Hello folks, I have developed my own distributed file system and I want to try it with hadoop MapReduce. It is a POSIX compatible file system and can be mounted under a directory; eg. /myfs. I was wondering how I can configure hadoop to use my own fs instead of hdfs. What are the configurations

Re: Using hadoop with other distributed filesystems

2014-12-17 Thread Harsh J
NameNodes and DataNodes are services that are part of HDFS. Why are you attempting to start them on top of your own DFS? On Thu, Dec 18, 2014 at 6:35 AM, Behrooz Shafiee shafie...@gmail.com wrote: Hello folks, I have developed my own distributed file system and I want to try it with hadoop