0
root가 아닌 사용자와 함께 dcos에서 cassandraDemon을 실행하려고합니다. dcos에 대한 카산드라 설치 도중처럼, 나는 service.user를 바꿀만한 가치가있다. 어떻게 할 수 있습니까? core
는 에이전트에 존재하는 사용자를 가정DCOS Cassandra - 루트가 아닌 사용자와 함께 cassandraDemon 실행
root가 아닌 사용자와 함께 dcos에서 cassandraDemon을 실행하려고합니다. dcos에 대한 카산드라 설치 도중처럼, 나는 service.user를 바꿀만한 가치가있다. 어떻게 할 수 있습니까? core
는 에이전트에 존재하는 사용자를 가정DCOS Cassandra - 루트가 아닌 사용자와 함께 cassandraDemon 실행
, 당신은 이런 식으로 할 것 :
$ cat options.json
{
"service": {
"user": "core"
}
}
$ dcos package install --options=options.json cassandra
DC/OS Cassandra Service default configuration requires 3 nodes each with 1.5 CPU shares, 5376MB of memory and 11264MB of disk for running Cassandra Nodes. And, 1 node with 0.5 CPU shares, 2048MB of memory for running the service scheduler.
Continue installing? [yes/no] yes
Installing Marathon app for package [cassandra] version [1.0.25-3.0.10]
Installing CLI subcommand for package [cassandra] version [1.0.25-3.0.10]
New command available: dcos cassandra
DC/OS Apache Cassandra has been successfully installed!
Documentation: https://docs.mesosphere.com/current/usage/service-guides/cassandra/
Issues: https://dcosjira.atlassian.net/projects/CASSANDRA/issues