Apache Hadoop
Apache Hadoop is a open source software framework that supports data-intensive distributed applications licensed under the Apache v2 license.
dispy is a Python framework for parallel execution of computations by distributing them across multiple processors on a single machine (SMP), among many machines in a...
dispy is a python framework for parallel execution of computations by distributing them across multiple processors on a single machine (smp), among many machines in a cluster or grid. dispy is well suited for data parallell (simd) paradigm where a computation is evaluated with different (large) datasets independently (similar to hadoop, mapreduce). dispy features include automatic distribution of computations and their dependencies (files, python functions, classes, modules), security, scheduling computations to specific nodes if necessary, clientside and serverside fault recovery, sharing of compute nodes if desired, etc.
Distributed Computing Parallel Computing
python distributed-computing parallel-computing cluster-computing