f

fluo-cluster

This module contains all code necessary to run Apache 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.2.0.jar download
fluo-cluster-1.2.0.pom download
fluo-cluster-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.fluo</groupId>
  <artifactId>fluo-cluster</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.fluo:fluo-cluster:1.2.0'
Gradle Kotlin
implementation("org.apache.fluo:fluo-cluster:1.2.0")
Scala SBT
libraryDependencies += "org.apache.fluo" % "fluo-cluster" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.fluo', module='fluo-cluster', version='1.2.0')
)
Apache Ivy
<dependency org="org.apache.fluo" name="fluo-cluster" rev="1.2.0" />
Leiningen
[org.apache.fluo/fluo-cluster "1.2.0"]
Apache Buildr
'org.apache.fluo:fluo-cluster:jar:1.2.0'