Is there a MapReduce library for Delphi?

后端 未结 2 1991
轻奢々
轻奢々 2021-02-15 18:32

I recently read this great article which succinctly explains the power of Google\'s MapReduce:

http://www.joelonsoftware.com/items/2006/08/01.html

In Mastering D

2条回答
  •  心在旅途
    2021-02-15 18:46

    You could also use Hadoop Streaming to make Hadoop compatible with a mapper and reducer written in any language. Your input-file(s), mapper, and reducer will all interact using STDIN and STDOUT.

提交回复
热议问题