[
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390040#comment-14390040
]
Hadoop QA commented on HADOOP-11775:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12708607/HADOOP-11775.001.patch
against trunk revision 2daa478.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-tools/hadoop-openstack.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/6036//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/6036//console
This message is automatically generated.
> Fix Javadoc typos in hadoop-openstack module
> --------------------------------------------
>
> Key: HADOOP-11775
> URL: https://issues.apache.org/jira/browse/HADOOP-11775
> Project: Hadoop Common
> Issue Type: Bug
> Components: documentation
> Affects Versions: 2.6.0
> Reporter: Chen He
> Assignee: Yanjun Wang
> Priority: Trivial
> Attachments: HADOOP-11775.000.patch, HADOOP-11775.001.patch
>
>
> Some typos are listed below but not limited to:
> SwiftNativeFileSystemObject.java
> /**
> * Initalize the filesystem store -this creates the REST client binding.
> *
> * @param fsURI URI of the filesystem, which is used to map to the
> filesystem-specific
> * options in the configuration file
> * @param configuration configuration
> * @throws IOException on any failure.
> */
> SwiftNativeFileSystem.java
> /**
> * Low level method to do a deep listing of all entries, not stopping
> * at the next directory entry. This is to let tests be confident that
> * recursive deletes &c really are working.
> * @param path path to recurse down
> * @param newest ask for the newest data, potentially slower than not.
> * @return a potentially empty array of file status
> * @throws IOException any problem
> */
> /**
> * Low-level operation to also set the block size for this operation
> * @param path the file name to open
> * @param bufferSize the size of the buffer to be used.
> * @param readBlockSize how big should the read blockk/buffer size be?
> * @return the input stream
> * @throws FileNotFoundException if the file is not found
> * @throws IOException any IO problem
> */
> SwiftRestClient.java
> /**
> * Converts Swift path to URI to make request.
> * This is public for unit testing
> *
> * @param path path to object
> * @param endpointURI damain url e.g. http://domain.com
> * @return valid URI for object
> */
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)