[
https://issues.apache.org/jira/browse/SPARK-20190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-20190.
-------------------------------
Resolution: Fixed
Fix Version/s: 2.2.0
2.1.1
Issue resolved by pull request 17507
[https://github.com/apache/spark/pull/17507]
> '/applications/[app-id]/jobs' in rest api,status should be
> [running|succeeded|failed|unknown]
> ---------------------------------------------------------------------------------------------
>
> Key: SPARK-20190
> URL: https://issues.apache.org/jira/browse/SPARK-20190
> Project: Spark
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 2.1.0
> Reporter: guoxiaolongzte
> Assignee: guoxiaolongzte
> Priority: Trivial
> Fix For: 2.1.1, 2.2.0
>
>
> '/applications/[app-id]/jobs' in rest api.status should
> be'[running|succeeded|failed|unknown]'.
> now status is '[complete|succeeded|failed]'.
> but '/applications/[app-id]/jobs?status=complete' the server return 'HTTP
> ERROR 404'.
> Added '?status=running' and '?status=unknown'.
> code :
> public enum JobExecutionStatus {
> RUNNING,
> SUCCEEDED,
> FAILED,
> UNKNOWN;
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]