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

Status REST API — Monitoring Spark Applications Using REST API

Status REST API — Monitoring Spark Applications Using REST API

Status REST API is a collection of REST endpoints under /api/v1 URI path in the root containers for application UI information:

  • SparkUI – Application UI for an active Spark application (i.e. a Spark application that is still running)

  • HistoryServer – Application UI for active and completed Spark applications (i.e. Spark applications that are still running or have already finished)

Status REST API uses ApiRootResource main resource class that registers /api/v1 URI path and the subpaths.

Table 1. URI Paths
Path Description

applications

Delegates to the ApplicationListResource resource class

applications/{appId}

Delegates to the OneApplicationResource resource class

version

Creates a VersionInfo with the current version of Spark

Status REST API uses the following components:

赞(0) 打赏
未经允许不得转载:spark技术分享 » Status REST API — Monitoring Spark Applications Using REST API
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

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

支付宝扫一扫打赏

微信扫一扫打赏