Project

General

Profile

« Previous | Next » 

Revision 48701

Upgraded incremental harvesting and other stuff

View differences:

SequenceFileFeeder.java
55 55
					if (count % bulkSize == 0) {
56 56
						writer.hflush();
57 57
						writer.hsync();
58
						log.info(String.format("%s records so far %s", writer.toString(), count));
59
					}
58
                        log.debug(String.format("%s records so far %s", writer.toString(), count));
59
                    }
60 60
				}
61 61
			}
62 62
			log.info("written " + count + " records in sequence file: " + path);

Also available in: Unified diff