> On Oct. 6, 2016, 3:40 p.m., Alexander Rukletsov wrote: > > Please add support for > > * docker executor > > * pod (default) executor
The default executor has no use for this env variable yet. Should I add it as an unused attribute in the `DefaultExecutor` class? > On Oct. 6, 2016, 3:40 p.m., Alexander Rukletsov wrote: > > docs/executor-http-api.md, lines 345-352 > > <https://reviews.apache.org/r/52556/diff/1/?file=1523013#file1523013line345> > > > > Let's sort them alphabetically for readability (in a seprate patch). > > Also, we may want to hint people to look below for extra vars if > > `MESOS_CHECKPOINT` is set. https://reviews.apache.org/r/52608/ - Gastón ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52556/#review151657 ----------------------------------------------------------- On Oct. 6, 2016, 4:28 p.m., Gastón Kleiman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52556/ > ----------------------------------------------------------- > > (Updated Oct. 6, 2016, 4:28 p.m.) > > > Review request for mesos, Alexander Rukletsov, Anand Mazumdar, and Jiang Yan > Xu. > > > Bugs: MESOS-6288 > https://issues.apache.org/jira/browse/MESOS-6288 > > > Repository: mesos > > > Description > ------- > > This environment variable points to the directory containing the > binaries used by the Mesos Agent. It will eventually replace the > `--launcher-dir` executor flag. > > > Diffs > ----- > > docs/executor-http-api.md 50b4cb4efff48bcc56330b81bd7c4c217b8a22b5 > src/launcher/executor.cpp 8a1051b886a0c95d19ff370e5c77d9c4033c8b61 > src/slave/slave.cpp d30001bc0d1798311ba3966f67aadc6be2c92306 > > Diff: https://reviews.apache.org/r/52556/diff/ > > > Testing > ------- > > `make check` > > > Thanks, > > Gastón Kleiman > >
