Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/14022
> if someone adds a spark conf that doesn't start with "spark.", which I
think is allowed by spark conf.
Well, it is and it isn't. You can't set non-`spark.` configs from
spark-submit or system properties. But you can set them directly in the code.
In general, Spark completely ignores anything that does not start with `spark.`
so I think that's ok here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]