Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 799 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 799 Bytes

# 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>