Re: YarnException: Unauthorized request to start container. This token is expired.

2014-03-28 Thread Leibnitz
no doubt Sent from my iPhone 6 On Mar 23, 2014, at 17:37, Fengyun RAO raofeng...@gmail.com wrote: What does this exception mean? I googled a lot, all the results tell me it's because the time is not synchronized between datanode and namenode. However, I checked all the servers, that the

how to sort the output by vlaue in reduce instead of by key?

2011-04-11 Thread leibnitz
yes,my key is ip,and value is a object(which inherited hadoop Record class,and will be converted a visualized data),e.g.: key field1,field2,field3(these are properties belong to object) 12.121.23.121 121,11,/img/dd.jpg 32.121.23.222 221,11,/img/xx.jpg 1.i want to sort by field1

Re: how to sort the output by value in reduce instead of by key?

2011-04-11 Thread leibnitz
can anyone get me a tips ? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-sort-the-output-by-value-in-reduce-instead-of-by-key-tp2805541p2805922.html Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

Re: how to sort the output by value in reduce instead of by key?

2011-04-11 Thread leibnitz
thanks all. to : Josh,i think you are right.i have previously tried to use a group key by field1+ip at reduce.but it is failed(not sort). i will check your point:) -- View this message in context:

Re: Problem in copyFromLocal

2010-09-10 Thread leibnitz
is it running in safemode?hadoop wil run in this case when start for a moment. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-copyFromLocal-tp1446688p1453684.html Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

some questions about 'Hadoop:The.Definitive.Guide.'

2010-09-08 Thread leibnitz
hi,all: when i study at chapter 8 of that book,i can't understand some sentences which i have tried to find it's explanations in javadoc.they are: a.Reduce-side joins,at page 236,it said: The reducer knows that it will receive the station record first, so it extracts its name from the value and