Changes between Version 6 and Version 7 of PDAD_Introduction


Ignore:
Timestamp:
Jan 15, 2010, 4:27:28 PM (14 years ago)
Author:
claudiu.gheorghe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAD_Introduction

    v6 v7  
    1919== Hadoop Framework ==
    2020
    21 TODO description Claudiu
     21Apache Hadoop is an open-source implementation of the popular MapReduce paradigm introduced by Google for large-scale data processing. Hadoop is written in Java, but it provides support for specifying jobs in multiple languages like Python for example.
     22Hadoop provides a solid infrastructure that contains a distributed filesystem and a centralized fault-tolerant cluster architecture.
    2223
    2324== MPI ==
    2425
    25 TODO description Claudiu
     26Message Passing Interface is an open standard proposed as a standard by a broadly based committee of vendors, implementors, and users for implementing distributed applications.