您的位置:首页 > 其它

一、HIVE 初识入门笔记

2018-04-01 15:48 239 查看
一、架构



二、常用配置

hive-log4j.properties中 hive.log.dir,bin/hive -hiveconf 改变默认参数

hive-site.xml中 常用辅助配置 hive.cli.print.current.db 显示数据库以及hive.cli.print.header显示结果集头

三、运维命令

执行命令

hive -e " sql "

hive -f filename > xxx.log &

hive -i 与 udf相互使用

shell下巧set;查看环境所有配置

启动命令

hive --service metastore &

hive --service hiveserver2 &

四、其他

hive shell下敲dfs -ls /可以直接访问hdfs 注:前面无需加hdfs前缀

! shell命令 hive shell下访问linux环境

exit,quit退出hive shell

当前用户下,ls -al 可以查看hivehistory文件,所有历史命令在其中
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: