hive 安装

下载hive:http://hive.apache.org/


1下载hive2.0.1,并解压

2将conf/hive-default.xml.template 改名为hive-site.xml(注意,一定要改为这个名字,不然会报错)


3修改hive-site.xml

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>  
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>  
  3.   <property>  
  4.     <name>javax.jdo.option.ConnectionURL</name>  
  5.     <!--mysql数据库访问url-->  
  6.     <value>jdbc:mysql://10.202.8.122:3306/hive</value>  
  7.     <description>JDBC connect string for a JDBC metastore</description>  
  8.   </property>  
  9.   <property>  
  10.     <name>javax.jdo.option.ConnectionDriverName</name>  
  11.     <!--mysql数据库驱动-->  
  12.     <value>com.mysql.jdbc.Driver</value>  
  13.     <description>Driver class name for a JDBC metastore</description>  
  14.   </property>  
  15.   <property>  
  16.     <name>javax.jdo.option.ConnectionUserName</name>  
  17.     <!--mysql数据库用户名-->  
  18.     <value>root</value>  
  19.     <description>Username to use against metastore database</description>  
  20.   </property>  
  21.   <property>  
  22.     <!--mysql数据库密码-->  
  23.     <name>javax.jdo.option.ConnectionPassword</name>  
  24.     <value>123456</value>  
  25.     <description>password to use against metastore database</description>  
  26.   </property>  
  27. </configuration>


初始化数据库

bin/schematool -initSchema -dbType mysql


替换hive-site.xml中的${system.io.tmpdir} 和${system.user.name},因为脚本不认识它们

启动hive

bin/hive

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值