You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/08/26 04:19:44 UTC

[jira] Created: (HADOOP-4023) javadoc warnings: incorrect references

javadoc warnings: incorrect references
--------------------------------------

                 Key: HADOOP-4023
                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
             Project: Hadoop Core
          Issue Type: Bug
          Components: documentation
            Reporter: Tsz Wo (Nicholas), SZE


- "ant test-patch" with an empty patch file
{noformat}
  [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
  [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
  [javadoc]                              ^
  [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
  [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
  [javadoc]                              ^
  [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
  [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
  [javadoc]                              ^
  [javadoc] Standard Doclet version 1.6.0
  [javadoc] Building tree for all the packages and classes...
  [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
  [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
  [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
  [javadoc] 6 warnings
{noformat}

- "ant javadoc"
{noformat}
  [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
  [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
  [javadoc] 2 warnings
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4023) javadoc warnings: incorrect references

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Douglas updated HADOOP-4023:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0
           Status: Resolved  (was: Patch Available)

This has been committed

> javadoc warnings: incorrect references
> --------------------------------------
>
>                 Key: HADOOP-4023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Owen O'Malley
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4023.patch, hadoop-4023.patch
>
>
> - "ant test-patch" with an empty patch file
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] Standard Doclet version 1.6.0
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 6 warnings
> {noformat}
> - "ant javadoc"
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
>   [javadoc] 2 warnings
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4023) javadoc warnings: incorrect references

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Douglas updated HADOOP-4023:
----------------------------------

    Hadoop Flags: [Reviewed]

+1

> javadoc warnings: incorrect references
> --------------------------------------
>
>                 Key: HADOOP-4023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Owen O'Malley
>         Attachments: hadoop-4023.patch, hadoop-4023.patch
>
>
> - "ant test-patch" with an empty patch file
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] Standard Doclet version 1.6.0
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 6 warnings
> {noformat}
> - "ant javadoc"
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
>   [javadoc] 2 warnings
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4023) javadoc warnings: incorrect references

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-4023:
----------------------------------

    Status: Patch Available  (was: Open)

> javadoc warnings: incorrect references
> --------------------------------------
>
>                 Key: HADOOP-4023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Owen O'Malley
>         Attachments: hadoop-4023.patch
>
>
> - "ant test-patch" with an empty patch file
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] Standard Doclet version 1.6.0
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 6 warnings
> {noformat}
> - "ant javadoc"
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
>   [javadoc] 2 warnings
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4023) javadoc warnings: incorrect references

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626573#action_12626573 ] 

Hudson commented on HADOOP-4023:
--------------------------------

Integrated in Hadoop-trunk #586 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/586/])

> javadoc warnings: incorrect references
> --------------------------------------
>
>                 Key: HADOOP-4023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Owen O'Malley
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4023.patch, hadoop-4023.patch
>
>
> - "ant test-patch" with an empty patch file
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] Standard Doclet version 1.6.0
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 6 warnings
> {noformat}
> - "ant javadoc"
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
>   [javadoc] 2 warnings
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4023) javadoc warnings: incorrect references

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-4023:
----------------------------------

    Attachment: hadoop-4023.patch

This patch removes the java doc references to now private classes.

> javadoc warnings: incorrect references
> --------------------------------------
>
>                 Key: HADOOP-4023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tsz Wo (Nicholas), SZE
>         Attachments: hadoop-4023.patch
>
>
> - "ant test-patch" with an empty patch file
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] Standard Doclet version 1.6.0
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 6 warnings
> {noformat}
> - "ant javadoc"
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
>   [javadoc] 2 warnings
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-4023) javadoc warnings: incorrect references

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley reassigned HADOOP-4023:
-------------------------------------

    Assignee: Owen O'Malley

> javadoc warnings: incorrect references
> --------------------------------------
>
>                 Key: HADOOP-4023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Owen O'Malley
>         Attachments: hadoop-4023.patch
>
>
> - "ant test-patch" with an empty patch file
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] Standard Doclet version 1.6.0
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 6 warnings
> {noformat}
> - "ant javadoc"
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
>   [javadoc] 2 warnings
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4023) javadoc warnings: incorrect references

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-4023:
----------------------------------

    Attachment: hadoop-4023.patch

This patch also addresses the other problem, which is that we need hdfs compiled before javadoc can compile the core fs packages. This of course should be rectified in another jira/patch.

> javadoc warnings: incorrect references
> --------------------------------------
>
>                 Key: HADOOP-4023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Owen O'Malley
>         Attachments: hadoop-4023.patch, hadoop-4023.patch
>
>
> - "ant test-patch" with an empty patch file
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] Standard Doclet version 1.6.0
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 6 warnings
> {noformat}
> - "ant javadoc"
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
>   [javadoc] 2 warnings
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.