关注 spark技术分享,
撸spark源码 玩spark最佳实践

AbstractApplicationResource

AbstractApplicationResource

AbstractApplicationResource is a BaseAppResource with a set of URI paths that are common across implementations.

Table 1. AbstractApplicationResources
AbstractApplicationResource Description

OneApplicationResource

Handles applications/appId requests

OneApplicationAttemptResource

Table 2. AbstractApplicationResource’s Paths
Path HTTP Method Description

allexecutors

GET

allExecutorList

environment

GET

environmentInfo

executors

GET

executorList

jobs

GET

jobsList

jobs/{jobId: \\d+}

GET

oneJob

logs

GET

getEventLogs

stages

stages

storage/rdd/{rddId: \\d+}

GET

rddData

storage/rdd

GET

rddList

rddList Method

rddList…​FIXME

Note
rddList is used when…​FIXME

environmentInfo Method

environmentInfo…​FIXME

Note
environmentInfo is used when…​FIXME

rddData Method

rddData…​FIXME

Note
rddData is used when…​FIXME

allExecutorList Method

allExecutorList…​FIXME

Note
allExecutorList is used when…​FIXME

executorList Method

executorList…​FIXME

Note
executorList is used when…​FIXME

oneJob Method

oneJob…​FIXME

Note
oneJob is used when…​FIXME

jobsList Method

jobsList…​FIXME

Note
jobsList is used when…​FIXME
赞(0) 打赏
未经允许不得转载:spark技术分享 » AbstractApplicationResource
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏