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

Luca Telloli edited comment on HADOOP-5832 at 6/5/09 7:38 AM:
--------------------------------------------------------------

Attaching a specific patch for this issue, since HADOOP-5188 has not been fully 
agreed so far. This should also help the review process

This patch allows passing arguments of the properties dfs.name.dir and 
dfs.name.edits.dir as URI, along with fs.checkpoint.dir and 
fs.checkpoint.edits.dir. 
The patch supports current (plain) directories as values, assuming that they 
refer to a file:// type of URI. 

This patch should also help HADOOP-5188, for the deployment of different types 
of logging than files. 

      was (Author: lucat):
    Attaching a specific patch for this issue, since HADOOP-5188 has not been 
fully agreed so far. This should also help the review process

This patch allows passing arguments of the properties dfs.name.dir and 
dfs.name.edits.dir as URI, along with fs.checkpoint.dir and 
fs.checkpoint.edits.dir. 
The patch supports current (plain) directories as values, assuming that they 
refer to a file:// type of URI. 


  
> Process dfs.name.edits.dirs as URI 
> -----------------------------------
>
>                 Key: HADOOP-5832
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5832
>             Project: Hadoop Core
>          Issue Type: Sub-task
>          Components: dfs
>    Affects Versions: 0.20.0
>            Reporter: Luca Telloli
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-5832.patch
>
>
> Process the value of property dfs.name.edits.dirs as URI, to allow different 
> schemes than just file. As an advantage, Java supports the constructor 
> File(URI) so the transition is straightforward for files. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to