{"id":54986,"library":"hive-exec","title":"Apache Hive Exec","description":"Execution core for Apache Hive, providing query compilation and execution for Hadoop-based data warehousing.","status":"active","version":"4.2.0","language":"java","source_language":null,"source_url":"https://github.com/apache/maven-apache-parent","tags":["hive","hadoop","sql","data-warehouse","execution"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.hive</groupId>\n  <artifactId>hive-exec</artifactId>\n  <version>4.2.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.hive:hive-exec:4.2.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Task","correct":"org.apache.hadoop.hive.ql.exec.Task"}],"quickstart":{"code":"import org.apache.hadoop.hive.ql.exec.Task;\nimport org.apache.hadoop.hive.ql.Driver;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        Driver driver = new Driver();\n        driver.run(\"SELECT 1\");\n        System.out.println(\"Query executed\");\n    }\n}","lang":"java","description":"Executes a simple Hive query using the Driver class."},"warnings":[{"fix":"Check Hive 4 migration guide for API changes and compatibility.","message":"Hive 4.x has significant changes from 3.x, including removal of some deprecated APIs and changes in execution engine.","severity":"breaking","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'apach':1,7 'base':17 'compil':11 'core':5 'data':18,24 'data-warehous':23 'exec':3 'execut':4,13,26 'hadoop':16,21 'hadoop-bas':15 'hive':2,8,20 'provid':9 'queri':10 'sql':22 'wareh':19 'warehous':25","created_at":"2026-06-15T09:31:58.889828+00:00","updated_at":"2026-06-15T09:31:58.889828+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://hive.apache.org","github":"https://github.com/apache/maven-apache-parent","docs":"https://appdoc.app/artifact/org.apache.hive/hive-exec/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}