Hi, How to chain two MR jobs using Hadoop C++ Pipes library?
I have a C++ tool to be ported on Hadoop. I need to use two MR jobs which are to be chained such that output of the first MR job is the input for the second. I could find solution to this in JAVA but could not get any useful pointers for C++ Pipes library. Any help/pointers will be highly appreciated. Thanks and Regards, Sandeep
