You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Corey J. Nolet (JIRA)" <ji...@apache.org> on 2013/08/24 04:09:51 UTC

[jira] [Created] (ACCUMULO-1663) Multi-table/Composite InputFormat example

Corey J. Nolet created ACCUMULO-1663:
----------------------------------------

             Summary: Multi-table/Composite InputFormat example 
                 Key: ACCUMULO-1663
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1663
             Project: Accumulo
          Issue Type: Improvement
            Reporter: Corey J. Nolet
            Priority: Minor


For services that need to span more than a single table, it would be massively useful to either:

1) Provide a new input format capable to loading data from multiple tables  or
2) Provide an example of extending/wrapping the current input format to provide such capability. 

It's not uncommon to have services that may span multiple tables and for each to require their own separate server-side iterators. Curent, in order to make this possible, the AccumuloInputFormat needs to be re-written. Adding the other table is really just a matter of running more scanners and generating the input splits for another table. It would be useful if the Accumulo core code base could provide some sort of composite or multi-table input format by default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira