Authors
------------------------------------------------
Stefanos Tsaklas (s.tsaklas@di.uoa.gr) 
National Kapodistrian University of Athens.
  

Version and Release Date
------------------------

6 June 2011
        * First release
        
        

Tests can be done through the org.gcube.execution.indexerservice.tests.TestIndexerService java client


Usage: 	
	java org.gcube.execution.indexerservice.tests.TestIndexerService <indexer factory address> <gcube scope> <input location> <shards number> <optional job name in >=0 words >
Example:
	java org.gcube.execution.indexerservice.tests.TestIndexerService http://jazzman.di.uoa.gr:8081/wsrf/services/gcube/execution/indexerservice/IndexerServiceFactory /d4science.research-infrastructures.eu/INSPIRE  hdfs://node1.hadoop.research-infrastructures.eu:8020/user/INSPIRE/smalldata/ 5  An indexing on smalldata, Friday night



Notes:
	Before running org.gcube.execution.indexerservice.tests.TestIndexerService to submit an Indexer job you must run
	org.gcube.execution.indexerservice.tests.UploadIndexerJarClient client to upload indexer.jar file in Content Management System in the appropriate scope, 
	e.g. 
	java org.gcube.execution.indexerservice.tests.UploadIndexerJarClient /d4science.research-infrastructures.eu/INSPIRE  $GLOBUS_LOCATION/sample-indexing-mod7.jar
