Re: issues with hadoop in AIX

2008-12-25 Thread ps40
Thanks for replying. Are you guys using Hadoop on Solaris in a production environment? Brian Bockelman wrote: > > Hey, > > I can attest that Hadoop works on Solaris 10 just fine. > > Brian > > On Dec 24, 2008, at 10:26 AM, ps40 wrote: > >> >> Hi, >> >> I saw that a fix was created for this

Re: Having trouble accessing MapFiles in the DistributedCache

2008-12-25 Thread Devaraj Das
IIRC, enabling symlink creation for your files should solve the problem. Call DistributedCache.createSymLink(); before submitting your job. On 12/25/08 10:40 AM, "Sean Shanny" wrote: > To all, > > Version: hadoop-0.17.2.1-core.jar > > I created a MapFile on a local node. > > I put the fil

Re: Shared thread safe variables?

2008-12-25 Thread Jim Twensky
Hello again, I think I found an answer to my question. If I write a new WritableComparable object that extends IntWritable and then overwrite the compareTo method, I can change the sorting order from ascending to descending. That will solve my problem for getting the top 100 most frequent words at