FcoLopera commented on issue #6591: URL: https://github.com/apache/incubator-pinot/issues/6591#issuecomment-819388951
I have suffered the same issue. Fortunately, there is a solution provided by the community, you can check it here: - https://communityinviter.com/apps/apache-thirdeye/apache-thirdeye. Thanks to @suvodeep-pyne, he has a fork of the incubator project: - https://github.com/suvodeep-pyne/incubator-pinot/tree/1.x/kubernetes/helm/thirdeye By using it and the thirdeye image from his dockerhub repository ( spyne/thirdeye:1.4), I finally make it work. Instructions provided by another user (ayush sharma, sorry I have not found your Github user ). ``` git clone https://github.com/suvodeep-pyne/incubator-pinot git checkout 1.x kubectl create ns my-pinot-kube helm install pinot spyne/incubator-pinot/kubernetes/helm/pinot -n my-pinot-kube --set replicas=1 cd spyne/incubator-pinot/kubernetes/helm/thirdeye ./install.sh --set image.repository=spyne/thirdeye --set image.tag=1.4 -n my-pinot-kube ``` -- 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]
