Re: Research projects with Hadoop

2010-09-08 Thread Christoph
Hi, here is a (long) list of academic papers that might help you to come up with a project: http://atbrox.com/2010/05/08/mapreduce-hadoop-algorithms-in-academic-papers-may-2010-update/ Cheers, Christoph On 07.09.2010 05:02, Luan Cestari wrote: Hi buddies, I'm a CS student and I

Re: java.io.FileNotFoundException: File file:/tmp/.../job.xml does not exist

2009-11-24 Thread Christoph
Finally we found the issue: The job.xml was there when it was needed, i.e., at job execution time. The problem was some configuration mistake: The property "fs.default.name" was by accident in the hdfs-site.xml - not in the core-site.xml. This cause that weird error message. Cheers.

java.io.FileNotFoundException: File file:/tmp/.../job.xml does not exist

2009-11-18 Thread Christoph
Hi all, I'm hitting the same issue as first described in: http://mail-archives.apache.org/mod_mbox/hadoop-core-user/200905.mbox/%3cbd0e4dee0905181624o42c48404l9bcf8678e62a0...@mail.gmail.com%3e But there is no answer yet ... I'm using Hadoop 0.2 and recieve the following when I try to run a ma