Description
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.