[
https://issues.apache.org/jira/browse/HADOOP-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14339935#comment-14339935
]
Brahma Reddy Battula commented on HADOOP-11613:
-----------------------------------------------
Thanks a lot for review..Updated the patch based on your comment.There is no
impact on testcases ( all are passing )
Dn't want to change the interface in {{ StorageInterface }} Hence unsupported
exception handling here only..Let me know your opinion on same
{code}
if (current.isPageBlob()) {
try {
ret.add(new MockCloudPageBlobWrapper(
convertKeyToEncodedUri(current.getKey()), current
.getMetadata(), current.getContentLength()));
} catch (UnsupportedEncodingException e) {
throw new RuntimeException(
"problem while convertKeyToEncodedUri", e);
}
{code}
> Remove httpclient dependency from hadoop-azure
> ----------------------------------------------
>
> Key: HADOOP-11613
> URL: https://issues.apache.org/jira/browse/HADOOP-11613
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Akira AJISAKA
> Assignee: Brahma Reddy Battula
> Attachments: HADOOP-11613-001.patch, HADOOP-11613.patch
>
>
> Remove httpclient dependency from MockStorageInterface.java.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)