From 2244b03465b06957419d5e1d383809c127c11f04 Mon Sep 17 00:00:00 2001 From: Jacob Strong Date: Mon, 29 Jan 2018 10:27:33 -0700 Subject: [PATCH] Update readme.md Added missing spaces to headers in the "Other useful commands" section. Before appeared as #####section now appears as
section
--- extras/vagrantExample/src/main/vagrant/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extras/vagrantExample/src/main/vagrant/readme.md b/extras/vagrantExample/src/main/vagrant/readme.md index 235d28d80..847b125cf 100644 --- a/extras/vagrantExample/src/main/vagrant/readme.md +++ b/extras/vagrantExample/src/main/vagrant/readme.md @@ -94,7 +94,7 @@ If these files do note exists, open the vagrant file and look for the line `echo Below is a list of other useful commands on the VMs -#####*Log into the VM* +##### *Log into the VM* 1. Go to the folder containing "vagrantfile", run: `cd extras/vagrantExample/src/main/vagrant/` @@ -103,7 +103,7 @@ Below is a list of other useful commands on the VMs Alternatively: 1. Log into the vm (run: `ssh vagrant@rya-example-box` with pass: `vagrant`) -#####*Running as Root* +##### *Running as Root* Most start and stop scripts require running as root with variables, like %HADOOP_PREFIX% assigned. @@ -118,20 +118,20 @@ Alternatively: 2. Enter thecommand with parameters after the "#" prompt. 2. Exit when done (run: `exit` ) -#####*Restart Tomcat* +##### *Restart Tomcat* 1. Login into the VM, see above. 2. Restart tomcat, run: `sudo -E service tomcat7 restart` -#####*Restart Accumulo* +##### *Restart Accumulo* 1. Login into the VM, see above. 2. Stop Accumulo (run: `sudo -E /home/vagrant/accumulo-1.6.5/bin/stop-all.sh`) * If `stop-all` doesn't complete, hit `ctrl-c` once and you should see `Initiating forced shutdown in 15 seconds`. Wait 15 seconds. 1. Start Accumulo (run: `sudo -E /home/vagrant/accumulo-1.6.5/bin/start-all.sh`) -#####*Test and Restart Zookeeper* +##### *Test and Restart Zookeeper* 1. Log into the vm, see above. 2. Ping Zookeeper, run: