[GitHub] incubator-griffin pull request #442: Support "cache" field on rules in servi...

2018-10-23 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/442#discussion_r227272894 --- Diff: service/src/main/java/org/apache/griffin/core/measure/entity/Rule.java --- @@ -81,6 +81,9 @@ Licensed to the Apache Software Foundati

[jira] [Closed] (GRIFFIN-197) Job is left in UNKNOWN state by Service if Yarn RM is restarted

2018-10-23 Thread Nikolay Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Sokolov closed GRIFFIN-197. --- Resolution: Fixed > Job is left in UNKNOWN state by Service if Yarn RM is restarted > --

[GitHub] incubator-griffin pull request #443: Fix conventions in batch-sample

2018-10-23 Thread chemikadze
GitHub user chemikadze opened a pull request: https://github.com/apache/incubator-griffin/pull/443 Fix conventions in batch-sample Bring conventions for enums in measure-batch-sample in sync with service module. While measure accepts any case, service requires them capitalized.