If the task did not start at all, you want to check the setup stage to
see if there was an error. Does the MR job page have something at the
top that says "Job Setup: Failed", with "failed" being a link? Are
there error messages there?

On Wed, Mar 7, 2012 at 11:22 PM, Marcin Cylke <mcl.pigus...@touk.pl> wrote:
> On 07/03/12 17:54, Bill Graham wrote:
>>
>> You should also verify that the Pig job works as expected when just
>> issuing
>> DUMP
>
>
> If you mean doing something like this:
>
>
> raw_data = LOAD ‘sample_data.csv’ USING PigStorage( ‘,’ ) AS (
> listing_id: chararray,
> fname: chararray,
> lname: chararray );
> dump raw_data;
>
> Than yes, I've tried this, and it works ok. Shows tuples with contents of
> the given file.
>
>
>> and that HBase works as expected when manually inserting a few rows
>> (without Pig).
>
>
> Adding rows to hbase table via HBase shell works ok.
>
> Any other ideas why this does not work?
>
> Marcin

Reply via email to