Clive Cox

Results 246 comments of Clive Cox

At Seldon we focus on general ML deployment so you can look at https://github.com/SeldonIO/seldon-core but the model you want to deploy is up to you. We do have many people...

Can you rerun the ml100k job: cd kubernetes/conf/examples/ml100k kubectl create -f ml100k-import.json And provide the logs? Regards zookeeper and etcd. We only use zookeeper in Seldon. Etcd is part of...

It does look like a memory issue. Can you try increasing e.g. minikube start --memory=10000

I think this is because you are trying to run a command in the seldon-control container and it does not have access to the local files on your system. One...

The main thing is you need to create the files in /seldon-data where seldon-control can see them. If you are using host-path with your local folder /seldon-data then you can...

Hi. It looks like the shared disk was not mounted. Are you running a cluster of multiple nodes? If so you would need a shared filesystem like glusterFS. BTW: this...

How are you running the Spark job? Can you run in Kubernetes the ml100k example? http://docs.seldon.io/ml100k.html

The MfCreationJob is in seldon-server/offline-jobs/spark This is a Java 7 project with pom.xml, so you should be able to load it in your favourite Java editor - e.g. Eclipse or...

Yes. Thanks. We will plan to add this.

Yes. We would like to. Adding it instead of 1.5.2 in the kubernetes setup should be trivial change to the Pod JSONs to newer packages. We welcome your tests if...