BioImageTools/spark_terminate
moduleTerminate a Spark cluster by writing a marker file to the work dir
spark
Module Information
Tools
spark
Apache Spark is an analytics engine for large-scale data processing
License: Apache License 2.0
Inputs
| Name | Type | Description |
|---|---|---|
| spark_uri | string | URI of the Spark manager |
| cluster_work_dir | path | The cluster work directory where the manager will run |
Outputs
| Name | Type | Description |
|---|---|---|
| spark_uri | string | URI of the Spark manager |
| cluster_work_fullpath | string | Full path to the cluster work directory where the manager is running |
Quick Start
Include this module in your Nextflow pipeline:
include { SPARK_TERMINATE } from 'https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/spark/terminate'