Hi, The easiest way do this using DataStrimer[1] from all server nodes, but with specific part of data. You can do it using Ignite compute[2] (matching by node id for example or node parameter or any other) with part number as a parameter to SQL query for HDB.
[1]: http://apacheignite.gridgain.org/docs/data-streamers [2]: http://apacheignite.gridgain.org/docs/distributed-closures#broadcast-methods On Tue, Oct 11, 2016 at 4:11 PM, Anil <[email protected]> wrote: > HI, > > we have around 18 M records in hbase which needs to be loaded into ignite > cluster. > > i was looking at > > http://apacheignite.gridgain.org/v1.7/docs/data-loading > > https://github.com/apache/ignite/tree/master/examples > > is there any approach where each ignite node loads the data of one hbase > region ? > > Do you have any recommendations ? > > Thanks. > -- Vladislav Pyatkov
