Skip to content

Conversation

rrada
Copy link

@rrada rrada commented Dec 4, 2015

Hey guys,

when I'm using mesos-init-wrapper as it is on Ubuntu(14.04 - upstart), then I can't start the mesos-slave.
If we want to use a semicolon for delimiting multiple attributes/resources then we have to put whole argument between quotes, otherwise the second argument (right after the semicolon) is evaluated as a new command by Bash. Another approach to this problem is using a comma instead of semicolon on lines 97 and 105. Then we don't need quotation of whole attributes/resources arguments and it's closer to what the mesos-slave documentation says.

Cheers,
R.

Hey guys,

when I'm using mesos-init-wrapper as it is on Ubuntu(14.04 - upstart), then I can't start the mesos-slave.
If we want to use a semicolon for delimiting multiple attributes/resources then we have to put whole argument between quotes, otherwise the second argument (right after the semicolon) is evaluated as a new command by Bash. Another approach to this problem is using a comma instead of semicolon on lines 97 and 105. Then we don't need quotation of whole attributes/resources arguments and it's closer to what the mesos-slave documentation says.

Cheers,
R.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant