Hi, I am setting up pinot in AWS EKS, The cluster...
# troubleshooting
w
Hi, I am setting up pinot in AWS EKS, The clusters are successfully set up in EKS. However, when I try to create schema and load data (Sec 3.4 in this doc https://docs.pinot.apache.org/basics/getting-started/kubernetes-quickstart) by running this script:`kubectl apply -f pinot/pinot-realtime-quickstart.yml` I see the job are created but not running.
Copy code
kubectl get job/pinot-realtime-quickstart-pinot-table-creation -n pinot-quickstart
NAME                                             COMPLETIONS   DURATION   AGE
pinot-realtime-quickstart-pinot-table-creation   0/1           59m        59m
any pointers how to debug? I suspect the yaml file may broken?
pinot/pinot-realtime-quickstart.yml
r
could you share the log of that container?
also how did you start the kafka pods?
w
Copy code
kubectl logs -l job-name=pinot-realtime-quickstart-pinot-table-creation
error: a container name must be specified for pod pinot-realtime-quickstart-pinot-table-creation-qv5qk, choose one of: [pinot-add-example-realtime-table-json pinot-add-example-realtime-table-avro]
@User is that you are looking for? Thanks for looking into it.