aboutsummaryrefslogtreecommitdiff
path: root/sql/core
diff options
context:
space:
mode:
authorguoxiaolongzte <guo.xiaolong1@zte.com.cn>2017-04-04 09:56:17 +0100
committerSean Owen <sowen@cloudera.com>2017-04-04 09:56:17 +0100
commitc95fbea68e9dfb2c96a1d13dde17d80a37066ae6 (patch)
treea5efe13eebc23a8bc2bcc52a42248617949a3d79 /sql/core
parentb34f7665ddb0a40044b4c2bc7d351599c125cb13 (diff)
downloadspark-c95fbea68e9dfb2c96a1d13dde17d80a37066ae6.tar.gz
spark-c95fbea68e9dfb2c96a1d13dde17d80a37066ae6.tar.bz2
spark-c95fbea68e9dfb2c96a1d13dde17d80a37066ae6.zip
[SPARK-20190][APP-ID] applications//jobs' in rest api,status should be [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.
Diffstat (limited to 'sql/core')
0 files changed, 0 insertions, 0 deletions