Hive 运算符与函数
批处理模式:
处理完一次就结束
-e -f
$HIVE_HOME/bin/hive -e'show databases'
--service 启动服务
set(临时) > hiveconf> hive-site.xml
内置运算符
show funtions; --展示所有运算符
desc funtion [+]; --查看运算符功能
desc function extend [+]; --查看更详细信息
创建空表测试函数
关键运...






