You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Rohith Sharma K S (JIRA)" <ji...@apache.org> on 2017/11/27 05:13:00 UTC

[jira] [Commented] (MAPREDUCE-7014) Fix java doc errors

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

Rohith Sharma K S commented on MAPREDUCE-7014:
----------------------------------------------

The build fails following error!
{noformat}
8719  [ERROR]    * @throws IOException
 8720  [ERROR]      ^
 8721: [ERROR] /Users/rsharmaks/Repos/Apache/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/PathOutputCommitterFactory.java:189: error: bad HTML entity
 8722  [ERROR]    * Create the committer factory for a task attempt & destination, then
 8723  [ERROR]                                                      ^
 ....
 8827  [ERROR]   public void close() throws IOException, InterruptedException {
 8828  [ERROR]               ^
 8829: [ERROR] /Users/rsharmaks/Repos/Apache/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/PathOutputCommitterFactory.java:42: error: tag not allowed here: <ul>
 8830  [ERROR]  *   <ul>If an explicit committer factory is named, it is used.</ul>
 8831  [ERROR]      ^
 8832: [ERROR] /Users/rsharmaks/Repos/Apache/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/PathOutputCommitterFactory.java:42: error: text not allowed in <ul> element
 8833  [ERROR]  *   <ul>If an explicit committer factory is named, it is used.</ul>
 8834  [ERROR]          ^
 8835: [ERROR] /Users/rsharmaks/Repos/Apache/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/PathOutputCommitterFactory.java:43: error: tag not allowed here: <ul>
 8836  [ERROR]  *   <ul>The output path is examined.
 8837  [ERROR]      ^
 8838: [ERROR] /Users/rsharmaks/Repos/Apache/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/PathOutputCommitterFactory.java:43: error: text not allowed in <ul> element
 8839  [ERROR]  *   <ul>The output path is examined.
 8840  [ERROR]          ^
 8841: [ERROR] /Users/rsharmaks/Repos/Apache/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/PathOutputCommitterFactory.java:46: error: tag not allowed here: <ul>
 8842  [ERROR]  *   <ul>Otherwise, an instance of {@link FileOutputCommitter} is
 8843  [ERROR]      ^
 8844: [ERROR] /Users/rsharmaks/Repos/Apache/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/PathOutputCommitterFactory.java:46: error: text not allowed in <ul> element
 8845  [ERROR]  *   <ul>Otherwise, an instance of {@link FileOutputCommitter} is
 8846  [ERROR]
{noformat}

> Fix java doc errors
> -------------------
>
>                 Key: MAPREDUCE-7014
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7014
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Rohith Sharma K S
>
> Trunk compilation fails with Java Doc errors. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org