f

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).
Files download
File Operation
fluo-cluster-1.0.0-beta-2.jar download
fluo-cluster-1.0.0-beta-2.pom download
fluo-cluster-1.0.0-beta-2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fluo</groupId>
  <artifactId>fluo-cluster</artifactId>
  <version>1.0.0-beta-2</version>
</dependency>
Gradle Groovy
implementation 'io.fluo:fluo-cluster:1.0.0-beta-2'
Gradle Kotlin
implementation("io.fluo:fluo-cluster:1.0.0-beta-2")
Scala SBT
libraryDependencies += "io.fluo" % "fluo-cluster" % "1.0.0-beta-2"
Groovy Grape
@Grapes(
  @Grab(group='io.fluo', module='fluo-cluster', version='1.0.0-beta-2')
)
Apache Ivy
<dependency org="io.fluo" name="fluo-cluster" rev="1.0.0-beta-2" />
Leiningen
[io.fluo/fluo-cluster "1.0.0-beta-2"]
Apache Buildr
'io.fluo:fluo-cluster:jar:1.0.0-beta-2'