zhixun-luy commented on issue #8698: URL: https://github.com/apache/pinot/issues/8698#issuecomment-1128664547
On the slack, it's saying this repo link. ``` 1. my use-case is to detect anomaly in my data and create an alert. 2. In the document you shared, there isn't detailed example. I'm using csv data from pinot dataset. 3. How can I get latest version of ThirdEye? What should I do for it? ``` This is my question for ThirdEye integration. 1. How to set pinot data in persistence.yaml file? 2. How to set data-sources-config.yaml file? I used below config, but failed. ``` dataSourceConfigs: - className: org.apache.pinot.thirdeye.datasource.pinot.PinotThirdEyeDataSource properties: zookeeperUrl: 'localhost:2181' clusterName: 'PinotCluster' controllerConnectionScheme: 'http' controllerHost: '127.0.0.1' controllerPort: 9000 cacheLoaderClassName: org.apache.pinot.thirdeye.datasource.pinot.PinotControllerResponseCacheLoader metadataSourceConfigs: - className: org.apache.pinot.thirdeye.auto.onboard.AutoOnboardPinotMetadataSource ``` Any sample configuration for custom pinot data will be helpful. Thanks. -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org