[GitHub] [griffin] asfgit closed pull request #498: Import GPG public key into KEYS

2019-04-10 Thread GitBox
asfgit closed pull request #498: Import GPG public key into KEYS
URL: https://github.com/apache/griffin/pull/498
 
 
   


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


[jira] [Closed] (GRIFFIN-239) Refresh griffin deployment guide

2019-04-10 Thread Eugene (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugene closed GRIFFIN-239.
--

> Refresh griffin deployment guide
> 
>
> Key: GRIFFIN-239
> URL: https://issues.apache.org/jira/browse/GRIFFIN-239
> Project: Griffin
>  Issue Type: Task
>Affects Versions: 0.4.0
>Reporter: Eugene
>Assignee: Eugene
>Priority: Minor
> Fix For: 0.5.0
>
>
> deployment guide is not clear and completed, we need to refresh it.



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


[jira] [Commented] (GRIFFIN-227) Livy update

2019-04-10 Thread Eugene (JIRA)


[ 
https://issues.apache.org/jira/browse/GRIFFIN-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814989#comment-16814989
 ] 

Eugene commented on GRIFFIN-227:


William,

 

what's the progress on this task? no PR link is here.

> Livy update
> ---
>
> Key: GRIFFIN-227
> URL: https://issues.apache.org/jira/browse/GRIFFIN-227
> Project: Griffin
>  Issue Type: Task
>Reporter: William Guo
>Assignee: William Guo
>Priority: Major
> Fix For: 0.5.0
>
>
> Currenty we are using 
> com.cloudera.livy
> livy-core_2.10
> 0.3.0
> and depends some legacy livy spark jars in our 0.4.0
> sparkJob.jars=hdfs:///livy/datanucleus-api-jdo-3.2.6.jar;\
>   hdfs:///livy/datanucleus-core-3.2.10.jar;\
>   hdfs:///livy/datanucleus-rdbms-3.2.9.jar
> we might need to update livy version and remove this jar dependencies.



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


[jira] [Closed] (GRIFFIN-234) Add YARN applicationId into ElasticSearchSink measure results

2019-04-10 Thread Eugene (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugene closed GRIFFIN-234.
--

> Add YARN applicationId into ElasticSearchSink measure results
> -
>
> Key: GRIFFIN-234
> URL: https://issues.apache.org/jira/browse/GRIFFIN-234
> Project: Griffin
>  Issue Type: Sub-task
>Reporter: Dmitry Ershov
>Priority: Major
> Fix For: 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Closed] (GRIFFIN-229) [Jobs] trigger the job right now

2019-04-10 Thread Eugene (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugene closed GRIFFIN-229.
--

> [Jobs] trigger the job right now
> 
>
> Key: GRIFFIN-229
> URL: https://issues.apache.org/jira/browse/GRIFFIN-229
> Project: Griffin
>  Issue Type: Improvement
>Affects Versions: 0.5.0
>Reporter: Zhen Li
>Priority: Major
> Fix For: 0.5.0
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> h1. Add "trigger now" button on Jobs page
> h2. UI
> Add "trigger now" button just after "stop" button. When User press "trigger 
> now" button, it will send a HTTP GET request to server, trigger the Job right 
> now.
> h2. Server
> Provide a new RESTful API _/api/v1//jobs/trigger/\{id},_ create a start now 
> trigger to schedule the job.



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


[jira] [Closed] (GRIFFIN-232) Implement pluggable Predicators in PredicatorFactory

2019-04-10 Thread Eugene (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugene closed GRIFFIN-232.
--

> Implement pluggable Predicators in PredicatorFactory
> 
>
> Key: GRIFFIN-232
> URL: https://issues.apache.org/jira/browse/GRIFFIN-232
> Project: Griffin
>  Issue Type: Improvement
>Reporter: Aleksandr Borgatin
>Priority: Minor
> Fix For: 0.5.0
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> I propose add second type of predicate after "file.exist"  - "custom". JSON 
> example for creation "custom" predicate
> {code:java}
>  {
>  "type": "custom",
>  "config": {
>"class": 
> "org.apache.griffin.core.job.FileExistPredicator",
>"root.path": "/path/to/",
>"path": "file.ext,file2.txt"
>  }
>  }
> {code}
> Proposed contract for implementations is based on FileExistPredicator:
>  * class must implement interface *org.apache.griffin.core.job.Predicator*
>  * class must have constructor with argument of type 
> *org.apache.griffin.core.job.entity.SegmentPredicate*



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


[GitHub] [griffin] asfgit closed pull request #497: Fix a typo in doc

2019-04-10 Thread GitBox
asfgit closed pull request #497: Fix a typo in doc
URL: https://github.com/apache/griffin/pull/497
 
 
   


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


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

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


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

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

Author: ASF GitHub Bot
Created on: 11/Apr/19 01:09
Start Date: 11/Apr/19 01:09
Worklog Time Spent: 10m 
  Work Description: guoyuepeng commented on issue #494: GRIFFIN-240 trigger 
returns triggerkey
URL: https://github.com/apache/griffin/pull/494#issuecomment-481927234
 
 
   could you rebase and resubmit it again.
 

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: 225900)
Time Spent: 4h 40m  (was: 4.5h)

> [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: 4h 40m
>  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-244) [Service, Metric]Implement possibility to get metrics for certain Job Instance Id

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


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

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

Author: ASF GitHub Bot
Created on: 11/Apr/19 01:09
Start Date: 11/Apr/19 01:09
Worklog Time Spent: 10m 
  Work Description: guoyuepeng commented on issue #492: GRIFFIN-244 get 
metrics by instance
URL: https://github.com/apache/griffin/pull/492#issuecomment-481927330
 
 
   hi 
   could you rebase and resubmit it again?
   
   Thanks,
   William
 

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: 225901)
Time Spent: 3h 40m  (was: 3.5h)

> [Service, Metric]Implement possibility to get metrics for certain Job 
> Instance Id
> -
>
> Key: GRIFFIN-244
> URL: https://issues.apache.org/jira/browse/GRIFFIN-244
> Project: Griffin
>  Issue Type: New Feature
>Reporter: Dmitry Ershov
>Priority: Major
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> In addition to functionality described in tasks 
> https://issues.apache.org/jira/browse/GRIFFIN-240, 
> https://issues.apache.org/jira/browse/GRIFFIN-233 and 
> https://issues.apache.org/jira/browse/GRIFFIN-234  it will be very convenient 
> to have a possibility to obtain the metrics for given Job Instance Id.



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


[GitHub] [griffin] guoyuepeng commented on issue #494: GRIFFIN-240 trigger returns triggerkey

2019-04-10 Thread GitBox
guoyuepeng commented on issue #494: GRIFFIN-240 trigger returns triggerkey
URL: https://github.com/apache/griffin/pull/494#issuecomment-481927234
 
 
   could you rebase and resubmit it again.


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


[GitHub] [griffin] guoyuepeng commented on issue #492: GRIFFIN-244 get metrics by instance

2019-04-10 Thread GitBox
guoyuepeng commented on issue #492: GRIFFIN-244 get metrics by instance
URL: https://github.com/apache/griffin/pull/492#issuecomment-481927330
 
 
   hi 
   could you rebase and resubmit it again?
   
   Thanks,
   William


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


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

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


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

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

Author: ASF GitHub Bot
Created on: 11/Apr/19 01:08
Start Date: 11/Apr/19 01:08
Worklog Time Spent: 10m 
  Work Description: guoyuepeng commented on issue #494: GRIFFIN-240 trigger 
returns triggerkey
URL: https://github.com/apache/griffin/pull/494#issuecomment-481927085
 
 
   ok
 

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: 225899)
Time Spent: 4.5h  (was: 4h 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: 4.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] guoyuepeng commented on issue #494: GRIFFIN-240 trigger returns triggerkey

2019-04-10 Thread GitBox
guoyuepeng commented on issue #494: GRIFFIN-240 trigger returns triggerkey
URL: https://github.com/apache/griffin/pull/494#issuecomment-481927085
 
 
   ok


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