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

failed to create rec_alg client #30

Closed sbookworm closed 7 years ago

sbookworm commented 7 years ago

Hi developers, I faced a problem, when I trying to run the Recommendation example I run the command: seldon-cli --debug rec_alg --action create --client-name reuters -f reuters.conf connecting to zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181 [SUCCEEDED] Invalid client[reuters] error: error executing remote command: Error executing command in container: Error executing in Docker Container: 1

the file reuters.conf is below:

{ "defaultStrategy": { "algorithms": [ { "config": [ { "name": "io.seldon.algorithm.inclusion.itemsperincluder", "value": 1000 }, { "name": "io.seldon.algorithm.external.url", "value": "http://reuters-example:5000/recommend" }, { "name": "io.seldon.algorithm.external.name", "value": "reuters-example" } ], "filters": [], "includers": [ "recentItemsIncluder" ], "name": "externalItemRecommendationAlgorithm" } ], "combiner": "firstSuccessfulCombiner" }, "recTagToStrategy": {} }

could you tell me what should I do to analysis the problem to workaround it? or how to debug the problem. thanks very much

sbookworm commented 7 years ago

know the problem, thanks, close it