GitHub user ahutsunshine opened a pull request:
https://github.com/apache/incubator-griffin/pull/389
update measure field to support new format and ut
1.update env_batch.json and env_streaming.json
2.Rule
- add "inDataFrameName" and "outDataFrameName", remove "name"
- add "out" param array, move "metric", "record" param inside "out" array
DataSource
- add boolean field "baseline"
- change "cache" to "checkpoint"
DataConnector
- add "dataFrameName"
Measure
- add "sinks" string array
- update dqType from String to enum
JobServiceImpl
- change "persist" to "sinks"
- compare literal string "hdfs" case insensitively
3.update measure ut and fix predicate ut bug
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahutsunshine/incubator-griffin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/389.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 #389
----
commit a1c4d2d9efecd79f1c0207d2787d99960ac6a7f3
Author: ahutsunshine <ahutsunshine@...>
Date: 2018-08-09T19:09:37Z
update measure field and ut
----
---