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
Post a Comment