1.

Point out the correct statement.(a) list FILE[S] *executes a Hive query and prints results to standard output(b) executes a Hive query and prints results to standard output(c) executes a Hive query and prints results to standard output(d) All of the mentionedI have been asked this question in unit test.Query is from HiveQL topic in chapter Hive and HBase of Hadoop

Answer»

The correct answer is (b) EXECUTES a HIVE query and prints RESULTS to standard output

The best I can explain: list FILE[S] * checks whether the given resources are already added to the DISTRIBUTED cache or not. See Hive Resources below for more information.



Discussion

No Comment Found

Related InterviewSolutions