Klaus Ma created MESOS-4419:
-------------------------------
Summary: DEFAULT_EXECUTOR_INFO's CPU/MEM is none in Mesos Tests
Key: MESOS-4419
URL: https://issues.apache.org/jira/browse/MESOS-4419
Project: Mesos
Issue Type: Bug
Components: tests
Reporter: Klaus Ma
Priority: Minor
In {{src/test/mesos.hpp}}, the {{DEFAULT_EXECUTOR_INFO}}'s resources is NOT set
which should be avoid in Mesos.
{code}
W0118 11:17:04.461243 3747840 validation.cpp:404] Executor default for task 1
uses less CPUs (None) than the minimum required (0.01). Please update your
executor, as this will be mandatory in future releases.
W0118 11:17:04.461266 3747840 validation.cpp:416] Executor default for task 1
uses less memory (None) than the minimum required (32MB). Please update your
executor, as this will be mandatory in future releases.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)