----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14963/ -----------------------------------------------------------
(Updated Nov. 1, 2013, 3:18 a.m.) Review request for mesos, Benjamin Hindman and Jason Dusek. Changes ------- This diff mainly addresses the Popen arguments issue as recommended by Jason Dusek. In addition, it also fixes a few python style issues. 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 ------- Need to be tested on a real cluster. Thanks, Du Li
