You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Chao Shi (JIRA)" <ji...@apache.org> on 2013/03/23 16:11:15 UTC

[jira] [Created] (CRUNCH-182) Merge CrunchJob and CrunchControleldJob

Chao Shi created CRUNCH-182:
-------------------------------

             Summary: 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


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