Github user susanxhuynh commented on a diff in the pull request:
https://github.com/apache/spark/pull/19543#discussion_r150101873
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala
---
@@ -556,7 +556,8 @@ private[spark] class MesosClusterScheduler(
private class ResourceOffer(
val offer: Offer,
- var remainingResources: JList[Resource]) {
+ var remainingResources: JList[Resource],
+ var attributes: JList[Attribute]) {
override def toString(): String = {
s"Offer id: ${offer.getId}, resources: ${remainingResources}"
--- End diff --
Include the `attributes` in this string?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]