-
Notifications
You must be signed in to change notification settings - Fork 48
Installation
Jim Pivarski edited this page Jul 30, 2015
·
10 revisions
Hadrian has these coordinates:
- Group id: com.opendatagroup
- Artifact id: hadrian
- Version: 0.7.1
in this repository: http://repository.opendatagroup.com/maven
In Maven, you can add Hadrian by including the following in your pom.xml's <dependencies> section:
<dependency>
<groupId>com.opendatagroup</groupId>
<artifactId>hadrian</artifactId>
<version>0.7.1</version>
</dependency>
and the following in its <repositories> section (create one if necessary):
<repository>
<id>opendatagroup</id>
<url>http://repository.opendatagroup.com/maven</url>
</repository>
Hadrian was built against Scala 2.10.4, so this is the version of scala-library that will be brought in as a dependency.
If you are using a different build system than Maven, use these coordinates in your build system.
The latest Hadrian version is 0.7.1. The latest JAR files can be found here. In particular, use
- hadrian-standalone-0.7.1-jar-with-dependencies.jar to run PFA and Jython (Antinous) scoring engines on a commandline through standard input and standard output
- hadrian-standalone-0.7.1-exclude-antinous.jar to run PFA only on a commandline (35 MB smaller; no Jython libraries)
- hadrian-mr-0.7.1-jar-with-dependencies.jar to run PFA and Jython in Hadoop map-reduce
- hadrian-mr-0.7.1-exclude-antinous.jar to run PFA only in Hadoop map-reduce
- hadrian-actors-0.7.1-jar-with-dependencies.jar to run PFA and Jython in an actor-based workflow
- hadrian-actors-0.7.1-exclude-antinous.jar to run PFA only in an actor-based workflow
Return to the Hadrian wiki table of contents.
Licensed under the Hadrian Personal Use and Evaluation License (PUEL).