提交 87f80ecd 编写于 作者: 取昵称好难啊's avatar 取昵称好难啊

Fix markdown syntax

上级 da5882e8
......@@ -86,35 +86,15 @@ history server 可以配置如下:
| Endpoint | 含义 |
| --- | --- |
| `/applications` | 所有应用程序的列表。
`?status=[completed|running]` 列出所选状态下的应用程序。
`?minDate=[date]` 列出最早的开始日期/时间。
`?maxDate=[date]` 列出最新开始日期/时间。
`?minEndDate=[date]` 列出最早的结束日期/时间。
`?maxEndDate=[date]` 列出最新结束日期/时间。
`?limit=[limit]` 限制列出的应用程序数量。
示例:
`?minDate=2015-02-10`
`?minDate=2015-02-03T16:42:40.000GMT`
`?maxDate=2015-02-11T20:41:30.000GMT`
`?minEndDate=2015-02-12`
`?minEndDate=2015-02-12T09:15:10.000GMT`
`?maxEndDate=2015-02-14T16:30:45.000GMT`
`?limit=10` |
| `/applications/[app-id]/jobs` | 给定应用程序的所有job的列表。
`?status=[running|succeeded|failed|unknown]` 列出在特定状态下的job。 |
| `/applications` | 所有应用程序的列表。<br>`?status=[completed&#124;running]` 列出所选状态下的应用程序。<br>`?minDate=[date]` 列出最早的开始日期/时间。<br>`?maxDate=[date]` 列出最新开始日期/时间。<br>`?minEndDate=[date]` 列出最早的结束日期/时间。<br>`?maxEndDate=[date]` 列出最新结束日期/时间。<br>`?limit=[limit]` 限制列出的应用程序数量。<br>示例:<br>`?minDate=2015-02-10`<br>`?minDate=2015-02-03T16:42:40.000GMT`<br>`?maxDate=2015-02-11T20:41:30.000GMT`<br>`?minEndDate=2015-02-12`<br>`?minEndDate=2015-02-12T09:15:10.000GMT`<br>`?maxEndDate=2015-02-14T16:30:45.000GMT`<br>`?limit=10` |
| `/applications/[app-id]/jobs` | 给定应用程序的所有job的列表。<br>`?status=[running&#124;succeeded&#124;failed&#124;unknown]` 列出在特定状态下的job。 |
| `/applications/[app-id]/jobs/[job-id]` | 给定job的详细信息。 |
| `/applications/[app-id]/stages` | 给定应用程序的所有阶段的列表。
`?status=[active&#124;complete&#124;pending&#124;failed]` 仅列出状态的阶段。 |
| `/applications/[app-id]/stages` | 给定应用程序的所有阶段的列表。<br>`?status=[active&#124;complete&#124;pending&#124;failed]` 仅列出状态的阶段。 |
| `/applications/[app-id]/stages/[stage-id]` | 给定阶段的所有尝试的列表。 |
| `/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]` | 给定阶段的尝试详细信息。 |
| `/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]/taskSummary` | 给定阶段尝试中所有任务的汇总指标。
`?quantiles` 用给定的分位数总结指标。
| `/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]/taskSummary` | 给定阶段尝试中所有任务的汇总指标。<br>`?quantiles` 用给定的分位数总结指标。
Example: `?quantiles=0.01,0.5,0.99` |
| `/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]/taskList` | 给定阶段尝试的所有task的列表。
`?offset=[offset]&length=[len]` 列出给定范围内的task。
`?sortBy=[runtime&#124;-runtime]` task排序.
Example: `?offset=10&length=50&sortBy=runtime` |
| `/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]/taskList` | 给定阶段尝试的所有task的列表。<br>`?offset=[offset]&length=[len]` 列出给定范围内的task。<br>`?sortBy=[runtime&#124;-runtime]` task排序.<br>Example: `?offset=10&length=50&sortBy=runtime` |
| `/applications/[app-id]/executors` | 给定应用程序的所有活动executor的列表。 |
| `/applications/[app-id]/allexecutors` | 给定应用程序的所有(活动和死亡)executor的列表。 |
| `/applications/[app-id]/storage/rdd` | 给定应用程序的存储RDD列表。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册