覆盖要在命令行上清空的类型安全配置列表

时间:2017-12-10 10:00:22

标签: java scala command-line properties typesafe-config

如何将类型安全配置中的列表覆盖为清空列表

我的错误是

has type STRING rather than LIST

用于试验:

--conf "spark.driver.extraJavaOptions=-Dvalue-foo=''"
--conf "spark.driver.extraJavaOptions=-Dvalue-foo=[]"

how can i override a typesafe config list value on the command line?仅概述了如何设置特定值

1 个答案:

答案 0 :(得分:0)

这是一种缓解措施,但cant override Typesafe configuration on commmandline in spark不再需要工作。

此外,这似乎是目前不受支持的行为:https://github.com/lightbend/config/issues/380