一、架构
一、HIVE 初识入门笔记
二、常用配置
  • 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文件,所有历史命令在其中

相关文章:

  • 2021-05-21
  • 2021-12-06
  • 2021-11-16
  • 2021-10-28
  • 2021-12-25
  • 2021-12-28
  • 2021-06-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-11-03
  • 2021-11-14
  • 2021-06-17
  • 2021-07-20
相关资源
相似解决方案