Enrollments closing soon for Post Graduate Certificate Program in Applied Data Science & AI By IIT Roorkee | 3 Seats Left
Apply NowLogin using Social Account
     Continue with GoogleLogin using your credentials
Note - Read about the JOIN operator here
Question-
File A has:
a11 a12
a21 a22
File B has:
a11 b12
b21 b22
These files are in HDFS and are located in /data/pig directory.
Question
If we run the below commands
A = load '/data/pig/A' as (f, s);
B = load '/data/pig/B' as (f, t);
C = join A by f, B by f;
dump C;
then the output will be
(a11,a12,a11,b12)
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Note - Having trouble with the assessment engine? Follow the steps listed here
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...