Hive常用交互命令—悟空智慧教育

Posted wukongone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hive常用交互命令—悟空智慧教育相关的知识,希望对你有一定的参考价值。

1.“-e”不进入hive的交互窗口执行sql语句$ bin/hive -e "select id from student;"2.“-f”执行脚本中sql语句 (1)在/opt/module/datas目录下创建hivef.sql文件[hadoop@master datas]$ touch hivef.sql 文件中写入正确的sql语句 select *from student; (2)执行文件中的sql语句$ bin/hive -f /opt/module/datas/hivef.sql(3)执行文件中的sql语句并将结果写入文件中$ bin/hive -f /opt/module/datas/hivef.sql > /opt/module/datas/hive_result.txt

以上文章内容来源于《悟空智慧教育》:www.wukongone.com,《悟空智慧教育》是一家专业的大数据视频教学网,专属定制您的未来。

以上是关于Hive常用交互命令—悟空智慧教育的主要内容,如果未能解决你的问题,请参考以下文章

Hive和数据库比较-悟空智慧教育

DBInputFormat和DBOutputFormat——悟空智慧教育

Kafka集群部署-“悟空智慧教育”

服务端调优——悟空智慧教育

kafka中Replication相关概念-"悟空智慧教育"

hive之RANK排名