Github user joshelser commented on the issue:
https://github.com/apache/accumulo/pull/228
FYI the following does not work
```
accumulo.it.cluster.standalone.client.prefix="export
ACCUMULO_CONF_DIR=/etc/accumulo-client;"
accumulo.it.cluster.standalone.server.prefix="sudo -u accumulo export
ACCUMULO_CONF_DIR=/etc/accumulo-server;"
```
The quotation marks are retained which results in the being run failing
(due to the quoting that the `RemoteShell` is doing).
`org.apache.accumulo.test.BadDeleteMarkersCreatedIT` showed this failure to me.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---