apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.47k stars 1.28k forks source link

Thirdeye docker quickstart "Unrecognized field at: whitelistDatasets" #6852

Open burgalon opened 3 years ago

burgalon commented 3 years ago

When following the instructions of starting ThirdEye using docker I get an error:

docker run --network=pinot-demo \
    --name thirdeye \
    -p 1426:1426 \
    -p 1427:1427 \
    -d apachepinot/thirdeye:latest pinot-quickstart

io.dropwizard.configuration.ConfigurationParsingException: ./config/pinot-quickstart/detector.yml has an error:
  * Unrecognized field at: classifier
    Did you mean?:
      - swagger
      - server
      - rootDir
      - monitor
      - logging
        [32 more]

io.dropwizard.configuration.ConfigurationParsingException: ./config/pinot-quickstart/dashboard.yml has an error:
  * Unrecognized field at: whitelistDatasets
    Did you mean?:
      - phantomJsPath
      - rootCause
      - metrics
      - cacheDataSource
      - dataSources
        [14 more]

    at io.dropwizard.configuration.ConfigurationParsingException$Builder.build(ConfigurationParsingException.java:279)
    at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:140)```
VinodNallavade commented 2 years ago

Any update on this issue. I'm also facing the same issue.

Jackie-Jiang commented 2 years ago

@suvodeep-pyne Can you please help answer this question? Is this command still valid after moving third-eye out of pinot repo?