You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2019/10/18 04:12:06 UTC

[bigtop] branch cnb updated: BIGTOP-3255: Add Spark operator into distribution (addendum)

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

ywkim pushed a commit to branch cnb
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/cnb by this push:
     new 564d7f2  BIGTOP-3255: Add Spark operator into distribution (addendum)
564d7f2 is described below

commit 564d7f276de1c8fbb4a60b3dba8ca715870bbbf3
Author: Youngwoo Kim <yw...@apache.org>
AuthorDate: Fri Oct 18 13:11:44 2019 +0900

    BIGTOP-3255: Add Spark operator into distribution (addendum)
---
 kubespray/vagrant/Vagrantfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kubespray/vagrant/Vagrantfile b/kubespray/vagrant/Vagrantfile
index dff6145..0e5b75b 100644
--- a/kubespray/vagrant/Vagrantfile
+++ b/kubespray/vagrant/Vagrantfile
@@ -32,8 +32,8 @@ SUPPORTED_OS = {
 $num_instances = 3
 $instance_name_prefix = "k8s"
 $vm_gui = false
-$vm_memory = 2048
-$vm_cpus = 1
+$vm_memory = 3096
+$vm_cpus = 3
 $shared_folders = {}
 $forwarded_ports = {}
 $subnet = "172.17.8"