- Apache Hive Essentials
- Dayong Du
- 258字
- 2021-07-23 20:25:29
Installing Hive from vendor packages
Right now, many companies, such as Cloudera, MapR, IBM, and Hortonworks, have packaged Hadoop into more easily manageable distributions. Each company takes a slightly different strategy, but the consensus for all of these packages is to make Hadoop easier to use for enterprise. For example, we can easily install Hive from Cloudera Distributed Hadoop (CDH), which can be downloaded from http://www.cloudera.com/content/cloudera/en/downloads/cdh.html.
Once CDH is installed to have the Hadoop environment ready, we can add Hive to the Hadoop cluster by following a few steps:
- Log in to the Cloudera manager and click on the dropdown button after the cluster name to choose Add a Service.
Cloudera manager main page
- In the first Add Service Wizard page, choose Hive to install.
- In the second Add Service Wizard page, set the dependencies for the service. Sentry is the authorization policy service for Hive.
- In the third Add Service Wizard page, choose the proper hosts for HiveServer2, Hive Metastore Server, WebHCat Server, and Gateway.
- In the fourth Add Service Wizard page, configure Hive Metastore Server database connections.
- In the last page of Add Service Wizard, review the changes on the Hive warehouse directory and metastore server port number. Keep the default values and click on the Continue button to start installing the Hive service. Once it is complete, close the wizard to finish the Hive installation.
推薦閱讀
- 現代C++編程:從入門到實踐
- Designing Machine Learning Systems with Python
- C語言程序設計(第2 版)
- C語言程序設計
- Data Analysis with Stata
- PHP+Ajax+jQuery網站開發項目式教程
- Java零基礎實戰
- Android移動開發案例教程:基于Android Studio開發環境
- 零基礎學C++(升級版)
- Python物理建模初學者指南(第2版)
- Node.js實戰:分布式系統中的后端服務開發
- Java語言程序設計實用教程(第2版)
- React.js實戰
- jQuery EasyUI從零開始學
- MongoDB進階與實戰:微服務整合、性能優化、架構管理