如何在azure databricks中配置spark submit时传递属性文件

nvbavucw  于 2021-05-27  发布在  Spark
关注(0)|答案(1)|浏览(497)

我试图在以json格式配置spark submit时传递属性文件。它像没有这样的文件一样抛出问题。
错误:属性文件“dbfs:/filestore/tables/conf/properties.conf”无效。
json格式spark提交:
[“--class”,“com.example.extract.temp”,“--properties file”,“dbfs:/filestore/tables/conf/properties.conf”,“dbfs:/filestore/tables/jars/example.jar”]

yshpjwxd

yshpjwxd1#

您尝试过使用文件名/dbfs/filestore/tables/conf/properties.conf吗

相关问题