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

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -