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
, 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 (
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