> On June 4, 2013, 1:23 a.m., Ben Mahler wrote:
> > src/common/values.cpp, line 51
> > <https://reviews.apache.org/r/11487/diff/1/?file=300047#file300047line51>
> >
> >     What was the motivation for this one?

When I passed an argument to Mesos like this so:

   --resources='cpu:99;mem:99;'

It was exploding on the `'`.  I ended up wrapping the entire command arguments 
in quotes anyway, so I didn't need the extra quotes around the resources arg.


- Brenden


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


On June 6, 2013, 2:08 a.m., Brenden Matthews wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11487/
> -----------------------------------------------------------
> 
> (Updated June 6, 2013, 2:08 a.m.)
> 
> 
> Review request for mesos.
> 
> 
> Description
> -------
> 
> Strip spaces and quotes --resources arg.
> 
> Review: https://reviews.apache.org/r/11487
> 
> 
> Diffs
> -----
> 
>   src/common/values.cpp 36e11d11b5fa26b0bdce17fbfa4f7538db95e27c 
> 
> Diff: https://reviews.apache.org/r/11487/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Brenden Matthews
> 
>

Reply via email to