You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2012/06/28 13:51:44 UTC

[jira] [Updated] (ACCUMULO-661) typo in user manual for 1.3 on aggregating iterators

     [ https://issues.apache.org/jira/browse/ACCUMULO-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton updated ACCUMULO-661:
---------------------------------

    Description: 
Reported by Priya M:
{noformat}
http://accumulo.apache.org/user_manual_1.3-incubating/Table_Configuration.html#Aggregating_Iterators

Is the aggregate value for row2 counted incorrectly, since the rowKey for the last two rows seem to be different.

user@myinstance perDayCounts> insert row1 day 20080101 1
user@myinstance perDayCounts> insert row1 day 20080101 1
user@myinstance perDayCounts> insert row1 day 20080103 1
user@myinstance perDayCounts> insert row2 day 20080101 1
user@myinstance perDayCounts> insert row3 day 20080101 1

user@myinstance perDayCounts> scan
row1 day:20080101 [] 2
row1 day:20080103 [] 1
row2 day:20080101 [] 2
{noformat}

  was:
Reported by Priya M:
{{{
http://accumulo.apache.org/user_manual_1.3-incubating/Table_Configuration.html#Aggregating_Iterators

Is the aggregate value for row2 counted incorrectly, since the rowKey for the last two rows seem to be different.

user@myinstance perDayCounts> insert row1 day 20080101 1
user@myinstance perDayCounts> insert row1 day 20080101 1
user@myinstance perDayCounts> insert row1 day 20080103 1
user@myinstance perDayCounts> insert row2 day 20080101 1
user@myinstance perDayCounts> insert row3 day 20080101 1

user@myinstance perDayCounts> scan
row1 day:20080101 [] 2
row1 day:20080103 [] 1
row2 day:20080101 [] 2
}}}

    
> typo in user manual for 1.3 on aggregating iterators
> ----------------------------------------------------
>
>                 Key: ACCUMULO-661
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-661
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.3.5
>            Reporter: Eric Newton
>            Priority: Trivial
>             Fix For: 1.3.6
>
>
> Reported by Priya M:
> {noformat}
> http://accumulo.apache.org/user_manual_1.3-incubating/Table_Configuration.html#Aggregating_Iterators
> Is the aggregate value for row2 counted incorrectly, since the rowKey for the last two rows seem to be different.
> user@myinstance perDayCounts> insert row1 day 20080101 1
> user@myinstance perDayCounts> insert row1 day 20080101 1
> user@myinstance perDayCounts> insert row1 day 20080103 1
> user@myinstance perDayCounts> insert row2 day 20080101 1
> user@myinstance perDayCounts> insert row3 day 20080101 1
> user@myinstance perDayCounts> scan
> row1 day:20080101 [] 2
> row1 day:20080103 [] 1
> row2 day:20080101 [] 2
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira