Todd Lipcon created HDFS-3571: --------------------------------- Summary: Allow EditLogFileInputStream to read from a remote URL Key: HDFS-3571 URL: https://issues.apache.org/jira/browse/HDFS-3571 Project: Hadoop HDFS Issue Type: Sub-task Components: ha, name-node Affects Versions: 3.0.0 Reporter: Todd Lipcon Assignee: Todd Lipcon
In order to start up from remote edits storage (like the JournalNodes of HDFS-3077), the NN needs to be able to load edits from a URL, instead of just local disk. This JIRA extends EditLogFileInputStream to be able to use a URL reference in addition to the current File reference. -- 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