Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/12824
@tgravescs the problem is this code in Client.scala:
sparkConf.set(TOKEN_RENEWAL_INTERVAL, renewalInterval)
That will write the value to the config with the `ms` suffix. I think it
would be better to move the `TOKEN_RENEWAL_INTERVAL` definition to the core
module's config list, so that the code that reads it can also just use the
constant instead of using its own parsing code. It shouldn't need a default
either, since that config is set when it's needed (which why the config entry
is defined as optional).
---
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]