- 问题: Please make sure that jars for your version of hive and hadoop are included in the paths passed to spark.sql.hive.metastore.jars.

修改配置:
spark.sql.hive.metastore.version=/usr/hdp/current/spark2-client/jars/*
- datax-hdfs支持高可用

将hive-site.xml、core-site.xml、hdfs-site.xml集群的配置文件打入到hdfswriter-0.0.1-SNAPSHOT.jar包里
文章讲述了在使用Spark时,确保Hive和Hadoop的相关jar包已包含在Spark的类路径中,特别是对于metastore的配置。同时,提到了datax-hdfs插件支持HDFS的高可用性,通过将集群的hive-site.xml、core-site.xml和hdfs-site.xml配置文件打包进hdfswriter的jar中来实现。

2662

被折叠的 条评论
为什么被折叠?



