StagesResource
is…FIXME
Path | HTTP Method | Description |
---|---|---|
GET |
||
|
GET |
|
|
GET |
|
|
GET |
|
|
GET |
stageList(@QueryParam("status") statuses: JList[StageStatus]): Seq[StageData]
stageList
…FIXME
Note
|
stageList is used when…FIXME
|
stageData(
@PathParam("stageId") stageId: Int,
@QueryParam("details") @DefaultValue("true") details: Boolean): Seq[StageData]
stageData
…FIXME
Note
|
stageData is used when…FIXME
|
oneAttemptData(
@PathParam("stageId") stageId: Int,
@PathParam("stageAttemptId") stageAttemptId: Int,
@QueryParam("details") @DefaultValue("true") details: Boolean): StageData
oneAttemptData
…FIXME
Note
|
oneAttemptData is used when…FIXME
|
taskSummary(
@PathParam("stageId") stageId: Int,
@PathParam("stageAttemptId") stageAttemptId: Int,
@DefaultValue("0.05,0.25,0.5,0.75,0.95") @QueryParam("quantiles") quantileString: String)
: TaskMetricDistributions
taskSummary
…FIXME
Note
|
taskSummary is used when…FIXME
|
taskList(
@PathParam("stageId") stageId: Int,
@PathParam("stageAttemptId") stageAttemptId: Int,
@DefaultValue("0") @QueryParam("offset") offset: Int,
@DefaultValue("20") @QueryParam("length") length: Int,
@DefaultValue("ID") @QueryParam("sortBy") sortBy: TaskSorting): Seq[TaskData]
taskList
…FIXME
Note
|
taskList is used when…FIXME
|