Re: Using hadoop with other distributed filesystems

2014-12-17 Thread yuliya Feldman
You forgot one important property: fs..impl   to map it to the class that has implementation of your FS. The way you were trying to set up other properties also looks like usage of local FS, you should probably not use file:///, but your FS prefix: foo:///  - or full URI. Is your FS using NameNo

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 wrote: > Hello folks, > > I have developed my own distributed file system and I want to try it with > hadoop MapReduce. It is

[jira] [Created] (MAPREDUCE-6198) NPE from JobTracker#resolveAndAddToTopology in MR1 cause initJob and heartbeat failure.

2014-12-17 Thread zhihai xu (JIRA)
zhihai xu created MAPREDUCE-6198: Summary: NPE from JobTracker#resolveAndAddToTopology in MR1 cause initJob and heartbeat failure. Key: MAPREDUCE-6198 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6198

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

Hadoop-Mapreduce-trunk-Java8 - Build # 45 - Still Failing

2014-12-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/45/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10454 lines...] Results : Failed tests: Test