Which of the following Column Family attribute settings would you set to do this?
For a given Column Family, you want to always retain at least one version, but expire all other
versions that are older than 5 days. Which of the following Column Family attribute settings would
you set to do this?
What additional capability does Ganglia provide to monitor a Hadoop?
What additional capability does Ganglia provide to monitor a Hadoop?
why should you run the HDFS balancer periodically?
Choose three reasons why should you run the HDFS balancer periodically?
Which of the following will improve write performance?
You have a table with 5 TB of data, 10 RegionServers, and a region size of 256MB. You want to
continue with puts to widely disbursed row ids in your table. Which of the following will improve
write performance?
Which of the following rowkeys should you use?
Yon are storing page view data for a large number of Web sites, each of which has many
subdomains (www.example.com, archive.example.com, beta.example.com, etc.) Your reporting
tool needs to retrieve the total number of page views for a given subdomain of a Web site. Which
of the following rowkeys should you use?
Which two features does Kerberos security add to a Hadoop cluster?
Which two features does Kerberos security add to a Hadoop cluster?
Where does a MapReduce job store the intermediate data output from Mappers?
Where does a MapReduce job store the intermediate data output from Mappers?
In a cluster configured with HDFS High Availability (HA) but NOT HDFS federation, each map task run:
In a cluster configured with HDFS High Availability (HA) but NOT HDFS federation, each map task
run:
Which of the following method(s) would you use next?
From within an HBase application, you would like to create a new table named weblogs. You have
started with the following Java code:
HBaseAdmin admin = new HBaseAdmin (conf);
HTableDescriptor t = new HTableDescriptor(“weblogs”);
Which of the following method(s) would you use next?