Research Article

Development of Multiple Big Data Analytics Platforms with Rapid Response

Algorithm 1

The HEFT algorithm.
Compute for all nodes by traversing graph upward, starting from the exit node.
Sort the nodes in a list by nonincreasing order of values.
while there are unscheduled nodes in the list do
begin
Select the first task in the list and remove it.
Assign the task to the processor that minimizes the (EFT) value of .
end