Details
Description
Currently, to use RS with Pig, the user has to use query in the format of:
LOAD 'tbl_name' USING com.cloudera.recordservice.pig.HCatRSLoader();
and there is no way to specify column selection. It would be nice if it can accept queries such as
LOAD 'SELECT col1, col2 FROM tbl_name' USING com.cloudera.recordservice.pig.HCatRSLoader();