hadoop - Load HBase records from PIG conditionally -


is there way load records hbase pig relation based on value of particular column in hbase? thank you

if @ source code pig hbase loader can see can filter on key range , timestamps , can columns prefix not filter column value.

you can write own loader (even based on code) , add capability need. note performance filtering on column values not great anyway , filtering value in mapper, while slower filtering in hbase filter, not different (you'd saving interprocess communication regionserver pig mapper)


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -