-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29431/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-8923
https://issues.apache.org/jira/browse/AMBARI-8923
Repository: ambari
Description
-------
This includes:
* In debug mode show output from installing packages (and add a flag
logoutput to package as well)
* Remove useless output in debug mode
* show ouput from shell commands in debug
* setting all checked_calls, calls to print verbose output, and replace
verbose flag with quiet flag to avoid that.
Diffs
-----
ambari-agent/src/test/python/resource_management/TestPackageResource.py
a357d46
ambari-common/src/main/python/resource_management/core/environment.py 8f0ec27
ambari-common/src/main/python/resource_management/core/logger.py 69a55fb
ambari-common/src/main/python/resource_management/core/providers/package/__init__.py
e1c06bb
ambari-common/src/main/python/resource_management/core/providers/package/apt.py
33814d8
ambari-common/src/main/python/resource_management/core/providers/package/yumrpm.py
c447225
ambari-common/src/main/python/resource_management/core/providers/package/zypper.py
fb0b862
ambari-common/src/main/python/resource_management/core/providers/system.py
fc06a78
ambari-common/src/main/python/resource_management/core/resources/packaging.py
f38482e
ambari-common/src/main/python/resource_management/core/shell.py 886f0f1
ambari-common/src/main/python/resource_management/libraries/functions/default.py
16782de
ambari-common/src/main/python/resource_management/libraries/script/script.py
e9ebec1
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/utils.py
b9bd273
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/mysql_users.py
44fad0b
ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/package/scripts/service_check.py
ac7014d
ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/zookeeper_server.py
cc828a4
ambari-server/src/main/resources/custom_actions/scripts/ru_execute_tasks.py
d756972
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-ANY/files/changeToSecureUid.sh
3ae2376
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/files/changeToSecureUid.sh
96ee917
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_mysql_server.py 0a89650
Diff: https://reviews.apache.org/r/29431/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk