Last Version

Fluo Cluster 1.0.0-beta-2

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

License

License

GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-cluster
Version

Version

1.0.0-beta-2
Type

Type

jar
Description

Description

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).
Project URL

Project URL

http://www.fluo.io/fluo-cluster
Project Organization

Project Organization

Fluo IO

Download fluo-cluster 1.0.0-beta-2


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

Dependencies

compile (19)

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 3.0
commons-configuration : commons-configuration jar 1.10
commons-io : commons-io jar 2.4
io.fluo : fluo-accumulo jar 1.0.0-beta-2
io.fluo : fluo-api jar 1.0.0-beta-2
io.fluo : fluo-core jar 1.0.0-beta-2
io.fluo : fluo-mini jar 1.0.0-beta-2
org.apache.accumulo : accumulo-core jar 1.6.4
org.apache.curator : curator-framework jar 2.7.1
org.apache.curator : curator-recipes jar 2.7.1
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

test (2)

Group / Artifact Type Version
io.fluo : fluo-integration test-jar 1.0.0-beta-2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.