License |
License |
---|---|
GroupId | GroupIdcom.twitter.hraven |
ArtifactId | ArtifactIdhraven |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionhRaven 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
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"]