使用hivecontext 查询表
Spark_sbmit 提交作业时报错
Exception in thread “main” org.apache.spark.sql.catalyst.analysis.NoSuchTableException: Table or view ‘hive_wordcount’ not found in database ‘default’;
但在hive中可以查询到hive_wordcount这张表
解决方式:
把hive的配置文件hive-site.xml 复制粘贴到编译过后的spark中的conf下面,
cp hive-site.xml /home/hadoop/app/spark-2.1.0-bin-2.6.0-cdh5.7.0/conf/
重新提交作业