-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31361/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-9772
https://issues.apache.org/jira/browse/AMBARI-9772
Repository: ambari
Description
-------
Traceback (most recent call last):
File
"/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py",
line 73, in <module>
RangerAdmin().execute()
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 208, in execute
method(env)
File
"/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py",
line 36, in install
setup_ranger()
File
"/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py",
line 43, in setup_ranger
shutil.copyfile(file_path, params.ranger_home +
'/install-bk.properties')
File "/usr/lib64/python2.6/shutil.py", line 50, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 13] Permission denied:
'/usr/hdp/current/ranger-admin/install.properties'
Diffs
-----
ambari-agent/src/test/python/resource_management/TestContentSources.py
fcc05ed
ambari-common/src/main/python/resource_management/core/source.py 835a63f
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py
9fd794c
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_service.py
PRE-CREATION
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_usersync.py
b3fe777
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py
eb11c93
ambari-server/src/test/python/stacks/utils/RMFTestCase.py 8e02750
Diff: https://reviews.apache.org/r/31361/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk