Research Article
Risk Intelligence: Making Profit from Uncertainty in Data Processing System
Algorithm 1
Algorithm for task execution time prediction.
| Input: Task , Node ; | | Output: Prediction time ; weighting scheme ; | | (1) , Task ; | | (2) for each Task in database profile do | | (3) compute ; | | (4) if then | | (5) ; | | (6) ; | | (7) end if | | (8) end for | | (9) | | (10) Running Task ; | | (11) ; | | (12) compute ; | | (13) while not the minimum do | | (14) adjust weighting scheme ; | | (15) end while |
|