apache / apache/pinot

Thirdeye docker quickstart "Unrecognized field at: whitelistDatasets"

Open
#6,852 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
1d 21h
Merged PRs (30d)
189

Description

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)```

Contributor guide

Open the contributing guide

Research direction

Run the documented Docker command and inspect config/pinot-quickstart/detector.yml and config/pinot-quickstart/dashboard.yml, where the reported parsing errors occur. Compare those fields with the Thirdeye configuration expected by the current image, then verify that the pinot-quickstart command starts without ConfigurationParsingException errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, java
Domain
devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.