-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18548/
-----------------------------------------------------------
Review request for Ambari, Andrew Onischuk, Dmitro Lisnichenko, and Sumit
Mohanty.
Bugs: AMBARI-4767
https://issues.apache.org/jira/browse/AMBARI-4767
Repository: ambari
Description
-------
Currently it seems the python library does not deal with any explicit hadoop
commands like copyFromLocal.
We have a place for all the custom common resources, So if you have resource
which is used in more than one service it worth to do that and add it to
resource_management/libraries/providers/
Diffs
-----
ambari-agent/src/main/python/resource_management/libraries/providers/__init__.py
8d557f2
ambari-agent/src/main/python/resource_management/libraries/providers/copy_from_local.py
PRE-CREATION
ambari-agent/src/main/python/resource_management/libraries/resources/__init__.py
a072455
ambari-agent/src/main/python/resource_management/libraries/resources/copy_from_local.py
PRE-CREATION
ambari-agent/src/test/python/resource_management/TestCopyFromLocal.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_server.py
5210d3a
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/WEBHCAT/package/scripts/webhcat.py
7aa8521
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py cc480dc
ambari-server/src/test/python/stacks/2.0.6/WEBHCAT/test_webhcat_server.py
23c7e27
Diff: https://reviews.apache.org/r/18548/diff/
Testing
-------
Thanks,
Sid Wagle