Missing hive-site when using spark-submit YARN cluster mode

后端 未结 4 700
我在风中等你
我在风中等你 2020-12-06 18:38

Using HDP 2.5.3 and I\'ve been trying to debug some YARN container classpath issues.

Since HDP includes both Spark 1.6 and 2.0.0, there have been some conflicting v

4条回答
  •  北海茫月
    2020-12-06 19:14

    You can use spark property - spark.yarn.dist.files and specify path to hive-site.xml there.

提交回复
热议问题