spark 连接 hive
把hive-site.xml复制到spark conf下,文件所属spark:spark
/usr/bin/cp -f /usr/hdp/3.1.4.0-315/hive/conf/hive-site.xml /etc/spark2/conf/
hive sql
https://blog.csdn.net/helloHbulie/article/details/115376657?spm=1001.2014.3001.5501
hive不支持
1.支持等值查询,不支持非等值连接
2.支持 and 多条件过滤,不支持 or 多条件过滤
3.不支持 update 跟 delete