This is source incompatible for allocator modules. Can anyone suggest how to build the same allocator module code against multiple Mesos versions?
> On Jan 15, 2016, at 9:32 AM, Jie Yu (JIRA) <[email protected]> wrote: > > Jie Yu created MESOS-4397: > ----------------------------- > > Summary: Rename ContainerPrepareInfo to ContainerLaunchInfo for > isolators. > Key: MESOS-4397 > URL: https://issues.apache.org/jira/browse/MESOS-4397 > Project: Mesos > Issue Type: Task > Reporter: Jie Yu > > > The name "ContainerPrepareInfo" does not really capture the purpose of this > struct. ContainerLaunchInfo better captures the purpose of this struct. > ContainerLaunchInfo is returned by the isolator 'prepare' function. It > contains information about how a container should be launched (e.g., > environment variables, namespaces, commands, etc.). The information will be > used by the Mesos Containerizer when launching the container. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332)
