Re: MultipleInputs not in new API?

2010-03-12 Thread Bae, Jae Hyeon
It is weekend now, unless you are in urgent situation, can I give you source codes on next Monday? because I don't have it at home :) 2010/3/13 Chris Bates : > Can you give me code snippets or tell me how to patch it? I haven't applied > a patch before. > > On Thu, Mar 11, 2010 at 10:14 PM, Bae, J

Re: MultipleInputs not in new API?

2010-03-12 Thread Chris Bates
Can you give me code snippets or tell me how to patch it? I haven't applied a patch before. On Thu, Mar 11, 2010 at 10:14 PM, Bae, Jae Hyeon wrote: > Please refer to https://issues.apache.org/jira/browse/MAPREDUCE-334 > > You can patch it for yourself, or I can give you code snippets, you > can

Re: How can I get system environment variable in core-site.xml

2010-03-12 Thread Lu welman
Dear Jeff, OK, I solved this! You are right that these three computers are using NFS sharing a same $HOME. My primary idea is put Hadoop and all its relevant data inside the $HOME, but I failed. So now I set the hadoop.tmp.dir and log directories to their own /tmp directories. Then it's done! Th

Re: How can I get system environment variable in core-site.xml

2010-03-12 Thread Lu welman
Dear Jeff, Yes, I think so. I didn't ask them for detail, but it seems like they are sharing a NFS. Regards welman Lu