Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chaining Hadoop MapReduce with Pipes (C++)

Does anyone know how to chain two MapReduce with Pipes API? I already chain two MapReduce in a previous project with JAVA, but today I need to use C++. Unfortunately, I haven't seen any examples in C++.

Has someone already done it? Is it impossible?

like image 541
Ericswed Avatar asked Nov 12 '22 09:11

Ericswed


1 Answers

Use Oozie Workflow. It allows you to use Pipes along with usual MapReduce jobs.

like image 123
Viacheslav Rodionov Avatar answered Nov 15 '22 09:11

Viacheslav Rodionov