最新的Hortonworks Hadoop 2.0 Certification exam for Pig and Hive Developer - Apache-Hadoop-Developer免費考試真題
Given the following Hive commands:

Which one of the following statements Is true?

Which one of the following statements Is true?
正確答案: C
Which describes how a client reads a file from HDFS?
正確答案: C
說明:(僅 Fast2test 成員可見)
MapReduce v2 (MRv2/YARN) splits which major functions of the JobTracker into separate
daemons? Select two.
daemons? Select two.
正確答案: F,G
說明:(僅 Fast2test 成員可見)
You have a directory named jobdata in HDFS that contains four files: _first.txt, second.txt, .third.txt and #data.txt. How many files will be processed by the FileInputFormat.setInputPaths () command when it's given a path object representing this directory?
正確答案: B
說明:(僅 Fast2test 成員可見)
You have written a Mapper which invokes the following five calls to the OutputColletor.collect method:
output.collect (new Text ("Apple"), new Text ("Red") ) ;
output.collect (new Text ("Banana"), new Text ("Yellow") ) ;
output.collect (new Text ("Apple"), new Text ("Yellow") ) ;
output.collect (new Text ("Cherry"), new Text ("Red") ) ;
output.collect (new Text ("Apple"), new Text ("Green") ) ;
How many times will the Reducer's reduce method be invoked?
output.collect (new Text ("Apple"), new Text ("Red") ) ;
output.collect (new Text ("Banana"), new Text ("Yellow") ) ;
output.collect (new Text ("Apple"), new Text ("Yellow") ) ;
output.collect (new Text ("Cherry"), new Text ("Red") ) ;
output.collect (new Text ("Apple"), new Text ("Green") ) ;
How many times will the Reducer's reduce method be invoked?
正確答案: A
說明:(僅 Fast2test 成員可見)
Which best describes how TextInputFormat processes input files and line breaks?
正確答案: A
說明:(僅 Fast2test 成員可見)