You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "John Vines (Created) (JIRA)" <ji...@apache.org> on 2012/02/13 18:29:02 UTC

[jira] [Created] (ACCUMULO-394) Provide framework for combining multiple columns

Provide framework for combining multiple columns
------------------------------------------------

                 Key: ACCUMULO-394
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-394
             Project: Accumulo
          Issue Type: New Feature
            Reporter: John Vines


Currently the combiner frameworks provides mechanisms for users to reduce the values of all Keys down to the column visibility label. I imagine there are cases where users want to combine all values for all visibilities of a column family, or even a row. Perhaps even just combine visibilities. Also, to extend combination to those Key elements instead of just values. There's a lot of ways to generalize this problem space, and I think it's something worth looking into. I think we should be able to use something similar to the current Combiner framework, except the reduce function's input Key is a partial key for the amount of uniqueness being saught. The majority of it should be straight forward, with the exception of visibilities which should be logically ANDed together (but this may be something we want to defer to the combiner's writer, I don't know).

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