Re: Any one successfully ran the c++ pipes example?

2008-10-17 Thread Owen O'Malley
On Oct 16, 2008, at 1:40 PM, Zhengguo 'Mike' SUN wrote: I was trying to write an application using the pipes api. But it seemed the serialization part is not working correctly. More specifically, I can't deserialize a string from an StringInStream constructed from context.getInputSplit().

Re: Any one successfully ran the c++ pipes example?

2008-10-17 Thread Zhengguo 'Mike' SUN
in C++, it seemed to be the name of a file. I got this conclution from that wordcount example. Thanks, Mike - Original Message From: Owen O'Malley [EMAIL PROTECTED] To: core-user@hadoop.apache.org Sent: Friday, October 17, 2008 2:02:20 PM Subject: Re: Any one successfully ran the c

Any one successfully ran the c++ pipes example?

2008-10-16 Thread Zhengguo 'Mike' SUN
Hi, I was trying to write an application using the pipes api. But it seemed the serialization part is not working correctly. More specifically, I can't deserialize a string from an StringInStream constructed from context.getInputSplit(). Even with the examples bundled in the distribution