You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Patricio Aguilera (JIRA)" <ji...@apache.org> on 2014/07/30 16:24:38 UTC

[jira] [Created] (ACCUMULO-3029) BulkIngest Examples are failing during VerifyIngest

Patricio Aguilera created ACCUMULO-3029:
-------------------------------------------

             Summary: 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


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.2#6252)