[ 
https://issues.apache.org/jira/browse/HDFS-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colin Patrick McCabe updated HDFS-3610:
---------------------------------------

    Attachment: HDFS-3610.001.patch

This patch depends on HDFS-3609.  It makes it possible to mount arbitrary URI 
strings in fuse_dfs.

All the existing arguments that worked previously are still supported.  
Notably, the quirky 'dfs://' as a synonym for 'hdfs://' behavior is still 
preserved, and you can specify port via -o server=hdfs://hostname:port or -o 
server=hdfs://hostname -oport=port
                
> fuse_dfs: Provide a way to use the default (configured) NN URI
> --------------------------------------------------------------
>
>                 Key: HDFS-3610
>                 URL: https://issues.apache.org/jira/browse/HDFS-3610
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha
>            Reporter: Colin Patrick McCabe
>            Assignee: Colin Patrick McCabe
>            Priority: Minor
>         Attachments: HDFS-3610.001.patch
>
>
> It shouldn't be necessary to explictly spell out the NameNode you want to 
> connect to when launching fuse_dfs.  libhdfs can read the configuration files 
> and use the default URI.  However, we don't have a command-line option for 
> this in fuse_dfs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to