Project

General

Profile

« Previous | Next » 

Revision 52915

added configuration

View differences:

modules/dnet-mapreduce-jobs/branches/beta/src/main/java/eu/dnetlib/data/mapreduce/hbase/dataimport/ScholexplorerMapper.java
41 41
        configurationMap.put("icpsr", new ScholExplorerConfiguration(null, false));
42 42
        configurationMap.put("dnet", new ScholExplorerConfiguration(null, false));
43 43
        configurationMap.put("url ", new ScholExplorerConfiguration(null, true,"%s"));
44

  
44
        configurationMap.put("openaire", new ScholExplorerConfiguration(null, false));
45 45
        setName = context.getConfiguration().get("setName");
46 46
        agent= new Agent(context.getConfiguration().get("agentId"), context.getConfiguration().get("agentName"), Agent.AGENT_TYPE.service);
47 47
        nsPrefix = context.getConfiguration().get("ns_prefix");

Also available in: Unified diff