[ https://issues.apache.org/jira/browse/CRUNCH-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Micah Whitacre updated CRUNCH-254:
----------------------------------
Attachment: CRUNCH-254.patch
Patch exposing the underlying stage ids.
> Add ID to StageResult
> ---------------------
>
> Key: CRUNCH-254
> URL: https://issues.apache.org/jira/browse/CRUNCH-254
> Project: Crunch
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.7.0
> Reporter: Micah Whitacre
> Assignee: Micah Whitacre
> Fix For: 0.8.0
>
> Attachments: CRUNCH-254.patch
>
>
> Consumers wanting to track the underlying jobs for an MRPipeline might want access to
the JobIds. This can be exposed on the StageResult as the following:
> public String getId();
> For the MemPipeline we can default the value to be equivalent to the stage name.
--
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
|