Github user mikewalch commented on the issue:

    https://github.com/apache/accumulo/pull/228
  
    While I removed use of `sudo` and the 'user' property from the standalone 
IT properties, they can still be set using a new 'client.prefix' and 
'server.prefix' which replaces the the 'client.env' & 'server.env' properties 
that I had before.  Any values in these properties are prefixed to client & 
server commands.  I ran about 10 ITs using standalone testing and they all 
passed.  I also did some runs using settings similar to below to verify the new 
prefix properties:
    ```
    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;"
    ```
    @joshelser, let me know if you are OK with this PR now.


---
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.
---

Reply via email to