Registry / database / hive-exec

hive-exec

JSON →
library4.2.0javamavenunverified

Execution core for Apache Hive, providing query compilation and execution for Hadoop-based data warehousing.

<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · HIVE-EXEC
H
hive-exec
databasejavav4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Task
org.apache.hadoop.hive.ql.exec.Task

Executes a simple Hive query using the Driver class.

import org.apache.hadoop.hive.ql.exec.Task; import org.apache.hadoop.hive.ql.Driver; public class Example { public static void main(String[] args) throws Exception { Driver driver = new Driver(); driver.run("SELECT 1"); System.out.println("Query executed"); } }
Debug
Known issues
breakingHive 4.x has significant changes from 3.x, including removal of some deprecated APIs and changes in execution engine.
fix
Check Hive 4 migration guide for API changes and compatibility.
affects: >=4.0.0
Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hive-exec — mvn dependency:get hive-exec · libregistry