Re: I am tired, Error, Not a host:port pair: local

2008-06-23 Thread Michaela Buergle
Another question I have is regarding hadoop-site.xml, where I have set hadoop.tmp.dir to be /home/hadoop/hadoop-datastore. But hadoop is creating dfs in /tmp/hadoop-hadoop/dfs? Are you sure that hadoop-site.xml in your config directory/modified by you is being used, not some default? micha

Formatting the file system: Misleading hint in Wiki?

2008-04-10 Thread Michaela Buergle
Hi all, on http://wiki.apache.org/hadoop/GettingStartedWithHadoop - it says: Do not format a running Hadoop filesystem, this will cause all your data to be erased. It seems to me however that currently you better not format a Hadoop filesystem at all (after the first time, that is), running or

Re: Can't get DFS file size

2008-04-08 Thread Michaela Buergle
Maybe because you pass Strings to the LongWritables? micha 11 Nov. wrote: Hi folks, I'm writing a little test programm to check the writing speed of DFS file system, but can't get the file size using fs.getFileStatus(file).getLen() or fs.getContentLength(file). Here is my code: