-
Notifications
You must be signed in to change notification settings - Fork 0
Home
lhchavez edited this page Sep 13, 2010
·
4 revisions
paradis
a Map/Reduce library/client/server that uses voluntary computing to create virtual clusters on the fly
usage:
java -cp paradis.jar:lib/restlet.jar mx.lhchavez.paradis.server.Server
This will start the server, it uses port 17252 by default
java -cp paradis.jar mx.lhchavez.paradis.client.Client http://server:17252/
This will start a client instance, connected to the desired server
java -jar paradis.jar
This is the default interface for end-users
Requirements
You need Restlet 2.0 ( http://www.restlet.org/downloads/2.0/restlet-jse-2.0m6.zip ) to be able to run the server.
Acknowledgements
Gabriel Barzola, Lorena Ruiz, Jesús Reséndiz and Begoña Mondragón, who helped me throughout the development of this library.