HiveQL, the query language of Hive, translates queries into which type of Hadoop jobs?

  • Flink
  • MapReduce
  • Spark
  • Tez
HiveQL queries are translated into MapReduce jobs by Hive. MapReduce is the underlying processing framework that Hive uses to execute queries on large datasets stored in Hadoop Distributed File System (HDFS).
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *