[
https://issues.apache.org/jira/browse/OOZIE-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15951188#comment-15951188
]
Hadoop QA commented on OOZIE-2387:
----------------------------------
Testing JIRA OOZIE-2387
Cleaning local git 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{color} There are no new bugs found in total.
. {color:green}+1{color} There are no new bugs found in [server].
. {color:green}+1{color} There are no new bugs found in [client].
. {color:green}+1{color} There are no new bugs found in [core].
. {color:green}+1{color} There are no new bugs found in [docs].
. {color:green}+1{color} There are no new bugs found in
[hadooplibs/hadoop-utils-2].
. {color:green}+1{color} There are no new bugs found in [tools].
. {color:green}+1{color} There are no new bugs found in [examples].
. {color:green}+1{color} There are no new bugs found in [sharelib/streaming].
. {color:green}+1{color} There are no new bugs found in [sharelib/sqoop].
. {color:green}+1{color} There are no new bugs found in [sharelib/distcp].
. {color:green}+1{color} There are no new bugs found in [sharelib/oozie].
. {color:green}+1{color} There are no new bugs found in [sharelib/hcatalog].
. {color:green}+1{color} There are no new bugs found in [sharelib/hive].
. {color:green}+1{color} There are no new bugs found in [sharelib/hive2].
. {color:green}+1{color} There are no new bugs found in [sharelib/pig].
. {color:green}+1{color} There are no new bugs found in [sharelib/spark].
{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: 1907
. Tests rerun: 1
. Tests failed at first run: org.apache.oozie.action.TestActionFailover,
{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/3760/
> Oozie is Unable to handle Spaces in file/archive tag.
> -----------------------------------------------------
>
> Key: OOZIE-2387
> URL: https://issues.apache.org/jira/browse/OOZIE-2387
> Project: Oozie
> Issue Type: Bug
> Components: action
> Affects Versions: 4.1.0, 4.2.0
> Environment: Hadoop 2.6,Oozie 4.1, Hortonworks2.2
> Reporter: shiv pratap singh
> Assignee: Attila Sasvari
> Attachments: OOZIE-2387-01.patch, OOZIE-2387-02.patch,
> OOZIE-2387-03.patch
>
>
> Oozie file tag is unable to handle white spaces and other special characters.
> Error -
> Caused by: java.lang.NullPointerException
> at
> org.apache.oozie.action.hadoop.JavaActionExecutor.addToCache(JavaActionExecutor.java:529)
> at
> org.apache.oozie.action.hadoop.JavaActionExecutor.setLibFilesArchives(JavaActionExecutor.java:678)
> at
> org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:884)
> Sample XML File --
> <?xml version="1.0" ?>
> <workflow-app xmlns="uri:oozie:workflow:0.4"
> xmlns:ns5="uri:oozie:shell-action:0.2"
> xmlns:ns4="uri:oozie:workflow:0.4"
> xmlns:ns3="uri:oozie:sqoop-action:0.2"
> xmlns:ns2="uri:oozie:hive-action:0.3" name="test-shell-space">
> <start to="shell1"></start>
> <action name="shell1">
> <shell xmlns="uri:oozie:shell-action:0.2">
> <job-tracker>${wf_hadoop_resourceManager}</job-tracker>
> <name-node>${wf_hadoop_nameNode}</name-node>
> <exec>shell 1.sh</exec>
> <file>/user/map-dev/test-case-dir/shell/script/shell
> 1.sh</file>
> </shell>
> <ok to="end"></ok>
> <error to="kill"></error>
> </action>
> <kill name="kill">
> <message>shell-decision job failed</message>
> </kill>
> <end name="end"></end>
> </workflow-app>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)