MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following find the running time of each script (in seconds)? |
| A. | a = load '/mapred/history/done' using HadoopJobHistoryLoader() as (j:map[], m:map[], r:map[]); |
| B. | a = load '/mapred/history/done' using HadoopJobHistoryLoader() as (j:map[], m:map[], r:map[]); |
| C. | a = load '/mapred/history/done' using HadoopJobHistoryLoader() as (j:map[], m:map[], r:map[]); |
| D. | All of the mentioned |
| Answer» B. a = load '/mapred/history/done' using HadoopJobHistoryLoader() as (j:map[], m:map[], r:map[]); | |