You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ramtin (JIRA)" <ji...@apache.org> on 2015/04/24 03:09:39 UTC

[jira] [Commented] (HADOOP-11807) add a lint mode to releasedocmaker

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

ramtin commented on HADOOP-11807:
---------------------------------

I am thinking of the following JQL for finding errors:
{code}
project in (HADOOP,HDFS,MAPREDUCE,YARN) and fixVersion = xxx and resolution = Fixed and (component = EMPTY or assignee in (EMPTY) or "Release Note" is EMPTY)
{code}

Not sure how to invoke the lint mode
- Manually call the python script by --lintmode param and see the result in the console
- Run it through maven by adding a new goal and see the result in the console
- Save the output as ERRORS.md file and then generate html based on this markdown file

> add a lint mode to releasedocmaker
> ----------------------------------
>
>                 Key: HADOOP-11807
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11807
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build, documentation
>    Affects Versions: 3.0.0
>            Reporter: Allen Wittenauer
>            Priority: Minor
>
> * check for missing components (error)
> * check for missing assignee (error)
> * check for common version problems (warning)
> * add an error message for missing release notes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)