Skip to content

Correct separation of multiple attributes/resources#18

Open
rrada wants to merge 1 commit intoderic:masterfrom
rrada:patch-1
Open

Correct separation of multiple attributes/resources#18
rrada wants to merge 1 commit intoderic:masterfrom
rrada:patch-1

Conversation

@rrada
Copy link
Copy Markdown

@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