io.kestra.plugin.gcp.dataproc.clusters.package-info Maven / Gradle / Ivy
@PluginSubGroup(
title = "Dataproc Clusters",
description = "This sub-group of plugins contains tasks to manipulate clusters on Google Cloud Dataproc. " +
"Dataproc is a managed Apache Spark and Apache Hadoop service that lets you take advantage of open source data tools for batch processing, querying, streaming, and machine learning.",
categories = { PluginSubGroup.PluginCategory.CLOUD }
)
package io.kestra.plugin.gcp.dataproc.clusters;
import io.kestra.core.models.annotations.PluginSubGroup;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy