MVN

de.hu-berlin.wbi.hiway : hiway

Maven & Gradle

Mar 09, 2015
26 stars

Hi-WAY · The Heterogeneity-incorporating Workflow ApplicationMaster for YARN (Hi-WAY) provides the means to execute arbitrary scientific workflows on top of Apache's Hadoop 2.x (YARN). In this context, scientific workflows are directed acyclic graphs (DAGs), in which nodes are executables accessible from the command line (e.g. tar, cat, or any other executable in the PATH of the worker nodes), and edges represent data dependencies between these executables.

<dependency>
    <groupId>de.hu-berlin.wbi.hiway</groupId>
    <artifactId>hiway</artifactId>
    <version>1.0.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hu-berlin.wbi.hiway : hiway to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-beta
  • Latest Beta: 1.0.0-beta

All Versions

Choose a version of de.hu-berlin.wbi.hiway : hiway to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
hiway-1.0.0-beta

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.hu-berlin.wbi.hiway</groupId>
    <artifactId>hiway</artifactId>
    <version>1.0.0-beta</version>
</dependency>

Advertisement