Header Ads Widget

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.


Post a Comment

0 Comments