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

Reply via email to