[
https://issues.apache.org/jira/browse/HADOOP-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625882#action_12625882
]
dhruba borthakur commented on HADOOP-3754:
------------------------------------------
The javadoc warning does not seem to be introduced by this patch. The warnings
are:
[exec] [javadoc] Loading source files for package
org.apache.hadoop.contrib.failmon...
[exec] [javadoc] Constructing Javadoc information...
[exec] [javadoc]
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34:
package org.apache.hadoop.hdfs does not exist
[exec] [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
[exec] [javadoc] ^
[exec] [javadoc]
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/src/core/org/apache/hadoop/fs/FsShell.java:46:
package org.apache.hadoop.hdfs does not exist
[exec] [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
[exec] [javadoc] ^
[exec] [javadoc]
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36:
package org.apache.hadoop.hdfs does not exist
[exec] [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
[exec] [javadoc] ^
[exec] [javadoc] Standard Doclet version 1.6.0_06
[exec] [javadoc] Building tree for all the packages and classes...
[exec] [javadoc]
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56:
warning - Tag @link: reference not found: DistributedFileSystem
[exec] [javadoc]
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34:
warning - Tag @link: reference not found:
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
[exec] [javadoc] Building index for all the packages and classes...
[exec] [javadoc] Building index for all classes...
[exec] [javadoc]
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/src/core/overview.html:
warning - Tag @link: reference not found:
org.apache.hadoop.hdfs.server.namenode.NameNode
[exec] [javadoc] Generating
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/build/docs/api/stylesheet.css...
[exec] [javadoc] 6 warnings
[exec] There appear to be 1 javadoc warnings generated by the patched
build.
[exec]
None of these files are touched by this patch. I think this patch can be safely
committed. Please comment if you think otherwise.
> Support a Thrift Interface to access files/directories in HDFS
> --------------------------------------------------------------
>
> Key: HADOOP-3754
> URL: https://issues.apache.org/jira/browse/HADOOP-3754
> Project: Hadoop Core
> Issue Type: New Feature
> Reporter: dhruba borthakur
> Assignee: dhruba borthakur
> Attachments: hadoopthrift2.patch, hadoopthrift3.patch,
> hadoopthrift4.patch, hadoopthrift5.patch, hadoopthrift6.patch,
> hadoopthrift7.patch, hadoopthrift8.patch, hadoopthrift9.patch, thrift1.patch
>
>
> Thrift is a cross-language RPC framework. It supports automatic code
> generation for a variety of languages (Java, C++, python, PHP, etc) It would
> be nice if HDFS APIs are exposed though Thirft. It will allow applications
> written in any programming language to access HDFS.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.