MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following code is used to find scripts that use only the default parallelism? |
| 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. | None of the mentioned |
| Answer» B. a = load '/mapred/history/done' using HadoopJobHistoryLoader() as (j:map[], m:map[], r:map[]); | |