Which one of the following statements is true?

Given the following Pig command:

logevents = LOAD 'input/my.log' AS (date:chararray, levehstring, code:int, message:string);

Which one of the following statements is true?
A . The logevents relation represents the data from the my.log file, using a comma as the parsing delimiter
B . The logevents relation represents the data from the my.log file, using a tab as the parsing delimiter
C . The first field of logevents must be a properly-formatted date string or table return an error
D . The statement is not a valid Pig command

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments