Griffin dashboard

2019-04-16 Thread zhaorongsheng
Dear all,
Can the griffin dashboad show profiling result?

Thanks!

[jira] [Work logged] (GRIFFIN-240) [Service] Return JobInstance in response to a call Trigger job by id

2019-04-16 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-240?focusedWorklogId=228475=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-228475
 ]

ASF GitHub Bot logged work on GRIFFIN-240:
--

Author: ASF GitHub Bot
Created on: 16/Apr/19 15:33
Start Date: 16/Apr/19 15:33
Worklog Time Spent: 10m 
  Work Description: chemikadze commented on issue #489: GRIFFIN-240 Return 
JobInstanceBean in response to a call Trigger job by id
URL: https://github.com/apache/griffin/pull/489#issuecomment-483713259
 
 
   Superseded by #494 
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 228475)
Time Spent: 5h 20m  (was: 5h 10m)

> [Service] Return JobInstance in response to a call Trigger job by id 
> -
>
> Key: GRIFFIN-240
> URL: https://issues.apache.org/jira/browse/GRIFFIN-240
> Project: Griffin
>  Issue Type: Improvement
>Reporter: Aleksandr Borgatin
>Priority: Major
>  Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> The proposal is following: in response of method "/jobs/trigger/\{id}" to 
> return JobInstance
> {code:java}
> @RequestMapping(value = "/jobs/trigger/{id}", method = RequestMethod.POST)
> @ResponseStatus(HttpStatus.OK)
> public JobInstanceBean triggerJob(@PathVariable("id") Long id) throws 
> SchedulerException
> { return jobService.triggerJobById(id); }{code}
> Now this method looks like this
> {code:java}
> @RequestMapping(value = "/jobs/trigger/{id}", method = RequestMethod.POST)
> @ResponseStatus(HttpStatus.NO_CONTENT)
> public void triggerJob(@PathVariable("id") Long id) throws 
> SchedulerException {
> jobService.triggerJobById(id);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (GRIFFIN-240) [Service] Return JobInstance in response to a call Trigger job by id

2019-04-16 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-240?focusedWorklogId=228476=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-228476
 ]

ASF GitHub Bot logged work on GRIFFIN-240:
--

Author: ASF GitHub Bot
Created on: 16/Apr/19 15:33
Start Date: 16/Apr/19 15:33
Worklog Time Spent: 10m 
  Work Description: chemikadze commented on pull request #489: GRIFFIN-240 
Return JobInstanceBean in response to a call Trigger job by id
URL: https://github.com/apache/griffin/pull/489
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 228476)
Time Spent: 5.5h  (was: 5h 20m)

> [Service] Return JobInstance in response to a call Trigger job by id 
> -
>
> Key: GRIFFIN-240
> URL: https://issues.apache.org/jira/browse/GRIFFIN-240
> Project: Griffin
>  Issue Type: Improvement
>Reporter: Aleksandr Borgatin
>Priority: Major
>  Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> The proposal is following: in response of method "/jobs/trigger/\{id}" to 
> return JobInstance
> {code:java}
> @RequestMapping(value = "/jobs/trigger/{id}", method = RequestMethod.POST)
> @ResponseStatus(HttpStatus.OK)
> public JobInstanceBean triggerJob(@PathVariable("id") Long id) throws 
> SchedulerException
> { return jobService.triggerJobById(id); }{code}
> Now this method looks like this
> {code:java}
> @RequestMapping(value = "/jobs/trigger/{id}", method = RequestMethod.POST)
> @ResponseStatus(HttpStatus.NO_CONTENT)
> public void triggerJob(@PathVariable("id") Long id) throws 
> SchedulerException {
> jobService.triggerJobById(id);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] [griffin] chemikadze closed pull request #489: GRIFFIN-240 Return JobInstanceBean in response to a call Trigger job by id

2019-04-16 Thread GitBox
chemikadze closed pull request #489: GRIFFIN-240 Return JobInstanceBean in 
response to a call Trigger job by id
URL: https://github.com/apache/griffin/pull/489
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services