Hadoop Pipes documentation

2014-10-22 Thread Y Z
Hi experts, I'm going to utilize C++ under Hadoop. Is there any good documentation about Hadoop Pipes? Thanks! -- Sincerely, Yongan

Re: C++ development framework under Hadoop

2014-10-14 Thread Y Z
Thanks!:) Sincerely, Yongan On 10/14/2014 11:38 PM, Azuryy Yu wrote: yes. it always supports hadoop pipe in v2. On Wed, Oct 15, 2014 at 11:33 AM, Y Z <mailto:zhaoyansw...@gmail.com>> wrote: Thanks, Azuryy! I found some examples about Pipes. Is Hadoop Pipes still suppo

Re: C++ development framework under Hadoop

2014-10-14 Thread Y Z
. hadoop streaming use buidin MapReduce, it just redirect input/out stream for your c++ application. On Tue, Oct 14, 2014 at 10:33 PM, Y. Z. <mailto:zhaoyansw...@gmail.com>> wrote: Hi Experts, I'm going to to do some computation-intensive operation under Hadoop framew

C++ development framework under Hadoop

2014-10-14 Thread Y. Z.
es has/would be deprecated in Hadoop 2.*. I'm also not sure if Hadoop C++ Extension is still well maintained. Meanwhile, Hadoop Streaming has high I/O overhead. What are your opinions? Thanks! -- Sincerely, Y. Z.