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

Robert Kanter commented on OOZIE-1702:
--------------------------------------

Thanks for categorizing and listing the warnings [~eva].  

{quote}
a) where do the code triggering these warnings reside? I could not find them 
easily.
{quote}
I don't think these are anything code related.  "artifact" and "assembly" are 
all maven concepts, so this JIRA will likely involve solely tweaking pom or 
other XML files.  You can find the assembly files under 
{{src/main/assemblies/}} and pom files in each subproject directory.

{quote}
b) what would be the best practice for each of these warnings? 
1 - change the file description or format or the build process?
2 - change the character length accept level or change the path names/file 
names to fit the limit?
3 - what is the purpose of warning on non-triggered patterns?
{quote}
1 - I'm not really sure what's the best practice here.  Maybe there's some way 
to tell maven that these are directories instead of files and then the warning 
will go away?  Or maybe we need to use a regex or something?
2 - We can't really change the names (they're including the path as part of the 
name for some reason) to match the 100 character limit without restructuring 
everything, which I don't think we'll want to do.  Maybe there's a way to tell 
it to ignore this?
3 - I'm not really sure, but it sounds like we're excluding some files 
somewhere based on some patterns (i.e. 
"org.apache.oozie:oozie-hadoop-distcp:jar"), and those patterns don't end up 
actually excluding anything.  It's probably that those patterns are too old and 
should be removed?

It would be best to do some Googling to figure out what we should be doing in 
each of these cases.  Other than #2, I'm not really sure what the best thing to 
do is.

> Reduce warnings thrown while building
> -------------------------------------
>
>                 Key: OOZIE-1702
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1702
>             Project: Oozie
>          Issue Type: Wish
>          Components: build
>    Affects Versions: trunk
>            Reporter: Mona Chitnis
>            Priority: Minor
>              Labels: documentation, newbie
>
> A lot of warnings are thrown during Oozie compilation, complaining about 
> javadoc mistakes, missing links etc among probably other severe ones. This 
> clutters the output. This JIRA is to fix these warnings



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to