Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JAVA_OPTS="-Xmx1024m" aurora-scheduler \
- -cluster_name={{ cluster }} \n
- -http_port={{ http_port }} \n
- -thrift_port={{ thrift_port }} \n
- -zk_endpoints=$ZOOKEEPER \n
- -native_log_quorum_size={{ quorum_size }} \n
- -serverset_path=/aurora/{{ cluster }}/scheduler \n
- -mesos_master_address=zk://$ZOOKEEPER/mesos/{{ cluster }} \n
- -require_slave_checkpoint=true \n
- -thermos_executor_path=/data/aurora/executors/thermos_executor.pex \n
- -gc_executor_path=/data/aurora/executors/gc_executor.pex \n
- -backup_dir=/data/aurora/backup \n
- -max_saved_backups={{ max_saved_backups }} \n
- -native_log_file_path=/data/aurora/replicated_log \n
- -native_log_zk_group_path=/aurora/{{ cluster }}/replicated_log \n
- -vlog=INFO \n
- -vmodule=org.apache.aurora.scheduler.async.HistoryPruner=WARNING \n
- -log_dir={{ log_directory }} \n
- -min_offer_hold_time=1secs \n
- > {{ log_file }} 2>&1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement