Re: Union of multiple loads using HBaseStorage not working as expected.

2011-09-06 Thread Eduardo Afonso Ferreira
Hey, Dmitriy, We built from a code we got from the 0.9 branch a couple of weeks ago. But we just built from the trunk and now it works as expected. Thanks for the help. Eduardo. From: Dmitriy Ryaboy To: user@pig.apache.org; Eduardo Afonso Ferreira Sent

Union of multiple loads using HBaseStorage not working as expected.

2011-09-06 Thread Eduardo Afonso Ferreira
Hi there, We hit a possible issue with Pig (version 0.9.1) and HBaseStorage where we try to LOAD multiple sets of data and UNION them. Here's a simple example that shows the problem: HBase Data (use hbase shell to create table and add rows): create 'test', {NAME => 'data', VERSIONS => 1} put