[ 
https://issues.apache.org/jira/browse/OOZIE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13676425#comment-13676425
 ] 

Robert Kanter commented on OOZIE-1381:
--------------------------------------

Looking at test-patch-09-javadoc, I slightly modified the line its using to 
search for javadoc warnings, and got this:
{noformat}
$ grep '\[WARNING\]' JAVADOC-clean.txt  | awk '/Javadoc Warnings/,EOF' | grep 
warning[WARNING]
/home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/client/src/main/java/org/apache/oozie/client/event/message/SLAMessage.java:188:
 warning - @return tag has no arguments.
{noformat}

Looks like SLAMessage.java has a {{@return}} tag missing its arguments.
                
> Oozie does not support access to the distributed cache file under different 
> name node 
> --------------------------------------------------------------------------------------
>
>                 Key: OOZIE-1381
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1381
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Ryota Egashira
>            Assignee: Ryota Egashira
>             Fix For: trunk
>
>         Attachments: OOZIE-1381-v2.patch, OOZIE-1381-v5.patch
>
>
> suppose app path on name node NN1, and user wants to dist-cache file located 
> on different name node, NN2. when user specify something like 
> "<file>hdfs://nn2_address:8020/target_file</file>", it doesn't work due to 
> current JavaActionExecutor.addToCache logic, which extracts file path and 
> prepends NN1.

--
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

Reply via email to