Which two of the following statements are true about Pig's approach toward data? Choose 2 answers
You need to run the same job many times with minor variations. Rather than hardcoding all job configuration options in your drive code, you've decided to have your Driver subclass org.apache.hadoop.conf.Configured and implement the org.apache.hadoop.util.Tool interface.
Indentify which invocation correctly passes.mapred.job.name with a value of Example to Hadoop?
Configure the property using the -D key=value notation:
-D mapred.job.name='My Job'
You can list a whole bunch of options by calling the streaming jar with just the -info argument
Which one of the following statements describes a Pig bag. tuple, and map, respectively?
Given the following Hive command:
Which one of the following statements is true?
Which one of the following statements is true regarding a MapReduce job?
Jaime
9 months agoMaxima
10 months agoIlene
10 months ago