[ https://issues.apache.org/jira/browse/ACCUMULO-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Corey J. Nolet updated ACCUMULO-3029: ------------------------------------- Fix Version/s: (was: 1.6.2) 1.6.3 > BulkIngest Examples are failing during VerifyIngest > --------------------------------------------------- > > Key: ACCUMULO-3029 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3029 > Project: Accumulo > Issue Type: Bug > Components: examples > Affects Versions: 1.6.0 > Reporter: Patricio Aguilera > Priority: Minor > Labels: newbie > Fix For: 1.7.0, 1.6.3 > > > org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData creates > sample data using"row_%010d\tvalue_%010d" > org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest checks for > data using "row_%08d" and "value_%08d" > This leads to all sample data failing during verification. > It looks like the BulkIngest method was changed Nov 2013 from %08d to %10d. -- This message was sent by Atlassian JIRA (v6.3.4#6332)