Sarath Rachakonda created PIG-4121:
--------------------------------------

             Summary: Simple Pig script with HBaseStorage as Load function 
doesn't show job progress in UI
                 Key: PIG-4121
                 URL: https://issues.apache.org/jira/browse/PIG-4121
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.11
            Reporter: Sarath Rachakonda
         Attachments: Attempt.png, Jobs.png, PigStatus.png

I am using simple pig script which loads data from hbase , converts the case 
and just dump the data. 4 jobs got started. Each job shows the progress as 0% 
till the end in the UI. 

{code}
A = LOAD 'hbase://HANDLE_ID_MAP'
       USING org.apache.pig.backend.hadoop.hbase.HBaseStorage(
       'default:default', '-loadKey true ')
       AS (id:chararray, aId:chararray);

B = FOREACH A GENERATE UPPER($0), $1;   

DUMP B;   
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to