[
https://issues.apache.org/jira/browse/GRIFFIN-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688894#comment-16688894
]
ASF GitHub Bot commented on GRIFFIN-211:
----------------------------------------
GitHub user justACT opened a pull request:
https://github.com/apache/incubator-griffin/pull/454
[Service] JobInstace setJobInstanceIdAndUri, update instance.setAppU…
GRIFFIN-211 [Service] JobInstance appUrl error
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/justACT/incubator-griffin newmaster
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/454.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #454
----
commit cb973c548bc9721f35c8ffbce85c3134c0de7cd5
Author: justACT <xiangrongchen19@...>
Date: 2018-11-16T01:40:25Z
[Service] JobInstace setJobInstanceIdAndUri, update instance.setAppUri,
delete blanks
----
> [Service] JobInstance appUrl error
> ----------------------------------
>
> Key: GRIFFIN-211
> URL: https://issues.apache.org/jira/browse/GRIFFIN-211
> Project: Griffin (Incubating)
> Issue Type: Bug
> Reporter: xiangrong,chen
> Assignee: xiangrong,chen
> Priority: Major
> Attachments: WeChat Image_20181116093345.png
>
>
> when I try to get jobInstance by calling API
> "http://localhost:8080/api/v1/jobs/instances?jobId=8&page=0&size=10",
> response is:
> {
> "id": 212,
> "sessionId": 53,
> "state": "SUCCESS",
> "type": "BATCH",
> "appId": "application_1542252279758_0053",
> "appUri": "{color:#333333}http://griffin:8088{color}
> {color:#FF0000}/cluster/app/{color} application_1542252279758_0053",
> "predicateGroup": "PG",
> "predicateName": "accu-job1_predicate_1542330000028",
> "timestamp": 1542330000028,
> "expireTimestamp": 1542934800028
> },
> I find there are 2 blanks on both sides of '/cluster/app/', and it make this
> url can not work.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)