摘要: 1 安装mysql apt-get install mysql-server2 修改 hive 的默认配置 2.1 修改 hive 运行环境(hive-env.sh.template) HADOOP_HOME=/lib/hadoop 2.2 在conf目录下添加hive-site.xml文件,内容为: <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <configuration> &l 阅读全文