You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2018/11/16 00:44:57 UTC

[incubator-pinot] branch master updated: [TE] config - enable rca holiday ranking with dimensions by default (#3493)

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 <ap...@linkedin.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org