[ https://issues.apache.org/jira/browse/SPARK-27760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-27760: ------------------------------------ Assignee: Apache Spark (was: Thomas Graves) > Spark resources - user configs change .count to be .amount > ---------------------------------------------------------- > > Key: SPARK-27760 > URL: https://issues.apache.org/jira/browse/SPARK-27760 > Project: Spark > Issue Type: Story > Components: Spark Core > Affects Versions: 3.0.0 > Reporter: Thomas Graves > Assignee: Apache Spark > Priority: Major > > For the Spark resources, we created the config > spark.\{driver/executor}.resource.\{resourceName}.count > I think we should change .count to be .amount. That more easily allows users > to specify things with suffix like memory in a single config and they can > combine the value and unit. Without this they would have to specify 2 > separate configs (like .count and .unit) which seems more of a hassle for the > user. > Note the yarn configs for resources use amount: > spark.yarn.\{executor/driver/am}.resource=<some amount>, where the <some > amont> is value and unit together. I think that makes a lot of sense. Filed a > separate Jira to add .amount to the yarn configs as well. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org