Description
In testing out ACCUMULO-3814, I noticed that the code failed to stop Accumulo processes. This is because i have the following installation setup:
/usr/local/lib/accumulo -> /usr/local/lib/accumulo-1.7.0-SNAPSHOT
With /usr/local/lib/accumulo set as ACCUMULO_HOME and that's what we can key off of to find the pid of the process. If we get the canonical path, we end up grep'ing for the wrong thing. We should just rely on what is passed in to match the configuration on the system.