----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14963/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. 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 ----- 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
