Revert "AMBARI-11034. Implement HdfsResouces and it's usage (aonishuk)"
This reverts commit bf9301247db36a504bc02a39ab8cc92fcca10a52. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d2ebd9c9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d2ebd9c9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d2ebd9c9 Branch: refs/heads/trunk Commit: d2ebd9c9ea9414a293ec73f416e9aac40c9ad48a Parents: 714838d Author: Jonathan Hurley <[email protected]> Authored: Mon May 11 15:20:26 2015 -0400 Committer: Jonathan Hurley <[email protected]> Committed: Mon May 11 15:30:02 2015 -0400 ---------------------------------------------------------------------- .../common-services/ACCUMULO/1.6.1.2.2.0/package/scripts/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d2ebd9c9/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/package/scripts/params.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/package/scripts/params.py b/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/package/scripts/params.py index 7a3401e..5f3f5f6 100644 --- a/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/package/scripts/params.py +++ b/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/package/scripts/params.py @@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" +"""HBASE/0.96.0.2.0/package/scripts/params_linux.py from resource_management.libraries.functions import conf_select from resource_management import * from resource_management.libraries.functions import format
