Could not resolve dependencies for project org.apache.hadoop:yarn-api:jar:1.0-SNAPSHOT

2011-05-04 Thread Thomas Anderson
I follow the instruction at http://svn.apache.org/repos/asf/hadoop/mapreduce/branches/MR-279/INSTALL But at step 2, the command `ant veryclean mvn-install -Dresolvers=internal ` throws errors (http://pastebin.com/MsZQHtGS). compile-hdfs-classes: [javac] /home/user/HDFS-1052/build.xml:345: war

Re: Message in mapreduce class not logged

2011-02-24 Thread Thomas Anderson
, 2011 at 6:27 PM, Thomas Anderson > wrote: >> I have setup a cluster with several machines up and running. But I >> encounter a problem that my mapper reducer class does not log. >> >> The hadoop version I use is 0.20.2. The rootLogger in log4j.properties >> adds DRFA (

Message in mapreduce class not logged

2011-02-23 Thread Thomas Anderson
I have setup a cluster with several machines up and running. But I encounter a problem that my mapper reducer class does not log. The hadoop version I use is 0.20.2. The rootLogger in log4j.properties adds DRFA (daily rolling file appender) and RFA (rolling file appender). My map reduce class loo