Valid 1z0-449 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-449 Exam! ExamDiscuss.com now offer the newest 1z0-449 exam dumps, the ExamDiscuss.com 1z0-449 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-449 dumps with Test Engine here:
Which parameter setting will force Impala to execute queries only on the coordinator node?
Correct Answer: C
Explanation/Reference: Limit the number of nodes that process a query, typically during debugging. Only accepts the values 0 (meaning all nodes) or 1 (meaning all work is done on the coordinator node). If you are diagnosing a problem that you suspect is due to a timing issue due to distributed query processing, you can set NUM_NODES=1 to verify if the problem still occurs when all the work is done on a single node. Incorrect Answers: A: the query option DISABLE_UNSAFE_SPILLS=true limits the spill-to-disk feature to prevent runaway disk usage from queries that are known in advance to be suboptimal. References: http://www.cloudera.com/documentation/cdh/5-1-x/Impala/Installing-and-Using-Impala/ ciiu_num_nodes.html