SeldonIO / seldon-server

Machine Learning Platform and Recommendation Engine built on Kubernetes
https://www.seldon.io/
Apache License 2.0
1.47k stars 300 forks source link

seldon-cli api --client-name reuters Failed to find single auth key #22

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello, I am trying to run reuters-example following this http://docs.seldon.io/content-recommendation-example.html but when I execute seldon-cli api --client-name reuters --endpoint /js/recommendations --item 6020 --limit 3 I have this error:

connecting to zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181 [SUCCEEDED]
Failed to find single auth key
[]
error: error executing remote command: Error executing command in container: Error executing in Docker Container: 1

Could please help me or even give me an idea to explore. Thank you in advance

Here is my pods:

influxdb-grafana-7mpow             2/2       Running   0          22h
kafka-controller-q5n79             1/1       Running   18         21h
memcached1-0mm1t                   1/1       Running   0          21h
memcached2-xy165                   1/1       Running   0          21h
mysql                              1/1       Running   0          18h
reuters-example-1808766350-tq0ic   1/1       Running   0          22h
seldon-control                     1/1       Running   0          21h
seldon-server-1847842434-3uduu     2/2       Running   4          16h
spark-master-controller-xuqfw      1/1       Running   0          1d
spark-worker-controller-f2aum      1/1       Running   0          1d
spark-worker-controller-l131c      1/1       Running   0          1d
td-agent-server                    1/1       Running   0          18h
zookeeper-1                        1/1       Running   0          18h
zookeeper-2                        1/1       Running   0          18h
zookeeper-3                        1/1       Running   0          18h

and my jobs:

NAME                  DESIRED   SUCCESSFUL   AGE
reuters-import-data   1         1            1d

Nadia

ukclivecox commented 8 years ago

This looks like the reuters-import-data job has not worked as it can't find an API key for the client reuters. Can you get the logs for the reuters-import-data job or delete it and run it again?

ghost commented 8 years ago

I have deleted the job and re-run it and now it's working well. Thank you!