Changed Methods |
boolean abandonBlock(Block, String, String)
|
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
The client would like to let go of the given block |
CompleteFileStatus completeFile(String, String, Block)
|
Change in signature from (String, String ) to (String, String, Block ).
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
|
boolean delete(String, boolean)
|
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
Remove the indicated filename from namespace. |
LocatedBlock getAdditionalBlock(String, String, Block, HashMap)
|
Change in signature from (String, String ) to (String, String, Block, HashMap ).
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
The client would like to obtain an additional block for the indicated filename (which is being written-to). |
DirectoryListing getListing(String, byte[])
|
Change in return type from FileStatus[] to DirectoryListing .
Change in signature from String to (String, byte[] ).
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
Get a partial listing of the indicated directory |
boolean mkdirs(String, PermissionStatus, boolean)
|
Change in signature from (String, PermissionStatus ) to (String, PermissionStatus, boolean ).
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
Create all the necessary directories |
void setOwner(String, String, String)
|
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
Set owner for an existing file. |
void setPermission(String, FsPermission)
|
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
Set permissions for an existing file. |
boolean setReplication(String, short)
|
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
Set replication for an existing file. |
void setTimes(String, long, long)
|
Change in exceptions thrown from java.io.IOException to (java.io.IOException, org.apache.hadoop.fs.UnresolvedLinkException ).
|
stores the modification and access time for this inode. |