I believe Apache Hive can be embedded in Java programs. Can somebody please direct me to the page where “Embedded Hive” can be downloaded? I need to embed Hive to be able to run it on Windows, which is where I am developing my application. Further instructions for embedding and code samples will also be useful.
I believe Apache Hive can be embedded in Java programs. Can somebody please direct
Share
Hive supports embedded mode only in the sense that the RDBMS which stores the meta information for the Hive tables can run locally or on a stand alone server (ref https://cwiki.apache.org/confluence/display/Hive/HiveClient ). Furthermore, hive with it’s accompanying database is merely an orchestrator for a string of MapReduce jobs, which requires the Hadoop framework to be running as well.