Which Hadoop tool is used for writing SQL-like queries for data transformation?
- Apache Flume
- Apache HBase
- Apache Hive
- Apache Spark
Apache Hive is a Hadoop-based data warehousing tool that facilitates the writing and execution of SQL-like queries, known as HiveQL, for data transformation and analysis. It translates these queries into MapReduce jobs for efficient processing.
Loading...
Related Quiz
- The ____ tool in Hadoop is used for simulating cluster conditions on a single machine for testing.
- How does Apache Pig handle schema design in data processing?
- For large-scale Hadoop deployments, ____ strategies are essential for efficient and rapid disaster recovery.
- The selection of ____ is essential in determining the processing power of a Hadoop cluster.
- In Java, the ____ class is essential for configuring and executing Hadoop jobs.