This is an automated email from the ASF dual-hosted git repository.

javiroman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-myriad.git


The following commit(s) were added to refs/heads/master by this push:
     new d87b00d  Upgrade to mesos 1.8 (#128)
d87b00d is described below

commit d87b00d189e4580c5a376b3d3cebe41e1693ed5c
Author: OscarFM <oscarf...@gmail.com>
AuthorDate: Fri Jul 19 07:39:22 2019 +0200

    Upgrade to mesos 1.8 (#128)
---
 build.gradle                                   | 2 +-
 vagrant/libvirt/mesos/config/cluster-1m4a.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 02506ab..4660cd2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -69,7 +69,7 @@ subprojects {
     version = "0.2.0"
 
     ext {
-        mesosVer = "1.5.0:shaded-protobuf"
+        mesosVer = "1.8.0:shaded-protobuf"
         //Allows passing -PhadoopVer=2.6.0 from command line
         if(!project.hasProperty('hadoopVer')) {
             hadoopVer = "2.7.0"
diff --git a/vagrant/libvirt/mesos/config/cluster-1m4a.yaml 
b/vagrant/libvirt/mesos/config/cluster-1m4a.yaml
index 3164e9f..81218b9 100644
--- a/vagrant/libvirt/mesos/config/cluster-1m4a.yaml
+++ b/vagrant/libvirt/mesos/config/cluster-1m4a.yaml
@@ -21,7 +21,7 @@
   type: build
   box: centos/7
   ip: 100.0.10.100
-  mem: 4096
+  mem: 6096
   cpu: 2
 - name: mesos-m1
   type: master

Reply via email to