Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Hive installation and configuration process

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "the installation and configuration process of Hive". In the daily operation, I believe many people have doubts about the installation and configuration process of Hive. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts about "the installation and configuration process of Hive". Next, please follow the editor to study!

Download apache-hive-0.13.1-bin.tar.gz on the official website and extract it to / opt/tools

Configure environment variables, vim / etc/profile

Modify the configuration file $HIVE_HOME/conf to remove all configuration file names .template

Hive-env.sh, addin

HADOOP_HOME=/opt/tools/hadoop-2.4.1export HIVE_CONF_DIR=/opt/tools/apache-hive-0.13.1-bin/conf

Hive-site.xml (the metadata is stored in a remote mysql database. Ignore this item if it is directly stored in the derby that comes with hive)

Javax.jdo.option.ConnectionURL jdbc:mysql://mysqlServer:3306/hive?createDatabaseIfNotExist=true JDBC connect string for a JDBC metastore javax.jdo.option.ConnectionDriverName com.mysql.jdbc.Driver Driver class name for a JDBC metastore javax.jdo.option.ConnectionUserName hive username to use against metastore database javax.jdo.option.ConnectionPassword 123 password to use against metastore database hive.metastore.local false

4. Start

Root@ubuntu:~# hive at this point, the "Hive installation and configuration process" on the end of the study, I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report