[jira] [Closed] (SPARK-10695) spark.mesos.constraints documentation uses "=" to separate value instead ":" as parser and mesos expects.

2015-09-23 Thread Akash Mishra (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akash Mishra closed SPARK-10695.


Change is successfully merged in master and 1.5 Branch.

> spark.mesos.constraints documentation uses "=" to separate value instead ":" 
> as parser and mesos expects.
> -
>
> Key: SPARK-10695
> URL: https://issues.apache.org/jira/browse/SPARK-10695
> Project: Spark
>  Issue Type: Bug
>  Components: Documentation, Mesos
>Affects Versions: 1.5.0
>Reporter: Akash Mishra
>Assignee: Akash Mishra
>Priority: Critical
> Fix For: 1.6.0, 1.5.1
>
>
> Incorrect documentation which leads to exception when using constraints value 
> as specified in documentation. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-10695) spark.mesos.constraints documentation uses "=" to separate value instead ":" as parser and mesos expects.

2015-09-18 Thread Akash Mishra (JIRA)
Akash Mishra created SPARK-10695:


 Summary: spark.mesos.constraints documentation uses "=" to 
separate value instead ":" as parser and mesos expects.
 Key: SPARK-10695
 URL: https://issues.apache.org/jira/browse/SPARK-10695
 Project: Spark
  Issue Type: Bug
  Components: Documentation
Affects Versions: 1.5.0
Reporter: Akash Mishra
Priority: Critical
 Fix For: 1.5.1


Incorrect documentation which leads to exception when using constraints value 
as specified in documentation. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-10618) Refactoring and adding test for Mesos coarse-grained Scheduler

2015-09-15 Thread Akash Mishra (JIRA)
Akash Mishra created SPARK-10618:


 Summary: Refactoring and adding test for Mesos coarse-grained 
Scheduler
 Key: SPARK-10618
 URL: https://issues.apache.org/jira/browse/SPARK-10618
 Project: Spark
  Issue Type: Test
  Components: Spark Core
Affects Versions: 1.5.0
Reporter: Akash Mishra
Priority: Trivial
 Fix For: 1.6.0


Various condition for checking if Mesos offer is valid for Scheduling or not is 
cluttered in the resourceOffer method and has no unit test. This is a 
refactoring JIRA to extract the logic in a method and test that method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Closed] (SPARK-10514) Minimum ratio of registered resources [ spark.scheduler.minRegisteredResourcesRatio] is not enabled for Mesos Coarse Grained mode

2015-09-10 Thread Akash Mishra (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akash Mishra closed SPARK-10514.


Patch is successfully merged in master. 

> Minimum ratio of registered resources [ 
> spark.scheduler.minRegisteredResourcesRatio] is not enabled for Mesos Coarse 
> Grained mode
> -
>
> Key: SPARK-10514
> URL: https://issues.apache.org/jira/browse/SPARK-10514
> Project: Spark
>  Issue Type: Bug
>  Components: Mesos
>Affects Versions: 1.4.1
>Reporter: Akash Mishra
>Assignee: Akash Mishra
> Fix For: 1.6.0
>
>
> "spark.scheduler.minRegisteredResourcesRatio" configuration parameter is not 
> effecting the Mesos Coarse Grained mode. This is because the scheduler is not 
> overriding the "sufficientResourcesRegistered" function which is true by 
> default. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-10514) Minimum ratio of registered resources [ spark.scheduler.minRegisteredResourcesRatio] is not enabled for Mesos Coarse Grained mode

2015-09-09 Thread Akash Mishra (JIRA)
Akash Mishra created SPARK-10514:


 Summary: Minimum ratio of registered resources [ 
spark.scheduler.minRegisteredResourcesRatio] is not enabled for Mesos Coarse 
Grained mode
 Key: SPARK-10514
 URL: https://issues.apache.org/jira/browse/SPARK-10514
 Project: Spark
  Issue Type: Bug
  Components: Spark Core
Affects Versions: 1.4.1
Reporter: Akash Mishra


"spark.scheduler.minRegisteredResourcesRatio" configuration parameter is not 
effecting the Mesos Coarse Grained mode. This is because the scheduler is not 
overriding the "sufficientResourcesRegistered" function which is true by 
default. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-10514) Minimum ratio of registered resources [ spark.scheduler.minRegisteredResourcesRatio] is not enabled for Mesos Coarse Grained mode

2015-09-09 Thread Akash Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-10514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14737103#comment-14737103
 ] 

Akash Mishra commented on SPARK-10514:
--

Created a pull request https://github.com/apache/spark/pull/8672 for this bug.

> Minimum ratio of registered resources [ 
> spark.scheduler.minRegisteredResourcesRatio] is not enabled for Mesos Coarse 
> Grained mode
> -
>
> Key: SPARK-10514
> URL: https://issues.apache.org/jira/browse/SPARK-10514
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Core
>Affects Versions: 1.4.1
>Reporter: Akash Mishra
>
> "spark.scheduler.minRegisteredResourcesRatio" configuration parameter is not 
> effecting the Mesos Coarse Grained mode. This is because the scheduler is not 
> overriding the "sufficientResourcesRegistered" function which is true by 
> default. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org