[
https://issues.apache.org/jira/browse/OOZIE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888052#comment-13888052
]
Hadoop QA commented on OOZIE-1675:
----------------------------------
Testing JIRA OOZIE-1675
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:red}-1 COMPILE{color}
. {color:green}+1{color} HEAD compiles
. {color:green}+1{color} patch compiles
. {color:red}-1{color} the patch seems to introduce 1 new javac warning(s)
{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:red}-1 TESTS{color}
. Tests run: 1388
. Tests failed: 1
. Tests errors: 1
. The patch failed the following testcases:
.
testConcurrencyReachedAndChooseNextEligible(org.apache.oozie.service.TestCallableQueueService)
{color:green}+1 DISTRO{color}
. {color:green}+1{color} distro tarball builds with the patch
----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}
The full output of the test-patch run is available at
. https://builds.apache.org/job/oozie-trunk-precommit-build/1040/
> Adding absolute URI of local cluster to dist cache not working with hadoop-1
> ----------------------------------------------------------------------------
>
> Key: OOZIE-1675
> URL: https://issues.apache.org/jira/browse/OOZIE-1675
> Project: Oozie
> Issue Type: Bug
> Affects Versions: 4.0.0
> Reporter: Satish Mittal
> Assignee: Satish Mittal
> Attachments: OOZIE-1675.1.patch.txt, OOZIE-1675.2.patch.txt,
> OOZIE-1675.3.patch.txt
>
>
> On hadoop-1, when oozie adds a file path which is an absoute URI on local
> cluster (i.e. of form hdfs://NN1-host:port/file-path) to distributed cache,
> it is not working.
> The issue is that tasks spawned by oozie jobs are not getting these paths
> added to their classpath and hence failing. In hadoop-1,
> DistributedCache.addFileToClasspath() appends paths in classpath with
> path.separator (which is ':' on linux). That won't work if ':' character is
> present in the path itself, which is true in case of an absolute URI. Till
> oozie 3.3, absolute paths on local cluster were working because of earlier
> logic.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)