2014-01-09

MapReduce programming in R using Hadoop Streaming

http://www.thecloudavenue.com/2013/10/mapreduce-programming-in-r-using-hadoop.html

Hadoop Streaming makes it possible to implement Mapper/Reducer tasks in programming languages other than Java. Python, R, Ruby can be used. Data is passed in and out of the mapper/reducer tasks via stdin and stdout. A separate process is started for the executable (in R, Python, Ruby).

No comments:

Post a Comment

Github CoPilot Alternatives (VSCode extensions)

https://www.tabnine.com/blog/github-copilot-alternatives/