is not current version
Last Version 1.0.1

com.twitter.hraven:hraven 0.9.8

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.

GroupId

GroupId

com.twitter.hraven
ArtifactId

ArtifactId

hraven
Version

Version

0.9.8
Type

Type

pom

Download hraven 0.9.8

Filename Size
hraven-0.9.8.pom 7 KB
Browse

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