Documentation
¶
Index ¶
- Constants
- func Map(job Job, jobPath string, m materializeInfo, host string, shard, modulos uint64)
- func Materialize(in_repo, branch, commit, out_repo, jobDir string, shard, modulos uint64) error
- func PrepJob(job Job, jobPath string, m materializeInfo) error
- func Reduce(job Job, jobPath string, m materializeInfo, host string, shard, modulos uint64)
- func WaitJob(in_repo, commit, job string)
- type Job
Constants ¶
View Source
const ( ProtoPfs = iota ProtoS3 = iota )
Variables ¶
This section is empty.
Functions ¶
func Materialize ¶
Materialize parses the jobs found in `in_repo`/`commit`/`jobDir` runs them with `in_repo/commit` as input, outputs the results to `out_repo`/`branch` and commits them as `out_repo`/`commit`
Types ¶
Click to show internal directories.
Click to hide internal directories.