Last Version

hRaven Project 1.0.1

hRaven collects run time data and statistics from map reduce jobs running on Hadoop clusters and stores the collected job history in an easily queryable format. For the jobs that are run through frameworks (Pig or Scalding/Cascading) that decompose a script or application into a DAG of map reduce jobs for actual execution, hRaven groups job history data together by an application construct. This will allow for easier visualization of all of the component jobs' execution for an application and more comprehensive trending and analysis over time.

License

License

GroupId

GroupId

com.twitter.hraven
ArtifactId

ArtifactId

hraven
Version

Version

1.0.1
Type

Type

pom
Description

Description

hRaven Project
hRaven collects run time data and statistics from map reduce jobs running on Hadoop clusters and stores the collected job history in an easily queryable format. For the jobs that are run through frameworks (Pig or Scalding/Cascading) that decompose a script or application into a DAG of map reduce jobs for actual execution, hRaven groups job history data together by an application construct. This will allow for easier visualization of all of the component jobs' execution for an application and more comprehensive trending and analysis over time.
Project URL

Project URL

https://github.com/twitter/hraven
Project Organization

Project Organization

Twitter
Source Code Management

Source Code Management

https://github.com/twitter/hraven

Download hraven 1.0.1

Filename Size
hraven-1.0.1.pom 8 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • hraven-core
  • hraven-etl
  • hraven-assembly