is not current version
Last Version 1.0.0-beta-2

io.fluo:fluo-mapreduce 1.0.0-alpha-1

This module provides utility code for MapReduce jobs that read from or write to a Fluo table.

GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-mapreduce
Version

Version

1.0.0-alpha-1
Type

Type

jar

Download fluo-mapreduce 1.0.0-alpha-1


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