Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

mozilla-metrics/akela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akela

Version: 0.5

Mozilla's utility library for Hadoop, HBase, Pig, etc.

Version Compatability

This code is built with the following assumptions. You may get mixed results if you deviate from these versions.

  • Hadoop 0.20.2+
  • HBase 0.90+
  • Pig 0.9+
  • Hive 0.7 with automatic promotion of certain types
  • Jackson 2.x (for all things JSON)
    • We don't use anything fancy but fasterxml switch broke from 1.x packaging. You can probably fork and compile fairly easily if you want to use Jackson 1.x since that's what ships with Hadoop projects.

Building

To make a jar you can do:

mvn package

To make a Hadoop MapReduce job jar with no defined main class in the manifest:

mvn assembly:assembly

License

All aspects of this software written in Java are distributed under Apache Software License 2.0.

Contributors

About

A bunch of utility classes for Java, Hadoop, HBase, Pig, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published