refinery-pipeline(8) -- pipeline start / stop / status commands¶
Synopsis¶
refinery pipeline [option]
Description¶
Provides the ability to interact and check the status of processes based on the pipeline that they belong to. This command is supported in Refinery 5.x and later.
Options¶
--list¶
List all the pipelines within the Refinery installation
--show pipeline¶
List the processes that form the specified pipeline. This option supports the additional [PIPELINE INSTANCE SELECTION OPTION] described below.
--layout pipeline¶
Lists the processes that form the specified pipeline, including their host, port, and status, online or offline.
---start pipeline(s)¶
Start the processes within the specified pipeline(s). This option supports specifying multiple pipelines if they are comma separated (e.g. --start pipeline1,pipeline2). By default this option will start all instances of the specified pipeline.
This option supports the additional [PIPELINE INSTANCE SELECTION OPTION] described below.
--force-start pipeline(s)¶
Starts processes within the specified pipeline(s) and can start offline processes within partially running pipeline(s). This option supports specifying multiple pipelines if they are comma separated (e.g. --force-start pipeline1,pipeline2) and requires the additional [PIPELINE INSTANCE SELECTION OPTION] described below.
--stop pipeline(s)¶
Stop the processes within the specified pipeline(s). This option supports specifying multiple pipelines if they are comma separated (e.g. --stop pipeline1,pipeline2) and requires the additional [PIPELINE INSTANCE SELECTION OPTION] described below.
--status pipeline¶
Shows the status of each process within the pipeline. This option supports the additional [PIPELINE INSTANCE SELECTION OPTION] described below.
--status-summary¶
Shows the overall status of all pipelines within the Refinery installation. A pipeline status is derived from the status of all processes within it. This option supports the additional [PIPELINE INSTANCE SELECTION OPTION] described below.
--intraday-write pipeline¶
Force intra-day write for specified pipeline. Requires --instance option described below and does not support --instance all.
--rollover pipeline¶
Manually trigger a writedown of late data timestamped before today's date from PDB to HDB. Requires --instance option described below.
Optional argument --include-today writes down today's partition also.
Pipeline instance selection option¶
--instance¶
Can be an instance number or all to signal all instances. When used, the command will be filtered to the specific instance of the pipeline or show all. For all commands (except --stop) omitting this parameter is the same as specifying all.
Copyright¶
Copyright (c) 2019 - 2022 KX Systems Inc
Version¶
RELEASE_NAME