Apache 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).

License

License

GroupId

GroupId

org.apache.fluo
ArtifactId

ArtifactId

fluo-cluster
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Apache 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).
Project Organization

Project Organization

The Apache Software Foundation

Download fluo-cluster

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.fluo/fluo-cluster/ -->
<dependency>
    <groupId>org.apache.fluo</groupId>
    <artifactId>fluo-cluster</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-cluster/
implementation 'org.apache.fluo:fluo-cluster:1.2.0'
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-cluster/
implementation ("org.apache.fluo:fluo-cluster:1.2.0")
'org.apache.fluo:fluo-cluster:jar:1.2.0'
<dependency org="org.apache.fluo" name="fluo-cluster" rev="1.2.0">
  <artifact name="fluo-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.fluo', module='fluo-cluster', version='1.2.0')
)
libraryDependencies += "org.apache.fluo" % "fluo-cluster" % "1.2.0"
[org.apache.fluo/fluo-cluster "1.2.0"]

Dependencies

compile (15)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.3
ch.qos.logback : logback-core jar 1.1.3
com.beust : jcommander jar 1.32
com.google.guava : guava jar 13.0.1
com.google.inject : guice jar 4.0
javax.inject : javax.inject jar 1
org.apache.accumulo : accumulo-core jar 1.7.3
org.apache.curator : curator-framework jar 2.7.1
org.apache.fluo : fluo-api jar 1.2.0
org.apache.fluo : fluo-core jar 1.2.0
org.apache.hadoop : hadoop-client jar 2.6.3
org.apache.hadoop : hadoop-yarn-client jar 2.6.3
org.apache.twill : twill-api jar 0.6.0-incubating
org.apache.twill : twill-yarn jar 0.6.0-incubating
org.slf4j : slf4j-api jar 1.7.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0-incubating
1.0.0-incubating