Project

General

Profile

« Previous | Next » 

Revision 56214

print the dedup config string before parsing it

View differences:

modules/dnet-mapreduce-jobs/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/dedup/cc/ConnectedComponentsReducer.java
36 36
	@Override
37 37
	protected void setup(final Context context) {
38 38

  
39
		final String conf = context.getConfiguration().get(JobParams.DEDUP_CONF);
40
		log.info("dedup configuration string\n" +conf);
41

  
39 42
		dedupConf = DedupConfig.load(context.getConfiguration().get(JobParams.DEDUP_CONF));
40
		log.info("dedup findRoots mapper\nwf conf: " + dedupConf.toString());
43
		log.info("dedup configuration parsed\n" + dedupConf.toString());
41 44

  
42 45
		final Type type = Type.valueOf(dedupConf.getWf().getEntityType());
43 46
		cfMergedIn = DedupUtils.getDedupCF_mergedInBytes(type);

Also available in: Unified diff