Re: how to output to stdout

2009-11-08 Thread Siddu
2009/11/8 Gang Luo lgpub...@yahoo.com.cn: Hi everyone, To check whether my hadoop program goes as I expected, I add some println in my program. But it seems they don't work. Somebody gives me some suggestion how to output something to stdout? Thanks. look out for a folder called

Re: how to output to stdout

2009-11-08 Thread Gang Luo
Thanks, Sid. I got it in the jobtracker --Gang - 原始邮件 发件人: Siddu siddu.s...@gmail.com 收件人: common-user@hadoop.apache.org 发送日期: 2009/11/8 (周日) 2:42:18 下午 主 题: Re: how to output to stdout 2009/11/8 Gang Luo lgpub...@yahoo.com.cn: Hi everyone, To check whether my hadoop program

Re: Confused by new API MultipleOutputFormats using Hadoop 0.20.1

2009-11-08 Thread Tom White
Multiple outputs has been ported to the new API in 0.21. See https://issues.apache.org/jira/browse/MAPREDUCE-370. Cheers, Tom On Sat, Nov 7, 2009 at 6:45 AM, Xiance SI(司宪策) adam...@gmail.com wrote: I just fall back to old mapred.* APIs, seems MultipleOutputs only works for the old API.

Re: How to build and deploy Hadoop 0.21 ?

2009-11-08 Thread Aaron Kimball
On Thu, Nov 5, 2009 at 2:34 AM, Andrei Dragomir adrag...@adobe.com wrote: Hello everyone. We ran into a bunch of issues with building and deploying hadoop 0.21. It would be great to get some answers about how things should work, so we can try to fix them. 1. When checking out the

Re: Multiple Input Paths

2009-11-08 Thread Tom White
MultipleInputs is available from Hadoop 0.19 onwards (in org.apache.hadoop.mapred.lib, or org.apache.hadoop.mapreduce.lib.input for the new API in later versions). Tom On Wed, Nov 4, 2009 at 8:07 AM, Mark Vigeant mark.vige...@riskmetrics.com wrote: Amogh, That sounds so awesome! Yeah I wish I