BioImageTools/spark_waitformanager

module

Wait for Spark manager to be ready

spark

Module Information

Repository
https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/spark/waitformanager
Source
BioImageTools
Organization
BioImageTools
Authors
@krokicki , @cgoina

Tools

spark

Apache Spark is an analytics engine for large-scale data processing

License: Apache License 2.0

Inputs

Name Type Description
cluster_work_dir path The cluster work directory where the manager is running

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_WAITFORMANAGER } from 'https://github.com/BioImageTools/nextflow-modules/tree/main/modules/bits/spark/waitformanager'
View on GitHub Report Issue