[
https://issues.apache.org/jira/browse/OODT-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris A. Mattmann resolved OODT-918.
------------------------------------
Resolution: Fixed
{noformat}
[chipotle:~/git/oodt] mattmann% git commit -m "fix for OODT-918: Created a
prerequisite workflow condition for DRAT contributed by Karanjeet Singh this
closes #35"
[master 6409d71] fix for OODT-918: Created a prerequisite workflow condition
for DRAT contributed by Karanjeet Singh this closes #35
3 files changed, 200 insertions(+)
create mode 100644
workflow/src/main/java/org/apache/oodt/cas/workflow/examples/PrerequisiteCondition.java
create mode 100644
workflow/src/main/java/org/apache/oodt/cas/workflow/examples/ResmgrJobCondition.java
[chipotle:~/git/oodt] mattmann% git diff
[chipotle:~/git/oodt] mattmann% git push -u origin master
Counting objects: 114, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (15/15), 2.53 KiB | 0 bytes/s, done.
Total 15 (delta 6), reused 0 (delta 0)
To https://git-wip-us.apache.org/repos/asf/oodt.git
6c58b74..6409d71 master -> master
Branch master set up to track remote branch master from origin.
{noformat}
> Prerequisite workflow condition to check ordering of Resource Manager jobs
> --------------------------------------------------------------------------
>
> Key: OODT-918
> URL: https://issues.apache.org/jira/browse/OODT-918
> Project: OODT
> Issue Type: Improvement
> Components: resource manager, workflow manager
> Reporter: Karanjeet Singh
> Assignee: Chris A. Mattmann
> Labels: condition, prerequisite, resource, resourcemanager,
> workflow
> Fix For: 0.11
>
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> This condition is more applicable where we have a sequence of jobs submitted
> to Resource Manager and we have to abide with some ordering. Such a case if
> DRAT where we are submitting jobs to Resource Manager and we want the reducer
> (RatAggregator) to run after the mapper jobs (RatCodeAudit and Mime
> Partitioner).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)