[ https://issues.apache.org/jira/browse/CRUNCH-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chao Shi updated CRUNCH-182:
----------------------------
Attachment: crunch-182.patch
> Merge CrunchJob and CrunchControleldJob
> ---------------------------------------
>
> Key: CRUNCH-182
> URL: https://issues.apache.org/jira/browse/CRUNCH-182
> Project: Crunch
> Issue Type: Improvement
> Components: Core
> Reporter: Chao Shi
> Assignee: Josh Wills
> Attachments: crunch-182.patch
>
>
> CrunchJob inherits CrunchControlledJob and overrides some methods. The main thing that
CrunchJob adds is renaming MR output files. I'm trying to decouple them: let CrunchControlledJob
support hooks that will be executed after job gets done.
> My patch also introduces Job ID, an int32 shared between JobPrototype and CrunchControlledJob.
As I'm developing a web console for running crunch jobs, I have the running status of all
CrunchControlledJobs and I want to know their corresponding JobPrototypes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|