----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10204/ -----------------------------------------------------------
(Updated April 20, 2013, 1:49 a.m.) Review request for oozie. Changes ------- fixed Virag's comments. took out the common logic among chmod/chgrp and make it one method. since I changed chmod, i did sort of regression test using single-node cluster for all combinations (dir-files yes/no, <recursive/> yes/no), and all worked. test case passed. Description ------- https://issues.apache.org/jira/browse/OOZIE-1297 This addresses bug OOZIE-1297. https://issues.apache.org/jira/browse/OOZIE-1297 Diffs (updated) ----- trunk/client/src/main/resources/oozie-workflow-0.4.5.xsd PRE-CREATION trunk/core/src/main/java/org/apache/oozie/action/hadoop/FsActionExecutor.java 1462649 trunk/core/src/main/java/org/apache/oozie/service/SchemaService.java 1462649 trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestFsActionExecutor.java 1462649 trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1462649 trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki 1462649 Diff: https://reviews.apache.org/r/10204/diff/ Testing ------- locally tested Thanks, Ryota Egashira