Re: Review Request 65618: Windows: Enabled `curl` and `hadoop` fetcher plugins on Windows.

2018-02-12 Thread Jeff Coffler


> On Feb. 13, 2018, 12:08 a.m., Andrew Schwartzmeyer wrote:
> > I looked at MESOS-5473, and I had previously closed it because it didn't 
> > make sense.
> > 
> > Would you open a new issue: "Enable Docker fetcher plugin on Windows" and 
> > update the comments here?

Done, MESOS-8570: Enable Docker fetcher plugin on Windows.


- Jeff


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


On Feb. 12, 2018, 11:31 p.m., Jeff Coffler wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65618/
> ---
> 
> (Updated Feb. 12, 2018, 11:31 p.m.)
> 
> 
> Review request for mesos, Andrew Schwartzmeyer and John Kordich.
> 
> 
> Bugs: MESOS-6715
> https://issues.apache.org/jira/browse/MESOS-6715
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Enabled both `curl` and `hadoop` fetcher plugins on Windows platform.
> 
> 
> Diffs
> -
> 
>   src/uri/fetcher.hpp 2b2b14ec0324d4d4dc12ac9c99fd74708fc83065 
>   src/uri/fetcher.cpp 13c2d5499b6c551e1333a73e8473de308e6c3bc2 
> 
> 
> Diff: https://reviews.apache.org/r/65618/diff/1/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Jeff Coffler
> 
>



Re: Review Request 65618: Windows: Enabled `curl` and `hadoop` fetcher plugins on Windows.

2018-02-12 Thread Andrew Schwartzmeyer

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



I looked at MESOS-5473, and I had previously closed it because it didn't make 
sense.

Would you open a new issue: "Enable Docker fetcher plugin on Windows" and 
update the comments here?

- Andrew Schwartzmeyer


On Feb. 12, 2018, 3:31 p.m., Jeff Coffler wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65618/
> ---
> 
> (Updated Feb. 12, 2018, 3:31 p.m.)
> 
> 
> Review request for mesos, Andrew Schwartzmeyer and John Kordich.
> 
> 
> Bugs: MESOS-6715
> https://issues.apache.org/jira/browse/MESOS-6715
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Enabled both `curl` and `hadoop` fetcher plugins on Windows platform.
> 
> 
> Diffs
> -
> 
>   src/uri/fetcher.hpp 2b2b14ec0324d4d4dc12ac9c99fd74708fc83065 
>   src/uri/fetcher.cpp 13c2d5499b6c551e1333a73e8473de308e6c3bc2 
> 
> 
> Diff: https://reviews.apache.org/r/65618/diff/1/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Jeff Coffler
> 
>



Re: Review Request 65618: Windows: Enabled `curl` and `hadoop` fetcher plugins on Windows.

2018-02-12 Thread Andrew Schwartzmeyer

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




src/uri/fetcher.hpp
Lines 40-49 (original), 40-50 (patched)


```
class Flags :

  public virtual CopyFetcherPlugin::Flags,
  public virtual CurlFetcherPlugin::Flags,

#ifdef __WINDOWS__

  public virtual HadoopFetcherPlugin::Flags {};

#else

  // TODO(coffler): Add support for Docker plugins. See MESOS-5473.

  public virtual HadoopFetcherPlugin::Flags,

  public virtual DockerFetcherPlugin::Flags {};

#endif // __WINDOWS__
```



src/uri/fetcher.cpp
Lines 56 (patched)


s/dpravat/coffler



src/uri/fetcher.cpp
Lines 56 (patched)


s/dpravat/coffler


- Andrew Schwartzmeyer


On Feb. 12, 2018, 3:31 p.m., Jeff Coffler wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65618/
> ---
> 
> (Updated Feb. 12, 2018, 3:31 p.m.)
> 
> 
> Review request for mesos, Andrew Schwartzmeyer and John Kordich.
> 
> 
> Bugs: MESOS-6715
> https://issues.apache.org/jira/browse/MESOS-6715
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Enabled both `curl` and `hadoop` fetcher plugins on Windows platform.
> 
> 
> Diffs
> -
> 
>   src/uri/fetcher.hpp 2b2b14ec0324d4d4dc12ac9c99fd74708fc83065 
>   src/uri/fetcher.cpp 13c2d5499b6c551e1333a73e8473de308e6c3bc2 
> 
> 
> Diff: https://reviews.apache.org/r/65618/diff/1/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Jeff Coffler
> 
>



Review Request 65618: Windows: Enabled `curl` and `hadoop` fetcher plugins on Windows.

2018-02-12 Thread Jeff Coffler

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

Review request for mesos, Andrew Schwartzmeyer and John Kordich.


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


Repository: mesos


Description
---

Enabled both `curl` and `hadoop` fetcher plugins on Windows platform.


Diffs
-

  src/uri/fetcher.hpp 2b2b14ec0324d4d4dc12ac9c99fd74708fc83065 
  src/uri/fetcher.cpp 13c2d5499b6c551e1333a73e8473de308e6c3bc2 


Diff: https://reviews.apache.org/r/65618/diff/1/


Testing
---


Thanks,

Jeff Coffler