Re: newbie problem: Using DFS from Java program

2007-08-22 Thread Jani Arvonen
Oh yes, of course. Our web application throws this exception when trying to use copyFromLocalFile() through DistributedFileSystem. The local file im trying to copy to the HDFS do exists... And we have also tried to use LocalFileSystem which works fine but that is not exactly what we are trying to

newbie problem: Using DFS from Java program

2007-08-21 Thread Jani Arvonen
Hello everybody! I've been trying to use hadoop distributed file system from my java spring web application but without any good results :). We have one server where hadoop namenode are datanode are succesfully running (so they all are running on a single node). I managed to configure it with the

Re: newbie problem: Using DFS from Java program

2007-08-21 Thread Sagar Naik
Hello Can u provide some more information. Like a stackstrace from log files - Sagar Jani Arvonen wrote: Hello everybody! I've been trying to use hadoop distributed file system from my java spring web application but without any good results :). We have one server where hadoop namenode are