Skip to content

Conversation

@guoxiaolongzte
Copy link

…ucceeded|failed|unknown]

What changes were proposed in this pull request?

'/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;

How was this patch tested?

manual tests

Please review http://spark.apache.org/contributing.html before opening a pull request.

@guoxiaolongzte
Copy link
Author

@srowen Help code review,thank you!

@guoxiaolongzte
Copy link
Author

help merge spark master@srowen

@srowen
Copy link
Member

srowen commented Apr 3, 2017

@guoxiaolongzte no need to ping nearly this frequently. We frequently leave changes open for comments for at least a few days. Ping if you have addressed all comments but haven't seen replies in over a week.

@SparkQA
Copy link

SparkQA commented Apr 3, 2017

Test build #3633 has finished for PR 17507 at commit 555cef8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

asfgit pushed a commit that referenced this pull request Apr 4, 2017
…e [running|s…

…ucceeded|failed|unknown]

## What changes were proposed in this pull request?

'/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;

## How was this patch tested?

 manual tests

Please review http://spark.apache.org/contributing.html before opening a pull request.

Author: guoxiaolongzte <guo.xiaolong1@zte.com.cn>

Closes #17507 from guoxiaolongzte/SPARK-20190.

(cherry picked from commit c95fbea)
Signed-off-by: Sean Owen <sowen@cloudera.com>
@srowen
Copy link
Member

srowen commented Apr 4, 2017

Merged to master/2.1

@asfgit asfgit closed this in c95fbea Apr 4, 2017
@guoxiaolongzte guoxiaolongzte deleted the SPARK-20190 branch June 12, 2017 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants