Project

General

Profile

« Previous | Next » 

Revision 57520

fixed infospace export procedure, avoid to emit the same result more than once

View differences:

modules/dnet-mapreduce-jobs/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/dataexport/ExportInformationSpaceMapper2DHP.java
71 71

  
72 72
				for (Entry<byte[], byte[]> q : row.get(cf).entrySet()) {
73 73
					final String key = new String(q.getKey());
74
					if("update".startsWith(key) || DedupUtils.BODY_S.equals(key)) {
74
					if(key.startsWith("update") || DedupUtils.BODY_S.equals(key)) {
75 75
						continue;
76 76
					}
77 77
					if (new String(q.getValue()).equals("")) {

Also available in: Unified diff