----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14963/ -----------------------------------------------------------
(Updated Nov. 20, 2013, 11:03 p.m.) Review request for mesos, Benjamin Hindman, Ben Mahler, and Shingo Omura. Changes ------- This diff changes the implementation of upload from rsync to scp using futures + subprocess.Popen, as discussed in Hackathon 11/19 with Ben Hindman. Also the CLI name is changed from mesos-upload to mesos-scp. 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-scp PRE-CREATION Diff: https://reviews.apache.org/r/14963/diff/ Testing ------- has been tested on a local cluster of 12 servers. Thanks, Du Li
