[
https://issues.apache.org/jira/browse/OOZIE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640494#comment-13640494
]
Hadoop QA commented on OOZIE-1146:
----------------------------------
Testing JIRA OOZIE-1146
Cleaning local svn workspace
----------------------------
{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
. {color:green}+1{color} the patch does not introduce any @author tags
. {color:green}+1{color} the patch does not introduce any tabs
. {color:green}+1{color} the patch does not introduce any trailing spaces
. {color:green}+1{color} the patch does not introduce any line longer than
132
. {color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
. {color:green}+1{color} the patch does not seem to introduce new RAT
warnings
{color:green}+1 JAVADOC{color}
. {color:green}+1{color} the patch does not seem to introduce new Javadoc
warnings
{color:green}+1 COMPILE{color}
. {color:green}+1{color} HEAD compiles
. {color:green}+1{color} patch compiles
. {color:green}+1{color} the patch does not seem to introduce new javac
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
. {color:green}+1{color} the patch does not change any JPA
Entity/Colum/Basic/Lob/Transient annotations
. {color:green}+1{color} the patch does not modify JPA files
{color:green}+1 TESTS{color}
. Tests run: 1139
{color:green}+1 DISTRO{color}
. {color:green}+1{color} distro tarball builds with the patch
----------------------------
{color:green}*+1 Overall result, good!, no -1s*{color}
The full output of the test-patch run is available at
. https://builds.apache.org/job/oozie-trunk-precommit-build/466/
> FileSystem used by prepare sections should use the configuration of the action
> ------------------------------------------------------------------------------
>
> Key: OOZIE-1146
> URL: https://issues.apache.org/jira/browse/OOZIE-1146
> Project: Oozie
> Issue Type: Bug
> Components: action, workflow
> Affects Versions: 3.2.0, 3.2.1
> Environment: Oozie 3.2.2, Hadoop cdh3u3
> Reporter: Shaik Idris Ali
> Assignee: Rohini Palaniswamy
> Labels: action, delete, prepare
> Fix For: trunk, 4.0.0
>
> Attachments: OOZIE-1146-1-branch4.patch, OOZIE-1146-1.patch
>
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> We should be able to propagate configurations to prepare section (delete,
> mkdir) of action in workflow xmls.
> Though the configuration section is available per action, it is not available
> in for prepare tags:
> A simple use-case is to support custom filesystem by configuring the
> filesystem impl class in configuration, but delete prepare action is not
> aware of configuration set in action xml.
> Ex:<action name="myfirstHadoopJob">
> <map-reduce>
> <job-tracker>foo:9001</job-tracker>
> <name-node>bar:9000</name-node>
> <prepare>
> <delete path="hdfs://foo:9000/usr/tucu/output-data"/>
> </prepare>
> <job-xml>/myfirstjob.xml</job-xml>
> <configuration>
>
> <property><name>fs.s4.impl</name><value>org.apache.grid.fs.s4fs.NativeS4FileSystem</value></property>
> .....
> I think this can be fixed in FileSystemsActions.java
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira