Which of the following constructs are valid Pig Control Structures? August 17, 2021August 17, 2021 administrator Which of the following constructs are valid Pig Control Structures?None of the Option is CorrectExcellent ! Your Answer is Correct. If-elseFor LoopUntil Loop
Data can be supplied to PigUnit tests from: August 17, 2021August 17, 2021 administrator Data can be supplied to PigUnit tests from:HDFS Location and Within ProgramExcellent ! Your Answer is Correct. HDFS FilesAll Options are Correct
DUMP Statement writes the output in a file. August 17, 2021August 17, 2021 administrator DUMP Statement writes the output in a file.FALSEExcellent ! Your Answer is Correct. TRUENone of the Option is Correct
The schema of a relation can be examined through: August 17, 2021August 17, 2021 administrator The schema of a relation can be examined through:DESCRIBEExcellent ! Your Answer is Correct. DUMPILLUSTRATEEXPLAIN
Parameters could be passed to Pig scripts from: August 17, 2021August 17, 2021 administrator Parameters could be passed to Pig scripts from:All Options are CorrectExcellent ! Your Answer is Correct. Shell ScriptCommand LineConfiguration File
Pig is a: August 17, 2021August 17, 2021 administrator “Pig is a:Data Flow LanguageExcellent ! Your Answer is Correct. Programming Language Query LanguageDatabase“
A Map reduce job can be written in: August 17, 2021August 17, 2021 administrator A Map reduce job can be written in: Any Language which can read from input streamExcellent ! Your Answer is Correct. PythonRubyJava
Which of the following writables can be used to know value from a mapper/reducer? August 17, 2021August 17, 2021 administrator Which of the following writables can be used to know value from a mapper/reducer?NullwritableExcellent ! Your Answer is Correct. IntWritableTextNone of the Option is Correct
Distributed cache files can’t be accessed in Reducer. August 17, 2021August 17, 2021 administrator Distributed cache files can’t be accessed in Reducer.FALSEExcellent ! Your Answer is Correct. TRUESomeNone of the Option is Correct
Which of the following class is responsible for converting inputs to key-value (c) Pairs of Map Reduce? August 17, 2021August 17, 2021 administrator Which of the following class is responsible for converting inputs to key-value (c) Pairs of Map ReduceRecordReaderExcellent ! Your Answer is Correct. InputSplitFileInputFormatMapper