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

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

    [ https://issues.apache.org/jira/browse/ACCUMULO-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079364#comment-14079364 ] 

Josh Elser commented on ACCUMULO-3029:
--------------------------------------

Looks like fd652ca0dd60030b6b7e665476ad2ed72574dd36 is what broke this in the merge to 1.6

> 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
>             Fix For: 1.6.1, 1.7.0
>
>
> 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)