Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 898 Bytes

pachctl_job.md

File metadata and controls

34 lines (23 loc) · 898 Bytes

./pachctl job

Docs for jobs.

Synopsis

Jobs are the basic unit of computation in Pachyderm.

Jobs run a containerized workload over a set of finished input commits. Creating a job will also create a new repo and a commit in that repo which contains the output of the job. Unless the job is created with another job as a parent. If the job is created with a parent it will use the same repo as its parent job and the commit it creates will use the parent job's commit as a parent. If the job fails the commit it creates will not be finished. The increase the throughput of a job increase the Shard paremeter.

./pachctl job

Options inherited from parent commands

      --no-metrics   Don't report user metrics for this command
  -v, --verbose      Output verbose logs

SEE ALSO

Auto generated by spf13/cobra on 9-Feb-2017