ShubhamMMT1 opened a new issue #4334: Pinot datasets not showing in thirdye UI URL: https://github.com/apache/incubator-pinot/issues/4334 I have integrated pinot into thirdeye using following connector configurations- - className: com.linkedin.thirdeye.datasource.pinot.PinotThirdEyeDataSource properties: zookeeperUrl: 'localhost:2181' clusterName: 'PinotCluster' controllerConnectionScheme: 'http' controllerHost: '10.30.106.42' controllerPort: 9000 cacheLoaderClassName: com.linkedin.thirdeye.datasource.pinot.PinotControllerResponseCacheLoader metadataSourceConfigs: - className: com.linkedin.thirdeye.auto.onboard.AutoOnboardPinotMetadataSource - className: org.apache.pinot.thirdeye.datasource.sql.SqlThirdEyeDataSource properties: ...... The pinot is working fine on 9000 port. I ingested data into pinot using the offline mode. I am able to query as well on the pinot server. But the data doesn't appear in the root cause analysis. I also checked the admin dashboard. The data doesn't appear in the database configuration. Moreover auto onboarding of the pinot datasets in the thirdye-frontend/config/detector.yml file is also set to true. Any solutions to this??
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org