Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #2117


Ignore:
Timestamp:
11/12/13 20:29:08 (10 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2117

    • Property Status changed from new to accepted
  • Ticket #2117 – Description

    initial v2  
    1 At the moment the Hive Job Manager only handles Optimizer(Hive)Tasks correctly by manually checking for them. This should be changed so that new task types (like the RunCollectionModifierHiveTasks) also work out of the box
     1At the moment the Hive Job Manager only handles Optimizer(Hive)Tasks correctly by manually checking for them. This should be changed so that new task types (like the RunCollectionModifierHiveTasks) also work out of the box.
     2Necessary changes:
     3- RefreshableHiveJobView: The drag and drop event has to check if the dragged item has a corresponding HiveTask. If this is the case drag and drop is allowed. Up until now this is done manually by checking for e.g. IOptimizer.
     4- The TaskDownloader has to generate the correct HiveTask when downloading tasks so that the correct view is then used in the Hive Job Manager.