Project

General

Profile

« Previous | Next » 

Revision 29159

Added by Eri Katsari almost 10 years ago

View differences:

modules/dnet-openaire-stats/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/statsExport/StatsReducer.java
38 38
			counter++;
39 39

  
40 40
			value = value.trim();
41
			MultipleOutputWriter.write(type, "	" + new Text(id), new Text(context.getConfiguration().get("stats.delim") + value), type.toString());
41
//			MultipleOutputWriter.write(type, "	" + new Text(id), new Text(context.getConfiguration().get("stats.delim") + value), type.toString());
42
			MultipleOutputWriter.write(type,new Text(id), new Text(context.getConfiguration().get("stats.delim") + value), type.toString());
43
			
44
		
42 45
		}
43 46

  
44 47
	}

Also available in: Unified diff