Advertisement
cetex

Untitled

Mar 27th, 2015
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. JAVA_OPTS="-Xmx1024m" aurora-scheduler \
  2. -cluster_name={{ cluster }} \n
  3. -http_port={{ http_port }} \n
  4. -thrift_port={{ thrift_port }} \n
  5. -zk_endpoints=$ZOOKEEPER \n
  6. -native_log_quorum_size={{ quorum_size }} \n
  7. -serverset_path=/aurora/{{ cluster }}/scheduler \n
  8. -mesos_master_address=zk://$ZOOKEEPER/mesos/{{ cluster }} \n
  9. -require_slave_checkpoint=true \n
  10. -thermos_executor_path=/data/aurora/executors/thermos_executor.pex \n
  11. -gc_executor_path=/data/aurora/executors/gc_executor.pex \n
  12. -backup_dir=/data/aurora/backup \n
  13. -max_saved_backups={{ max_saved_backups }} \n
  14. -native_log_file_path=/data/aurora/replicated_log \n
  15. -native_log_zk_group_path=/aurora/{{ cluster }}/replicated_log \n
  16. -vlog=INFO \n
  17. -vmodule=org.apache.aurora.scheduler.async.HistoryPruner=WARNING \n
  18. -log_dir={{ log_directory }} \n
  19. -min_offer_hold_time=1secs \n
  20. > {{ log_file }} 2>&1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement