-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38436/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-13116
https://issues.apache.org/jira/browse/AMBARI-13116
Repository: ambari
Description
-------
When ambari-agent is running as root, all commands should not use sudo, but
for some reason the 'list' command is falling through and is being run by
sudo:
Sep 14 20:26:43 revo1 sudo: root : TTY=pts/0 ; PWD=/root ; USER=root ;
COMMAND=list
Sep 14 20:26:43 revo1 sudo: root : TTY=pts/0 ; PWD=/root ; USER=root ;
COMMAND=list
Sep 14 20:26:43 revo1 sudo: root : TTY=pts/0 ; PWD=/root ; USER=root ;
COMMAND=list
Diffs
-----
ambari-agent/conf/unix/ambari-agent f894c8e
Diff: https://reviews.apache.org/r/38436/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk