burgalon opened a new issue #6852:
URL: https://github.com/apache/incubator-pinot/issues/6852
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/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)```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]