I am new in Accumulo and currently trying to migrate all of data from relational database such as PostgreSQL and Oracle to Accumulo. How do I do this? Is there a direct API that I can use or do I need to use third program?
Can anyone tell me is there any import option available for Accumulo to import the file and create the tables?
There is no direct API in Accumulo to do this, but some users may have written something to help. Using Accumulo requires you to think about how you want to query your data, so you should probably do the migration carefully. Please consider contacting Accumulo's user mailing list to discuss possible solutions with other users who may have insight into doing this.