[jira] [Resolved] (MYRIAD-159) Change default mesos version to 0.24

2015-10-29 Thread Santosh Marella (JIRA)

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

Santosh Marella resolved MYRIAD-159.

Resolution: Fixed

> Change default mesos version to 0.24
> 
>
> Key: MYRIAD-159
> URL: https://issues.apache.org/jira/browse/MYRIAD-159
> Project: Myriad
>  Issue Type: Improvement
>  Components: Scheduler
>Reporter: Yuliya Feldman
>Assignee: DarinJ
> Fix For: Myriad 0.1.0
>
>
> Since Mesos moved to 0.25 version by now it would be beneficial to change 
> Mesos version with which myriad is built to 0.24 at least



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


[jira] [Updated] (MYRIAD-159) Change default mesos version to 0.24

2015-10-29 Thread Santosh Marella (JIRA)

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

Santosh Marella updated MYRIAD-159:
---
Assignee: DarinJ  (was: Yuliya Feldman)

> Change default mesos version to 0.24
> 
>
> Key: MYRIAD-159
> URL: https://issues.apache.org/jira/browse/MYRIAD-159
> Project: Myriad
>  Issue Type: Improvement
>  Components: Scheduler
>Reporter: Yuliya Feldman
>Assignee: DarinJ
> Fix For: Myriad 0.1.0
>
>
> Since Mesos moved to 0.25 version by now it would be beneficial to change 
> Mesos version with which myriad is built to 0.24 at least



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


[jira] [Commented] (MYRIAD-159) Change default mesos version to 0.24

2015-10-29 Thread Santosh Marella (JIRA)

[ 
https://issues.apache.org/jira/browse/MYRIAD-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14980685#comment-14980685
 ] 

Santosh Marella commented on MYRIAD-159:


Moved the Mesos version to 0.24.1.
Fixed with https://github.com/apache/incubator-myriad/pull/23

> Change default mesos version to 0.24
> 
>
> Key: MYRIAD-159
> URL: https://issues.apache.org/jira/browse/MYRIAD-159
> Project: Myriad
>  Issue Type: Improvement
>  Components: Scheduler
>Reporter: Yuliya Feldman
>Assignee: DarinJ
> Fix For: Myriad 0.1.0
>
>
> Since Mesos moved to 0.25 version by now it would be beneficial to change 
> Mesos version with which myriad is built to 0.24 at least



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


[jira] [Created] (MYRIAD-159) Change default mesos version to 0.24

2015-10-19 Thread Yuliya Feldman (JIRA)
Yuliya Feldman created MYRIAD-159:
-

 Summary: Change default mesos version to 0.24
 Key: MYRIAD-159
 URL: https://issues.apache.org/jira/browse/MYRIAD-159
 Project: Myriad
  Issue Type: Improvement
  Components: Scheduler
Reporter: Yuliya Feldman
 Fix For: Myriad 0.1.0


Since Mesos moved to 0.25 version by now it would be beneficial to change Mesos 
version with which myriad is built to 0.24 at least



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


Re: Default Mesos version

2015-10-14 Thread Adam Bordelon
Certainly. Mesos only promises +/-1 version compatibility between the Mesos
master and the scheduler's libmesos, and between the agent process and an
executor's libmesos. So a modern (0.23+) Mesos may not work well with
Myriad. We should be building Myriad with at least Mesos 0.24 now.

On Wed, Oct 14, 2015 at 10:10 PM, yuliya Feldman <
yufeld...@yahoo.com.invalid> wrote:

> Hello here,
> Currently mesos version in build.gradle is 0.21. It is a bit outdated,
> considering Mesos 0.25 is out.
> Does it make sense to change default version from 0.21 to a fresher one?
> Thoughts?
> Thanks,Yuliya