Installing Hive
Install the appropriate Hive packages using the appropriate command for your distribution.
RedHat and CentOS systems |
$ sudo yum install <pkg1> <pkg2> ... |
SLES systems |
$ sudo zypper install <pkg1> <pkg2> ... |
Ubuntu and Debian systems |
$ sudo apt-get install <pkg1> <pkg2> ... |
The packages are:
- hive – base package that provides the complete language and runtime
- hive-metastore – provides scripts for running the metastore as a standalone service (optional)
- hive-server2 – provides scripts for running HiveServer2
- hive-hbase - optional; install this package if you want to use Hive with HBase.
<< Upgrading Hive | Configuring the Hive Metastore >> | |