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

conversant/mara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mara is a set of Java annotations and MR2-compatible implementation for rapid development of production-quality batch jobs using MapReduce.

Resources

License

Stars

Watchers

Forks

Packages

No packages published