Re: Review Request 39597: Add Newbie guide.

2015-12-18 Thread Timothy Chen

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

Ship it!


Ship It!

- Timothy Chen


On Dec. 8, 2015, 11:40 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Dec. 8, 2015, 11:40 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-12-08 Thread Neil Conway


> On Nov. 2, 2015, 8:59 p.m., Neil Conway wrote:
> > docs/NewbieQuickStart.md, line 86
> > 
> >
> > Links to other docs pages should take the form "(anchor-text)[foo.md]", 
> > rather than using the full URL.
> 
> Diana Arroyo wrote:
> I didn't add the above suggestion because it doesn't seem to work with 
> the docs online.  See: 
> http://mesos.apache.org/documentation/latest/architecture/ and scroll down to 
> the hotlink "App/Framework development guide".  If you select the link it 
> fails.  The underlying text in the architecture.md file is: (see the 
> [App/Framework development guide](app-framework-development-guide.md).

Hi Diana, that is a separate/unrelated issue (see 
https://issues.apache.org/jira/browse/MESOS-1521 -- should be fixed when the 
site is next regenerated). Your change should follow the same link format used 
by the rest of the documentation pages (i.e., it should not use an absolute 
URL).


- Neil


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


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-12-08 Thread Diana Arroyo


> On Nov. 6, 2015, 5:18 p.m., Vaibhav Khanduja wrote:
> > docs/NewbieQuickStart.md, line 108
> > 
> >
> > I am a "newbie" so was referring to your wip guide. I tried to run this 
> > command, but looks like it did not work me.
> > 
> > a) the options --gtest-filter, --gtest-shuffle and --gtest-repeat are 
> > having "underscore" and not "hyphen" 
> > 
> > --gtest_filter, --gtest_shuffle and --gtest_repeat
> > 
> > b) The command did not filter on Docker testcases, but ran all test 
> > cases. 
> > 
> > sudo GLOG_v=1 ./bin/mesos-tests.sh  –gtest_filter=”*DOCKER*” 
> > --break-on-error –gtest_shuffle –gtest_repeat=100
> > 
> > is there something wrong here?
> 
> Timothy Chen wrote:
> You need two dashes (--gtest_filter), otherwise it should work.
> 
> Vaibhav Khanduja wrote:
> Thanks Tim ... suggestions in "a)" should be made .. the options have 
> underscore between than hyphen e.g. "--gtest_filter" and not "--gtest-filter"

I corrected the "--gtest_filter" parameter in the document and added a "sudo" 
at the beginning as well.  Thanks Vaibhav!


- Diana


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


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-12-08 Thread Diana Arroyo


> On Oct. 23, 2015, 4:07 p.m., James Peach wrote:
> > I'm pretty sure that Mesos only builds with the bundled GLog and GTest. At 
> > least I've always been unsuccessful in building against unbundled versions 
> > of those components.

Hi James, do you think we should change some content based on your review 
comment above?  Please advise.  Thanks.


- Diana


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


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-12-08 Thread James Peach


> On Oct. 23, 2015, 4:07 p.m., James Peach wrote:
> > I'm pretty sure that Mesos only builds with the bundled GLog and GTest. At 
> > least I've always been unsuccessful in building against unbundled versions 
> > of those components.
> 
> Diana Arroyo wrote:
> Hi James, do you think we should change some content based on your review 
> comment above?  Please advise.  Thanks.

Consider removing them from the list of tooling prerequisites? They are bundled 
with Mesos so using external versions seems like an advanced task, not 
something that you'd want to deal with right away.


- James


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


On Dec. 8, 2015, 11:40 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Dec. 8, 2015, 11:40 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-12-08 Thread Diana Arroyo


> On Nov. 2, 2015, 7:01 p.m., Timothy Chen wrote:
> > Thanks for doing this Diana! Sorry for the delay, we need to figure out a 
> > place to put this on the website as well. You have suggestions?

How about in this page: http://mesos.apache.org/community/ under the title: 
"Contribute a core patch"?


- Diana


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


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-12-08 Thread Diana Arroyo


> On Nov. 21, 2015, 1:05 a.m., Timothy Chen wrote:
> > Diana are you still able to finish the comments?
> 
> Diana Arroyo wrote:
> Hey Tim, Yes, I'll finish them up.

Done.  I only have to outstanding items from Neil I didn't fix but provided a 
comment instead.  Do we wait for Neil to agree to the comments before we merge? 
 Please advise.


- Diana


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


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-12-08 Thread Diana Arroyo

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

(Updated Dec. 8, 2015, 11:40 p.m.)


Review request for mesos, Timothy Chen and Vinod Kone.


Changes
---

Changes as a result of reviews.


Bugs: MESOS-3224
https://issues.apache.org/jira/browse/MESOS-3224


Repository: mesos


Description
---

Add Newbie guide.


Diffs (updated)
-

  docs/NewbieQuickStart.md PRE-CREATION 

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


Testing
---


Thanks,

Diana Arroyo



Re: Review Request 39597: Add Newbie guide.

2015-12-08 Thread Mesos ReviewBot

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


Patch looks great!

Reviews applied: [39597]

Passed command: export OS=ubuntu:14.04;export CONFIGURATION="--verbose";export 
COMPILER=gcc; ./support/docker_build.sh

- Mesos ReviewBot


On Dec. 8, 2015, 11:40 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Dec. 8, 2015, 11:40 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-12-03 Thread Diana Arroyo


> On Nov. 21, 2015, 1:05 a.m., Timothy Chen wrote:
> > Diana are you still able to finish the comments?

Hey Tim, Yes, I'll finish them up.


- Diana


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


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-11-20 Thread Timothy Chen


> On Nov. 6, 2015, 5:18 p.m., Vaibhav Khanduja wrote:
> > docs/NewbieQuickStart.md, line 108
> > 
> >
> > I am a "newbie" so was referring to your wip guide. I tried to run this 
> > command, but looks like it did not work me.
> > 
> > a) the options --gtest-filter, --gtest-shuffle and --gtest-repeat are 
> > having "underscore" and not "hyphen" 
> > 
> > --gtest_filter, --gtest_shuffle and --gtest_repeat
> > 
> > b) The command did not filter on Docker testcases, but ran all test 
> > cases. 
> > 
> > sudo GLOG_v=1 ./bin/mesos-tests.sh  –gtest_filter=”*DOCKER*” 
> > --break-on-error –gtest_shuffle –gtest_repeat=100
> > 
> > is there something wrong here?

You need two dashes (--gtest_filter), otherwise it should work.


- Timothy


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


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-11-20 Thread Timothy Chen

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


Diana are you still able to finish the comments?

- Timothy Chen


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-11-20 Thread Vaibhav Khanduja


> On Nov. 6, 2015, 5:18 p.m., Vaibhav Khanduja wrote:
> > docs/NewbieQuickStart.md, line 108
> > 
> >
> > I am a "newbie" so was referring to your wip guide. I tried to run this 
> > command, but looks like it did not work me.
> > 
> > a) the options --gtest-filter, --gtest-shuffle and --gtest-repeat are 
> > having "underscore" and not "hyphen" 
> > 
> > --gtest_filter, --gtest_shuffle and --gtest_repeat
> > 
> > b) The command did not filter on Docker testcases, but ran all test 
> > cases. 
> > 
> > sudo GLOG_v=1 ./bin/mesos-tests.sh  –gtest_filter=”*DOCKER*” 
> > --break-on-error –gtest_shuffle –gtest_repeat=100
> > 
> > is there something wrong here?
> 
> Timothy Chen wrote:
> You need two dashes (--gtest_filter), otherwise it should work.

Thanks Tim ... suggestions in "a)" should be made .. the options have 
underscore between than hyphen e.g. "--gtest_filter" and not "--gtest-filter"


- Vaibhav


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


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-11-06 Thread Vaibhav Khanduja

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



docs/NewbieQuickStart.md (line 108)


I am a "newbie" so was referring to your wip guide. I tried to run this 
command, but looks like it did not work me.

a) the options --gtest-filter, --gtest-shuffle and --gtest-repeat are 
having "underscore" and not "hyphen" 

--gtest_filter, --gtest_shuffle and --gtest_repeat

b) The command did not filter on Docker testcases, but ran all test cases. 

sudo GLOG_v=1 ./bin/mesos-tests.sh  –gtest_filter=”*DOCKER*” 
--break-on-error –gtest_shuffle –gtest_repeat=100

is there something wrong here?


- Vaibhav Khanduja


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-11-02 Thread Timothy Chen

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


Thanks for doing this Diana! Sorry for the delay, we need to figure out a place 
to put this on the website as well. You have suggestions?

- Timothy Chen


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-11-02 Thread Neil Conway

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



docs/NewbieQuickStart.md (line 61)


Can we mention 3rdparty/libprocess/README.md and 
3rdparty/libprocess/3rdparty/stout/README.md?



docs/NewbieQuickStart.md (line 65)


Re: "detailed steps", can we link to the appropriate part of the docs? 
(e.g., getting started)



docs/NewbieQuickStart.md (line 69)


Rather than saying "A link to...", seems simpler to just include a link to 
JIRA and remove this text.



docs/NewbieQuickStart.md (line 86)


Links to other docs pages should take the form "(anchor-text)[foo.md]", 
rather than using the full URL.



docs/NewbieQuickStart.md (line 99)


See above re: link. Same changes also needed below in a few places.



docs/NewbieQuickStart.md (line 118)


This could be cleaned up: no need to mention JIRA URL twice.


- Neil Conway


On Oct. 30, 2015, 9 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 30, 2015, 9 p.m.)
> 
> 
> Review request for mesos, Timothy Chen and Vinod Kone.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-10-23 Thread James Peach

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


I'm pretty sure that Mesos only builds with the bundled GLog and GTest. At 
least I've always been unsuccessful in building against unbundled versions of 
those components.

- James Peach


On Oct. 23, 2015, 3:08 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 23, 2015, 3:08 p.m.)
> 
> 
> Review request for mesos and Timothy Chen.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Re: Review Request 39597: Add Newbie guide.

2015-10-23 Thread Mesos ReviewBot

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


Patch looks great!

Reviews applied: [39597]

All tests passed.

- Mesos ReviewBot


On Oct. 23, 2015, 3:08 p.m., Diana Arroyo wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39597/
> ---
> 
> (Updated Oct. 23, 2015, 3:08 p.m.)
> 
> 
> Review request for mesos and Timothy Chen.
> 
> 
> Bugs: MESOS-3224
> https://issues.apache.org/jira/browse/MESOS-3224
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Add Newbie guide.
> 
> 
> Diffs
> -
> 
>   docs/NewbieQuickStart.md PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/39597/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Diana Arroyo
> 
>



Review Request 39597: Add Newbie guide.

2015-10-23 Thread Diana Arroyo

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

Review request for mesos and Timothy Chen.


Bugs: MESOS-3224
https://issues.apache.org/jira/browse/MESOS-3224


Repository: mesos


Description
---

Add Newbie guide.


Diffs
-

  docs/NewbieQuickStart.md PRE-CREATION 

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


Testing
---


Thanks,

Diana Arroyo