Pig & Pig Latin

You are currently auditing this course.
42 / 49

Note - Read about the JOIN operator here

Question - Is the below script correct in Pig?

A = LOAD 'data1';
B = LOAD 'data2';
C = JOIN A, B;

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...