Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 2.44 KB

tanagra-clean-underlay.adoc

File metadata and controls

75 lines (52 loc) · 2.44 KB

tanagra-clean-underlay(1) Manual Page

Name

tanagra-clean-underlay - Clean the outputs of all jobs for underlay.

Synopsis

tanagra clean underlay [--dry-run] [--github-dir=<githubDir>] --indexer-config=<name> [--job-executor=<jobExecutor>] [--output-dir=<outputDir>] [--job-filter=<classNames>[, <classNames>…​]]…​

Description

Clean the outputs of all jobs for underlay.

Options

--dry-run

Do a dry run. No indexing tables will be written and no Dataflow jobs will be kicked off.

Default: false
--github-dir=<githubDir>

Absolute path of the top-level directory for the local clone of the tanagra GitHub repo. Defaults to the current directory.

--indexer-config=<name>

Indexer config name

--job-executor=<jobExecutor>

Executor to use when running jobs: PARALLEL, SERIAL. Recommend serial for debugging, parallel otherwise.

Default: PARALLEL
--job-filter=<classNames>[,<classNames>…​]

Only run jobs with these class names. Specify the class names relative to the IndexingJob class (e.g. bigquery.ValidateDataTypes, not bio.terra.tanagra.indexing.job.bigquery.ValidateDataTypes). Useful for debugging a particular indexing job.

--output-dir=<outputDir>

Absolute path to the directory where the html report will be written. Defaults to the current directory.