Repository: aurora Updated Branches: refs/heads/master 144cf60b1 -> 16f85d01e
Enable debugging tools on the scheduler in vagrant. Reviewed at https://reviews.apache.org/r/36320/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/16f85d01 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/16f85d01 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/16f85d01 Branch: refs/heads/master Commit: 16f85d01e8d8e64bcb787458ba84311b9dc833fa Parents: 144cf60 Author: Bill Farner <[email protected]> Authored: Wed Jul 8 14:52:44 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Wed Jul 8 14:52:44 2015 -0700 ---------------------------------------------------------------------- examples/vagrant/upstart/aurora-scheduler.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/16f85d01/examples/vagrant/upstart/aurora-scheduler.conf ---------------------------------------------------------------------- diff --git a/examples/vagrant/upstart/aurora-scheduler.conf b/examples/vagrant/upstart/aurora-scheduler.conf index 1c2390f..f261c8d 100644 --- a/examples/vagrant/upstart/aurora-scheduler.conf +++ b/examples/vagrant/upstart/aurora-scheduler.conf @@ -22,7 +22,7 @@ env LIBPROCESS_IP=192.168.33.7 env DIST_DIR=/home/vagrant/aurora/dist # Flags that control the behavior of the JVM. -env JAVA_OPTS='-Djava.library.path=/usr/lib -Dlog4j.configuration="file:///etc/zookeeper/conf/log4j.properties"' +env JAVA_OPTS='-Djava.library.path=/usr/lib -Dlog4j.configuration="file:///etc/zookeeper/conf/log4j.properties" -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005' chdir /home/vagrant/aurora/dist/install/aurora-scheduler exec bin/aurora-scheduler \ @@ -42,4 +42,5 @@ exec bin/aurora-scheduler \ -allowed_container_types=MESOS,DOCKER \ -http_authentication_mechanism=BASIC \ -use_beta_db_task_store=true \ - -shiro_ini_path=etc/shiro.example.ini + -shiro_ini_path=etc/shiro.example.ini \ + -enable_h2_console=true
