[ 
https://issues.apache.org/jira/browse/HADOOP-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343833#comment-14343833
 ] 

Akira AJISAKA commented on HADOOP-11613:
----------------------------------------

{code}
+            } catch (UnsupportedEncodingException e) {
+              // exception should not happen since "UTF-8" encoding is always
+              // supported.
+              throw new RuntimeException(
+                  "problem while convertKeyToEncodedUri", e);
+            }
{code}
Would you move the code into {{convertKeyToEncodeUri}} method? That way we can 
fix the code duplication.

> 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-002.patch, 
> HADOOP-11613.patch
>
>
> Remove httpclient dependency from MockStorageInterface.java.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to