Skip to content

Instantly share code, notes, and snippets.

@arctan5x
Created March 14, 2018 02:56
Show Gist options
  • Save arctan5x/fed1e743dedc41d99a3faf1e30124a1f to your computer and use it in GitHub Desktop.
Save arctan5x/fed1e743dedc41d99a3faf1e30124a1f to your computer and use it in GitHub Desktop.
/etc/init.d/cloudos start --spring.data.mongodb.host={{ mongodb_host }} \
--spring.data.mongodb.port={{ mongodb_port }} \
--spring.data.mongodb.database={{ mongodb_database }} \
--spring.data.mongodb.username={{ mongodb_username }} \
--spring.data.mongodb.password={{ mongodb_passwd }} \
--spark.master.uri={{ spark_uri }} \
--cloudos.data.elasticsearch.server={{ elasticsearch_host }} \
--cloudos.data.elasticsearch.username=elastic \
--cloudos.data.elasticsearch.password={{ elastic_password }} \
--cloudos.data.elasticsearch.clusterName={{ elasticsearch_cluster_name }} \
--cloudos.tenant.name={{ customer }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment