Re: Why it don't print anything into part-00000 file

2012-01-31 Thread Steve Lewis
1 run locally ether problem is small and until you can run a small local problem do not mover to the cluster. 2 make sure ether mapper writes something set a breakpoint at the write call. 3 make sure the reducer reads something. 4 add write call s in the reducers setup and cleanup calls until somet

Re: Why it don't print anything into part-00000 file

2012-01-31 Thread Luiz Antonio Falaguasta Barbosa
Ronald, It is the directory where _SUCCESS and part-0 are generated, but they are empty. In my Eclipse, I put in 'Run Configurations' the following, in the tab Arguments: input.small out.ivory.small (as the file where is words and the directory where Hadoop should write results, respectively)

Re: Why it don't print anything into part-00000 file

2012-01-30 Thread Ronald Petty
Luiz, What is in this file hdfs://10.22.1.2:54310/user/hadoop/out.ivory.small Kindest regards. Ron On Mon, Jan 30, 2012 at 7:24 AM, Luiz Antonio Falaguasta Barbosa < lafbarb...@gmail.com> wrote: > Hi Ronald, > > I didn't try to run it locally. I used a cluster in the university where I > study

Re: Why it don't print anything into part-00000 file

2012-01-30 Thread Luiz Antonio Falaguasta Barbosa
Hi Ronald, I didn't try to run it locally. I used a cluster in the university where I study. The console of Eclipse returns the following: 2012-01-28 10:34:54.450 java[22689:1903] Unable to load realm info from SCDynamicStore 12/01/28 10:34:58 INFO mapred.FileInputFormat: Total input paths to p

Re: Why it don't print anything into part-00000 file

2012-01-28 Thread Ronald Petty
Luiz, Does your code work locally? I need a couple of more details to help. Ron On Sat, Jan 28, 2012 at 4:51 PM, Luiz wrote: > Hi people, > > I wrote this code to implemment per-term indexing (Ivory), like figure 4 > of paper http://www.dcs.gla.ac.uk/~richardm/papers/IPM_MapReduce.pdf but > i

Why it don't print anything into part-00000 file

2012-01-28 Thread Luiz
Hi people, I wrote this code to implemment per-term indexing (Ivory), like figure 4 of paper http://www.dcs.gla.ac.uk/~richardm/papers/IPM_MapReduce.pdf but it don't print anything into part-0 file. Does somebody know why it don't print anything? WordCount.java Description: Binary data