DOC

de.hu-berlin.wbi.cuneiform : cuneiform

Maven & Gradle

May 17, 2016
217 stars

cuneiform · A Functional Workflow Language. Cuneiform is a workflow specification language which makes it easy to integrate heterogeneous tools and libraries and exploit data parallelism. Users do not have to create heavy-weight wrappers for establised tools or to reimplement them. Instead, they apply their existing software to partitioned data. Using the Hi-WAY application master Cuneiform can be executed on Hadoop YARN which makes it suitable for large scale data analysis. Cuneiform comes in the form of a functional programming language with a Foreign Function Interface (FFI) that lets users create functions in any suitable scripting language and apply these functions in a uniform way. Data paralelism is expressed by applying map, cross-product, dot-product, or combinations of the aforementioned algorithmic skeletons to collections of black-box data.

Table Of Contents

Latest Version

Download de.hu-berlin.wbi.cuneiform : cuneiform Javadoc & API Documentation - Latest Versions:

All Versions

Download de.hu-berlin.wbi.cuneiform : cuneiform Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file cuneiform-2.0.4-RELEASE-javadoc.jar to cuneiform-2.0.4-RELEASE-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder cuneiform-2.0.4-RELEASE-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "cuneiform-2.0.4-RELEASE-sources.jar" -d "cuneiform-2.0.4-RELEASE-javadoc" -subpackages 

Advertisement