Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
At first look, I thought the following TODO comment means we need to add `MesosUser` parameter for `REEFScheduler`.
final Protos.FrameworkInfo frameworkInfo = Protos.FrameworkInfo.newBuilder() .setUser("") // TODO: make it configurable.
However, the current code already submits its executing user to Mesos correctly. I tested with `root` and `hadoop` account on Mesos 0.25.
In short, we had better remove the comment simply in order to prevent further confusion.
Attachments
Issue Links
- links to