Issue Details (XML | Word | Printable)

Key: SFOS-1117
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Steve Loughran
Reporter: Steve Loughran
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
SmartFrog

Move DfsUtils use of DistributedFileSystem (i.e. HDFS only), to the FileSystem interface

Created: 16/Feb/09 04:18 PM (GMT)   Updated: 16/Feb/09 04:31 PM (GMT)
Component/s: _service_hadoop
Affects Version/s: 3.17.010
Fix Version/s: 3.17.010

Time Tracking:
Not Specified

Compatibility: backwards compatible


 Description  « Hide
move from DistributedFileSystem to FileSystem in the code

* it's the type you get back from JobClient
* it will let us work with s3fs: and others

Will need to check/change many classes that implement DfsOperation

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Loughran added a comment - 16/Feb/09 04:31 PM (GMT)
done