[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-05-09 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated HADOOP-11775:
--
Labels:   (was: BB2015-05-RFC)

> 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
> Fix For: 3.0.0
>
> 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)


[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-05-08 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated HADOOP-11775:
--
   Resolution: Fixed
Fix Version/s: 3.0.0
   Status: Resolved  (was: Patch Available)

+1 committed to trunk.

Thanks!

> 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
>  Labels: BB2015-05-RFC
> Fix For: 3.0.0
>
> 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)


[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-05-08 Thread Ray Chiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ray Chiang updated HADOOP-11775:

Labels: BB2015-05-RFC  (was: )

> 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
>  Labels: BB2015-05-RFC
> 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)


[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-05-08 Thread Ray Chiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ray Chiang updated HADOOP-11775:

Labels:   (was: BB2015-05-TBR)

> 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)


[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-05-05 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated HADOOP-11775:
--
Labels: BB2015-05-TBR  (was: )

> 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
>  Labels: BB2015-05-TBR
> 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)


[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-04-26 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated HADOOP-11775:
--
Status: Patch Available  (was: Open)

> 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)


[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-04-26 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated HADOOP-11775:
--
Status: Open  (was: Patch Available)

> 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)


[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-03-31 Thread Yanjun Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanjun Wang updated HADOOP-11775:
-
Attachment: HADOOP-11775.001.patch

Patch Updated.

> 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)


[jira] [Updated] (HADOOP-11775) Fix Javadoc typos in hadoop-openstack module

2015-03-31 Thread Chen He (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chen He updated HADOOP-11775:
-
Summary: Fix Javadoc typos in hadoop-openstack module  (was: Fix typos in 
Swift related Javadoc)

> 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
>
>
> 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)