This is an automated email from the ASF dual-hosted git repository.
apucher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new f6b5dfb [TE] config - enable rca holiday ranking with dimensions by
default (#3493)
f6b5dfb is described below
commit f6b5dfbc4aac0a2881d050c81241be92879cc4a0
Author: Alexander Pucher <[email protected]>
AuthorDate: Thu Nov 15 16:44:53 2018 -0800
[TE] config - enable rca holiday ranking with dimensions by default (#3493)
---
thirdeye/thirdeye-pinot/config/rca.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/thirdeye/thirdeye-pinot/config/rca.yml
b/thirdeye/thirdeye-pinot/config/rca.yml
index cdf1e64..334a45e 100644
--- a/thirdeye/thirdeye-pinot/config/rca.yml
+++ b/thirdeye/thirdeye-pinot/config/rca.yml
@@ -34,8 +34,12 @@ frameworks:
className: com.linkedin.thirdeye.rootcause.impl.EmptyPipeline
eventHoliday:
- - outputName: OUTPUT
+ - outputName: METRIC_RELATED
inputNames: [INPUT]
+ className:
com.linkedin.thirdeye.rootcause.impl.MetricAnalysisPipeline
+
+ - outputName: OUTPUT
+ inputNames: [INPUT, METRIC_RELATED]
className:
com.linkedin.thirdeye.rootcause.impl.ThirdEyeEventsPipeline
properties:
strategy: COMPOUND
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]