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

Mingliang Liu commented on HDFS-10610:
--------------------------------------

+[~wheat9] +[[email protected]] for making {{HdfsConfiguration}} audience 
public.

> DfsClient doesn't add hdfs-site.xml as a resource
> -------------------------------------------------
>
>                 Key: HDFS-10610
>                 URL: https://issues.apache.org/jira/browse/HDFS-10610
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.8.0
>            Reporter: Eric Badger
>
> Instantiating a new DfsClient used to add hdfs-site.xml as a resource in 2.7, 
> but that compatibility has been broken in 2.8. This only accidentally worked 
> in 2.7, since DfsClient would load HdfsConstants, which would in turn create 
> the static IO_FILE_BUFFER_SIZE, which would instantiate an HdfsConfiguration, 
> which would finally add hdfs-site.xml. 
> In 2.8, IO_FILE_BUFFER_SIZE no longer exists in HdfsConstants.java and so 
> this no longer works out of coincidence. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to