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 2020/03/09 17:09:37 UTC

[incubator-pinot] branch master updated (83215f0 -> 43db343)

This is an automated email from the ASF dual-hosted git repository.

apucher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 83215f0  Fix a NullPointerException that can occur if an Exception is raised when reading a JSON Record file. (#5128)
     add 43db343  pinot-quickstart companion container for thirdeye (#5125)

No new revisions were added by this update.

Summary of changes:
 docker/images/pinot-thirdeye/Dockerfile            |  74 +++++++++++++++
 docker/images/pinot-thirdeye/README.md             | 102 +++++++++++++++++++++
 docker/images/pinot-thirdeye/bin/start-thirdeye.sh |  49 ++++++++++
 .../pinot-thirdeye/config/ephemeral}/dashboard.yml |   2 +-
 .../ephemeral}/data-sources/cache-config.yml       |   0
 .../data-sources/data-sources-config-backend.yml   |  10 +-
 .../data-sources/data-sources-config-frontend.yml  |  10 +-
 .../config/ephemeral}/data/README.md               |   0
 .../config/ephemeral}/data/daily.csv               |   0
 .../config/ephemeral}/data/hourly.csv              |   0
 .../config/ephemeral}/data/pageviews.csv           |   0
 .../anomaly-functions/alertFilter.properties       |   0
 .../alertFilterAutotune.properties                 |   0
 .../anomaly-functions/anomalyClassifier.properties |   0
 .../anomaly-functions/functions.properties         |   0
 .../pinot-thirdeye/config/ephemeral}/detector.yml  |   2 +-
 .../config/ephemeral}/persistence.yml              |   2 +-
 .../pinot-thirdeye/config/ephemeral}/rca.yml       |   0
 .../config/pinot-quickstart/bootstrap.sql          |   4 +
 .../config/pinot-quickstart}/dashboard.yml         |   0
 .../data-sources/cache-config.yml                  |   0
 .../data-sources/data-sources-config.yml           |  14 +++
 .../config/pinot-quickstart}/data/README.md        |   0
 .../config/pinot-quickstart}/data/daily.csv        |   0
 .../config/pinot-quickstart}/data/hourly.csv       |   0
 .../config/pinot-quickstart}/data/pageviews.csv    |   0
 .../anomaly-functions/alertFilter.properties       |   0
 .../alertFilterAutotune.properties                 |   0
 .../anomaly-functions/anomalyClassifier.properties |   0
 .../anomaly-functions/functions.properties         |   0
 .../config/pinot-quickstart}/detector.yml          |  12 +--
 .../config/pinot-quickstart}/persistence.yml       |   2 +-
 .../config/pinot-quickstart}/rca.yml               |   0
 .../docker-build-and-push.sh                       |   2 +-
 .../{pinot => pinot-thirdeye}/docker-build.sh      |  13 +--
 .../{pinot => pinot-thirdeye}/docker-push.sh       |   2 +-
 pom.xml                                            |   4 +
 37 files changed, 270 insertions(+), 34 deletions(-)
 create mode 100644 docker/images/pinot-thirdeye/Dockerfile
 create mode 100644 docker/images/pinot-thirdeye/README.md
 create mode 100755 docker/images/pinot-thirdeye/bin/start-thirdeye.sh
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/dashboard.yml (96%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/data-sources/cache-config.yml (100%)
 copy thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/datasource/mock/data-sources-config.yml => docker/images/pinot-thirdeye/config/ephemeral/data-sources/data-sources-config-backend.yml (96%)
 copy thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/datasource/mock/data-sources-config.yml => docker/images/pinot-thirdeye/config/ephemeral/data-sources/data-sources-config-frontend.yml (96%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/data/README.md (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/data/daily.csv (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/data/hourly.csv (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/data/pageviews.csv (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/detector-config/anomaly-functions/alertFilter.properties (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/detector-config/anomaly-functions/alertFilterAutotune.properties (100%)
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => docker/images/pinot-thirdeye/config/ephemeral/detector-config/anomaly-functions/anomalyClassifier.properties (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/detector-config/anomaly-functions/functions.properties (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/detector.yml (98%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/persistence.yml (66%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/ephemeral}/rca.yml (100%)
 create mode 100644 docker/images/pinot-thirdeye/config/pinot-quickstart/bootstrap.sql
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/dashboard.yml (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/data-sources/cache-config.yml (100%)
 create mode 100644 docker/images/pinot-thirdeye/config/pinot-quickstart/data-sources/data-sources-config.yml
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/data/README.md (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/data/daily.csv (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/data/hourly.csv (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/data/pageviews.csv (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/detector-config/anomaly-functions/alertFilter.properties (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/detector-config/anomaly-functions/alertFilterAutotune.properties (100%)
 copy thirdeye/thirdeye-pinot/config/detector-config/anomaly-functions/functions.properties => docker/images/pinot-thirdeye/config/pinot-quickstart/detector-config/anomaly-functions/anomalyClassifier.properties (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/detector-config/anomaly-functions/functions.properties (100%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/detector.yml (96%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/persistence.yml (66%)
 copy {thirdeye/thirdeye-pinot/config => docker/images/pinot-thirdeye/config/pinot-quickstart}/rca.yml (100%)
 copy docker/images/{pinot => pinot-thirdeye}/docker-build-and-push.sh (95%)
 copy docker/images/{pinot => pinot-thirdeye}/docker-build.sh (71%)
 copy docker/images/{pinot => pinot-thirdeye}/docker-push.sh (95%)


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