erikreppel / pachyderm-test-pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

  1. Start Pachyderm

  2. $ kubectl get all and note the IP that pachd is running on

$ kubectl get all NAME DESIRED CURRENT AGE etcd 1 1 1h pachd 2 2 1h rethink 1 1 1h NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE etcd 10.0.0.133 2379/TCP,2380/TCP 1h kubernetes 10.0.0.1 443/TCP 8d pachd 10.0.0.167 nodes 650/TCP,750/TCP 1h rethink 10.0.0.233 8080/TCP,28015/TCP,29015/TCP 1h NAME READY STATUS RESTARTS AGE etcd-aspfe 1/1 Running 0 1h k8s-etcd-127.0.0.1 1/1 Running 0 8d k8s-master-127.0.0.1 4/4 Running 0 8d k8s-proxy-127.0.0.1 1/1 Running 0 8d pachd-nan8l 1/1 Running 2 1h pachd-rsvsv 1/1 Running 2 1h rethink-kqu9r 1/1 Running 0 1h ```

  1. $ go run create_numbers/create_numbers.go

  2. $ pachctl create-pipeline -f pipeline.json

  3. $ pachctl list-job to see the jobs created by the pipeline (might take a second for them all to show up)

About


Languages

Language:Python 62.0%Language:Go 38.0%