bertl4398 / cdmi-hpss

HPSS back-end integration for INDIGO CDMI server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INDIGO-DataCloud CDMI HPSS plugin

Java Service Provider implementation for CDMI HPSS storage back-end

Maven

Latest Release (Stable)

TBA

Requirements

Build & Usage

The project uses the Maven build automation tool.

You can build the project with

mvn clean package

To use the cdmi-hpss SPI implementation you need to included this module at runtime of the CDMI server, e.g.

java -classpath .:cdmi-hpss.jar -jar cdmi-server.jar

or

java -Djava.ext.dirs=cdmi-hpss/target -jar cdmi-server.jar

About

HPSS back-end integration for INDIGO CDMI server

License:Apache License 2.0


Languages

Language:Java 100.0%