You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Dave Marion (JIRA)" <ji...@apache.org> on 2012/07/20 01:36:33 UTC

[jira] [Commented] (ACCUMULO-456) Need utility for exporting and importing tables

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

Dave Marion commented on ACCUMULO-456:
--------------------------------------

In addition to the other necessary items (split points, table config, etc.) you may need to copy jars out of the classpath for custom iterators, or at least throw a warning.
                
> Need utility for exporting and importing tables
> -----------------------------------------------
>
>                 Key: ACCUMULO-456
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-456
>             Project: Accumulo
>          Issue Type: New Feature
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>             Fix For: 1.5.0
>
>
> Need a utility to to export and import tables.  A use case would be export table on cluster A, distcp to cluter B, import.  

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

        

Re: [jira] [Commented] (ACCUMULO-456) Need utility for exporting and importing tables

Posted by David Medinets <da...@gmail.com>.
Does it make sense to build on top of an existing utility like Sqoop?
I don't know how Sqoop could be expanded to consider split points and
iterators. Maybe there is something else?