Hi All I am trying to setup thirdeye using the sta...
# troubleshooting
n
Hi All I am trying to setup thirdeye using the standalone method and running this command
Copy code
docker run \                                                  
    --network=pinot-demo \
    --name thirdeye \
    -p 1426:1426 \
    -p 1427:1427 \
    -d apachepinot/thirdeye:latest ephemeral
Giving this error
Copy code
docker: invalid reference format.
See 'docker run --help'.
zsh: command not found: --network=pinot-demo
Please suggest how to proceed here
I tried the method mentioned here. But the folder
thirdeye
did not exist in
apache-pinot
folder.
Copy code
git clone <https://github.com/apache/incubator-pinot.git>
cd incubator-pinot/thirdeye
chmod +x install.sh run-frontend.sh run-backend.sh reset.sh
./install.sh
m
TE is moved out of Apache Pinot project
n
Okay.. I found out the other repo on github and followed the steps mentioned here https://medium.com/@gregsimons_84/apache-pinot-thirdeye-quickstart-helper-b5d8a95a22eb
Caused by: java.lang.RuntimeException: Unable to find table: generic_json_entity
Getting this error