Mara Annotations/API

Mara - Java Annotations Framework for MapReduce on Hadoop

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.conversantmedia
ArtifactId

ArtifactId

mara-annotations
Last Version

Last Version

0.9.6
Release Date

Release Date

Type

Type

jar
Description

Description

Mara Annotations/API
Mara - Java Annotations Framework for MapReduce on Hadoop
Project URL

Project URL

https://github.com/conversant/mara
Project Organization

Project Organization

Conversant

Download mara-annotations

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.avro : avro-mapred jar 1.7.6

provided (2)

Group / Artifact Type Version
org.apache.hadoop : hadoop-common jar 2.6.0
org.apache.hadoop : hadoop-mapreduce-client-core jar 2.6.0

Project Modules

There are no modules declared in this project.

# Annotations for MapReduce

What is Mara?

Mara is a design and implementation for developing Hadoop MapReduce jobs in Java. Mara grew out of the need to simplify and standardize the process in use at Conversant.

See the full wiki documentation for more information.

Using with Maven

<dependency>
   <groupId>com.conversantmedia</groupId>
   <artifactId>mara-core</artifactId>
   <version>0.9.2</version>
</dependency>

<!-- test dependency -->
<dependency>
   <groupId>com.conversantmedia</groupId>
   <artifactId>mara-test</artifactId>
   <version>0.9.2</version>
   <scope>test</scope>
</dependency>
com.conversantmedia

Conversant, Inc.

The power of personal.

Versions

Version
0.9.6
0.9.2-mapr-4.0.2mr1-hbase0.94
0.9.1