To run thirdeye locally, refer to the manual below...
# troubleshooting
m
To run thirdeye locally, refer to the manual below. - https://thirdeye.readthedocs.io/en/latest/quick_start.html I used the master branch, and building thirdeye was successful. ### 1 By the way An error occurs when executing
./run-frontend.sh
.
Copy code
Error: Could not find or load main class org.apache.pinot.thirdeye.dashboard.ThirdEyeDashboardApplication
I tested the same in several environments, but the problem occurred the same. ### 2 The same problem occurs when executing the "./run-backend.sh" script. However, the cause of the problem seems to be different. There seems to be a problem because there is no
org.apache.pinot.thirdeye.anomaly.ThirdEyeAnomalyApplication
class in the jar file. Tell me how to fix it, and I'll send you a PR.
x
can you ask this in thirdeye slack? (project-thirdeye.slack.com)
m
@Xiang Fu thank you^^