MVN

io.fluo : fluo-cluster

Maven & Gradle

Jan 13, 2016
2 usages

Fluo Cluster · This module contains all code necessary to run Fluo on a YARN cluster using Apache Twill. It was separated from fluo-core to keep dependencies (like Twill) out of Fluo clients which depend on the fluo-core jar. It was also done to limit conflicts. For example, Twill requires logback to be used but fluo-core requires log4j (due to zookeeper requiring it in accumulo-minicluster).

<dependency>
    <groupId>io.fluo</groupId>
    <artifactId>fluo-cluster</artifactId>
    <version>1.0.0-beta-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fluo : fluo-cluster to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta-2
  • Latest Beta: 1.0.0-beta-2
  • Latest Alpha: 1.0.0-alpha-1

All Versions

Choose a version of io.fluo : fluo-cluster to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fluo-cluster-1.0.0-beta-2
fluo-cluster-1.0.0-beta-1
fluo-cluster-1.0.0-alpha-1

How to add a dependency to Maven

Add the following io.fluo : fluo-cluster maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fluo</groupId>
    <artifactId>fluo-cluster</artifactId>
    <version>1.0.0-beta-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fluo : fluo-cluster gradle dependency to your build.gradle file:

implementation 'io.fluo:fluo-cluster:1.0.0-beta-2'

Gradle Kotlin DSL: Add the following io.fluo : fluo-cluster gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fluo:fluo-cluster:1.0.0-beta-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fluo : fluo-cluster sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fluo" % "fluo-cluster" % "1.0.0-beta-2"

Advertisement

Dependencies from Group

Jan 13, 2016
15 usages
Jan 13, 2016
15 usages
Jan 13, 2016
10 usages
Jan 13, 2016
9 usages
Mar 29, 2016
5 usages

Discover Dependencies

Jul 10, 2015
3 usages
Dec 31, 2016
1 usages
Dec 31, 2016
1 usages
Aug 07, 2018
5 usages
Aug 07, 2018
5 usages
Jan 26, 2016
10 usages
Jul 13, 2023
1 usages
34 stars