[
https://issues.apache.org/jira/browse/HADOOP-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15154770#comment-15154770
]
Chris Nauroth commented on HADOOP-11613:
----------------------------------------
I agree that it's cumbersome for us to maintain that bit set. I'm not sure why
tests would fail without it, and unfortunately I don't have time to dig into
them.
If we must maintain our own bit set, then I suggest that we don't put
{{URIUtil}} into hadoop-common/src/main/java. We wouldn't want it to
accidentally creep into the public API. If it's only needed for hadoop-azure
tests, then let's move it there. If it's going to be needed by tests in other
patches, then another option would be to put it in hadoop-common/src/test/java,
so that it can be picked up as a test dependency without leaking into the
public hadoop-common.jar.
> 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
> Labels: BB2015-05-TBR
> Attachments: HADOOP-11613-001.patch, HADOOP-11613-002.patch,
> HADOOP-11613-003.patch, HADOOP-11613.004.patch, HADOOP-11613.05.patch,
> HADOOP-11613.06.patch, HADOOP-11613.07.patch, HADOOP-11613.patch
>
>
> Remove httpclient dependency from MockStorageInterface.java.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)