Search code examples
hadoopmapreducepipehadoop-yarncloudera

Pipes in CLOUDERA (C++)


I am working in Cloudera with java from last few months. I would like to use C++ in my future project. it will be great if you guide me how to install Pipes library on Hadoop.


Solution

  • You don't actually need to install anything else on the server side. Just build your C++ application and run it as you would a Java Hadoop client. This post has a nice basic example of executing a job via pipes.