
Spark
liang墨竹
菜鸟进修中……
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spark-2.3集群安装
1、下载官网:http://spark.apache.org/downloads.html2、解压安装上传至master服务器 解压至/opt/目录$ tar -zxvf spark-2.3.0-bin-hadoop2.7.tgz -C /opt/$ mv spark-2.3.0-bin-hadoop2.7 spark-2.3.03、配置信息# 环境配置vi /et...原创 2018-10-26 20:57:55 · 394 阅读 · 0 评论 -
启动SparkSQL时报错:Caused by: java.sql.SQLSyntaxErrorException: Table 'sparkmeta.VERSION' doesn't exist
启动SparkSQL时报错:[root@dn2 bin]# ./spark-sql --master spark://nna:707719/07/03 15:21:18 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes wher...原创 2019-07-04 20:10:24 · 2531 阅读 · 0 评论