최신 Apache-Hadoop-Developer 무료덤프 - Hortonworks Hadoop 2.0 Certification exam for Pig and Hive Developer
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?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Which describes how a client reads a file from HDFS?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
To process input key-value pairs, your mapper needs to lead a 512 MB data file in memory. What is the best way to accomplish this?
정답: B
Analyze each scenario below and indentify which best describes the behavior of the default partitioner?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
What is a SequenceFile?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
You want to understand more about how users browse your public website, such as which pages they visit prior to placing an order. You have a farm of 200 web servers hosting your website. How will you gather this data for your analysis?
정답: B
Which HDFS command displays the contents of the file x in the user's HDFS home directory?
정답: B
Which one of the following statements describes a Pig bag. tuple, and map, respectively?
정답: B
Which one of the following classes would a Pig command use to store data in a table defined in HCatalog?
정답: B
Which one of the following statements is false about HCatalog?
정답: A