You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2009/09/18 05:45:57 UTC

[jira] Created: (HADOOP-6270) FileContext needs to provide deleteOnExit functionality

FileContext needs to provide deleteOnExit functionality
-------------------------------------------------------

                 Key: HADOOP-6270
                 URL: https://issues.apache.org/jira/browse/HADOOP-6270
             Project: Hadoop Common
          Issue Type: New Feature
          Components: fs
    Affects Versions: 0.21.0
            Reporter: Suresh Srinivas
             Fix For: 0.21.0


FileSystem provided an API to the applications {{deleteOnExit(Path f)}} used for registering a path to be deleted on JVM shutdown or when calling {{FileSystem.close()}} methods. Equivalent functionality is required in FileContext.

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