Re: Setting up SSL for mesos

2016-07-10 Thread Kapil Arya
Starting with Mesos 1.0.0 (including RCs and the recently nightly builds), the binary rpm/deb packages published at repo.mesosphere.com are built with SSL and module dependency installation (i.e. `./configure --enable-libevent --enable-ssl --enable-install-module-dependencies`). You can find the a

Re: [VOTE] Release Apache Mesos 1.0.0 (rc2)

2016-07-10 Thread Kapil Arya
The binary rpm/deb packages can be found here: http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-1.0.0-rc2. Please note that starting with the 1.0.0 release (including RCs and recent nightly builds), Mesos is configured with SSL and 3rdparty module dependency installation. Here is th

Re: Mesos API - How to send argument to task?

2016-07-10 Thread Shuai Lin
For the xml files part, I think you can set uris in CommandInfo with file:// scheme, e.g. file:///etc/path/to/foo.xml. Then in your executor you can access the files in /mnt/mesos/sandbox/foo.xml. On Tue, Jul 5, 2016 at 2:11 PM, Bryan Fok wrote: > > > > > >

Re: Executor downloads for every task

2016-07-10 Thread Adam Bordelon
Fetcher cache is great for not re-downloading the binary, but you might also consider if you just want a long-lived executor that survives without any tasks, awaiting new tasks to eventually come its way. That approach uses up some resources while the executor idles, but could dramatically decrease