Hadoop Pipes
Hadoop Pipes :
- Hadoop Pipes is the name of the C++ interface to Hadoop MapReduce.
- Unlike Streaming, this uses standard input and output to communicate with the map and reduce code.
- Pipes uses sockets as the channel over which the task tracker communicates with the process running the C++ map or reduce function.
Labels: Big Data, Big Data Unit-2

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home