Github user dragos commented on the pull request:

    https://github.com/apache/spark/pull/5563#issuecomment-116740081
  
    This doesn't work with scalar attributes. For example:
    
    ```
    mesos-slave --master=aquarius:5050 --attributes="zone:main;color:3"
    ```
    
    and then
    
    ```
    spark.mesos.constraints             color:3
    ```
    
    will never accept any resources.
    
    I think this needs to support such attributes. It also needs to log 
whenever a resource is declined because of attributes not matching, ideally 
showing the mismatch.


---
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]

Reply via email to