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:45:06 UTC

[incubator-pinot] branch master updated: [TE] config - fix broken defaults (#3492)

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 fa54c19  [TE] config - fix broken defaults (#3492)
fa54c19 is described below

commit fa54c192844bfa066863b1cf62144f053bf97157
Author: Alexander Pucher <ap...@linkedin.com>
AuthorDate: Thu Nov 15 16:45:00 2018 -0800

    [TE] config - fix broken defaults (#3492)
---
 thirdeye/thirdeye-pinot/config/dashboard.yml | 7 ++++---
 thirdeye/thirdeye-pinot/config/detector.yml  | 9 ++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/thirdeye/thirdeye-pinot/config/dashboard.yml b/thirdeye/thirdeye-pinot/config/dashboard.yml
index be3f246..6104217 100644
--- a/thirdeye/thirdeye-pinot/config/dashboard.yml
+++ b/thirdeye/thirdeye-pinot/config/dashboard.yml
@@ -19,9 +19,10 @@ rootCause:
 dashboardHost: "http://localhost:1426"
 failureFromAddress: thirdeye@localhost
 failureToAddress: user@localhost
-smtpConfiguration:
-  smtpHost: localhost
-  smtpPort: 25
+alerterConfiguration:
+  smtpConfiguration:
+    smtpHost: localhost
+    smtpPort: 25
 server:
   type: default
   applicationConnectors:
diff --git a/thirdeye/thirdeye-pinot/config/detector.yml b/thirdeye/thirdeye-pinot/config/detector.yml
index 8a6e0ac..1cb9fcb 100644
--- a/thirdeye/thirdeye-pinot/config/detector.yml
+++ b/thirdeye/thirdeye-pinot/config/detector.yml
@@ -25,11 +25,10 @@ detectionPipeline: false
 detectionAlert: false
 dashboardHost: "http://localhost:1426"
 id: 0
-smtpConfiguration:
-  smtpHost: "localhost"
-  smtpPort: 25
-  smtpUser: ""
-  smtpPassword: ""
+alerterConfiguration:
+  smtpConfiguration:
+    smtpHost: "localhost"
+    smtpPort: 25
 failureFromAddress: "thirdeye@localhost"
 failureToAddress: "thirdeye@localhost"
 phantomJsPath: "/usr/local/bin/jstf"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org