hadoop - How to do bulk load in Hbase? -


i learning hbase , trying bulk load hbase table. now, got see java program using

mapper class<longwritable,text,immutablebyteswritable,put> 

and other classes configuration settings. understood concept in java api. want know if have command total file loading hbase table have 'load' command in hive. if there load command, differ different file formats ? can let me know generic syntax it. if there isn't, can live java api it.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -