随笔分类 - Hive
摘要:一、Hive常用命令 $ hive -help usage: hive -d,--define <key=value> Variable substitution to apply to Hive commands. e.g. -d A=B or --define A=B --database <d
阅读全文
摘要:一、脚本命令 nohup: 放在命令开头,表示不挂起,也就是关闭终端进程也继续保持运行状态 ; /dev/null:是Linux文件系统中的一个文件,被称为黑洞,所有写入改文件的内容都会被自动丢弃 ; 2>&1 : 表示将错误重定向到标准输出上; &: 放在命令结尾,表示后台运行; 一般会组合使用:
阅读全文
摘要:一、Hive安装地址 官网地址:http://hive.apache.org/ 文档查看地址:https://cwiki.apache.org/confluence/display/Hive/GettingStarted github地址:https://github.com/apache/hive
阅读全文