-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14963/
-----------------------------------------------------------

(Updated Nov. 16, 2013, 12:59 a.m.)


Review request for mesos, Benjamin Hindman, Ben Mahler, and Shingo Omura.


Changes
-------

This diff implements CLI mesos-upload, which uploads specified local file(s) to 
a specified directory on all slaves as defined in the var/mesos/deploy/slaves 
configuration file. This version is based command "scp", assuming that 
password-less ssh has been set up on current mesos cluster. Its efficiency 
could be improved later when the number of slaves goes large.


Repository: mesos-git


Description
-------

This commit implements a new CLI command mesos-upload, which upload specified 
local file(s) to a specified directory on all slaves as defined in the 
var/mesos/deploy/slaves file. This version is based on command "rsync". Its 
efficiency could be improved later when the number of slaves goes large, e.g., 
by dynamically organize the slaves into a tree.


Diffs (updated)
-----

  src/cli/mesos-upload PRE-CREATION 

Diff: https://reviews.apache.org/r/14963/diff/


Testing (updated)
-------

has been tested on a local cluster of 12 servers.


Thanks,

Du Li

Reply via email to