Hello,
I tried something like this:
{ "sandbox_directory": "/tmp/abc",
"items": [
{ "uri": "https://path/to/file", "action": "BYPASS_CACHE" }
]
}
But it's still failing. The item definition is not correct but I cannot
understand what is expected (according to
https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L630)
Thanks...
Adam.
On 03/28/2017 08:52 AM, Adam Bordelon wrote:
See the FetcherInfo protobuf definition:
https://github.com/apache/mesos/blob/master/include/mesos/fetcher/fetcher.proto#L33
On Mon, Mar 27, 2017 at 11:46 PM, Adam Cecile <[email protected]
<mailto:[email protected]>> wrote:
Hello,
Since a few version I'm not able to upgrade Mesos because it do
not want to download packages from my Nexus server anymore.
It complains about the SSL certificate, which is perfectly valid...
Anyway... I'd like to run mesos-fetcher by hand to trigger the
issue easily and checks system calls because I have some serious
doubts regarding the CAs being used.
It seems the tool expect a JSON file describing the file to be
dowloaded as MESOS_FETCHER_INFO environment variable. Can you help
me figuring out which format it is ?
Thanks in advance,
Regards, Adam.