-
Notifications
You must be signed in to change notification settings - Fork 0
driveawedge/Anicetus
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
h1. Welcome to Anicetus Anicetus is a telemetry framework that makes it easy to add instrumentation to any Java application. h1. Documentation Anicetus documentation can be found at the wiki: http://github.com/driveawedge/Anicetus/wiki h1. Support Support is currently provided by Dan Pritchett: driveawedge@gmail.com h1. Build Instructions Each component is built with Maven. Unfortunately building the Flume adapter does require special steps due to Thrift and Flume not being in the Maven repository. h2. Thrift First download the Thrift from Apache - http://incubator.apache.org/thrift/download/ Unpack the archive and follow the directions for building Thrift. Finally install libthrift.jar from the directory lib/java after your build finishes into your maven repository.