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

Todd Lipcon commented on HDFS-4638:
-----------------------------------

Looks like it should fix the dfsadmin issue. Would it be easy to plumb through 
the NN's configuration all the way to the TransferFsImage calls as well? I seem 
to remember us now supporting passing configuration on the command line for 
NameNode - would be nice if those were reflecting here. If that's too ugly, 
let's just keep the partial fix you've done.
                
> TransferFsImage should take Configuration as parameter
> ------------------------------------------------------
>
>                 Key: HDFS-4638
>                 URL: https://issues.apache.org/jira/browse/HDFS-4638
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>    Affects Versions: 3.0.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: HDFS-4638.patch
>
>
> TransferFsImage currently creates a new HdfsConfiguration object, rather than 
> taking one passed in. This means that using {{dfsadmin -fetchImage}}, you 
> can't pass a different timeout on the command line, since the Tool's 
> configuration doesn't get plumbed through.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to