博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hive配置
阅读量:6250 次
发布时间:2019-06-22

本文共 1464 字,大约阅读时间需要 4 分钟。

 vi ./bin/hive-config.sh

export JAVA_HOME=/usr/local/jdk/jdk1.8.0

export HADOOP_HOME=/usr/local/hadoop

export HIVE_HOME=/usr/local/hive/apache-hive-1.2.1

cp hive-default.xml.template hive-site.xml

<property>

    <name>hive.metastore.warehouse.dir</name>

    <value>/usr/local/hive/apache-hive-1.2.1/warehouse</value>

    <description>location of default database for the warehouse</description>

  </property>

<property>

    <name>hive.exec.scratchdir</name>

    <value>/usr/local/hive/apache-hive-1.2.1/tmp</value>

    <description>HDFS root scratch dir for Hive jobs which gets created with write all     (733) permission. For each connecting user, an HDFS scratch dir:     ${hive.exec.scratchdir}/&lt;username&gt; is created, with     ${hive.scratch.dir.permission}.

    </description>

  </property>

  <property>

    <name>hive.exec.local.scratchdir</name>

    <value>/usr/local/hive/apache-hive-1.2.1/tmp</value>

    <description>Local scratch space for Hive jobs</description>

  </property>

<property>

    <name>hive.downloaded.resources.dir</name>

    <value>/usr/local/hive/apache-hive-1.2.1/resources</value>

    <description>Temporary local directory for added resources in the remote file system.</description>

  </property>

cp hive-log4j.properties.template hive-log4j.properties

vi hive-log4j.properties

#log4j.appender.EventCounter=org.apache.hadoop.hive.shims.HiveEventCounter

log4j.appender.EventCounter=org.apache.hadoop.log.metrics.EventCounter

本文转自 skinglzw 51CTO博客,原文链接:http://blog.51cto.com/skinglzw/1870609,如需转载请自行联系原作者

你可能感兴趣的文章
xyssl-0.8 用mingw编译
查看>>
菜鸟也玩DNS之配置域名解析服务器
查看>>
cacti监控批量加,省时省力又省心。
查看>>
apache+mod_python
查看>>
java.io.StreamCorruptedException: invalid type code: AC
查看>>
docker index服务概述
查看>>
全网备份
查看>>
System Security Services Daemon(SSSD)系统安全服务守护进程
查看>>
遭遇jar包冲突
查看>>
Linux 用命令把同一个用户加入多个组
查看>>
linux修改swap虚拟内存大小
查看>>
Oracle数据库巡检
查看>>
Linux centos的tmpfs文件系统
查看>>
Centos7升级安装openssh7.5(也适用于centos6系统)
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
【scala初学】scala 控制 for while match if
查看>>
Oracle子查询和多表查询
查看>>
linux mint系统下编程相关环境配置
查看>>
2016年3月9日作业
查看>>